当前位置:首页 > 实用技巧 >

华为手机怎么更改手机id(华为手机如何更改账户登录id)

来源:原点资讯(www.yd166.com)时间:2023-05-18 12:55:45作者:YD166手机阅读>>

修改堆叠ID需要重启设备,会导致业务中断,请在特定时间内进行操作。

初始组网配置

如图1-1所示,堆叠系统从上到下原堆叠ID是3、1、2。为了便于管理,需要把堆叠系统的堆叠ID根据位置重新规划。图1-1 堆叠系统所在网络组网图

华为手机怎么更改手机id,华为手机如何更改账户登录id(1)

查看堆叠系统中堆叠ID对应的设备信息:

<Stack> display stack Stack mode: Service-port Stack topology type: Ring Stack system MAC: 0018-82b1-6eb4 MAC switch delay time: 10 min Stack reserved VLAN: 4093 Slot of the active management port: 3 Slot Role MAC address Priority Device type ------------------------------------------------------------- 3 Master 0018-82b1-6eb4 200 S5720-28X-LI-AC 1 Standby 0018-82b1-6eba 150 S5720-28X-LI-AC 2 Slave 0018-82b1-6ebb 150 S5720-28X-LI-AC

现需要按照下面规则重新修改堆叠ID。修改完成后,可以通过设备的MAC地址判断修改是否正确。

  • Slot 3 → Slot 1
  • Slot 1 → Slot 2
  • Slot 2 → Slot 3
操作步骤
  1. 把堆叠系统的上行接口和下行接口shutdown,将堆叠系统从组网中隔离。

<Stack> system-view [Stack] interface gigabitethernet 3/0/8 [Stack-GigabitEthernet3/0/8] shutdown [Stack-GigabitEthernet3/0/8] quit [Stack] interface gigabitethernet 1/0/9 [Stack-GigabitEthernet1/0/9] shutdown [Stack-GigabitEthernet1/0/9] quit [Stack] interface gigabitethernet 2/0/5 [Stack-GigabitEthernet2/0/5] shutdown [Stack-GigabitEthernet2/0/5] quit [Stack] interface gigabitethernet 3/0/6 [Stack-GigabitEthernet3/0/6] shutdown [Stack-GigabitEthernet3/0/6] quit

  1. 修改堆叠ID后,原堆叠ID对应接口的配置会丢失,所以在修改堆叠ID之前,需要先在新接口上进行相同的配置。

例如:原堆叠ID对应接口的配置如下

# interface GigabitEthernet3/0/6 description ToPC port link-type access port default vlan 10 # interface GigabitEthernet3/0/8 eth-trunk 10 # interface GigabitEthernet1/0/9 eth-trunk 10 # interface GigabitEthernet2/0/5 description ToIPPhone-01 port link-type access port default vlan 20 #

将接口下的配置修改为新堆叠ID对应接口的配置

[Stack] interface gigabitethernet 1/0/6 //对应原来的GE3/0/6接口 [Stack-GigabitEthernet1/0/6] description ToPC [Stack-GigabitEthernet1/0/6] port link-type access [Stack-GigabitEthernet1/0/6] port default vlan 10 [Stack-GigabitEthernet1/0/6] quit [Stack] interface gigabitethernet 1/0/8 //对应原来的GE3/0/8接口 [Stack-GigabitEthernet1/0/8] eth-trunk 10 [Stack-GigabitEthernet1/0/8] quit [Stack] interface gigabitethernet 2/0/9 //对应原来的GE1/0/9接口 [Stack-GigabitEthernet2/0/9] eth-trunk 10 [Stack-GigabitEthernet2/0/9] quit [Stack] interface gigabitethernet 3/0/5 //对应原来的GE2/0/5接口 [Stack-GigabitEthernet3/0/5] description ToIPPhone-01 [Stack-GigabitEthernet3/0/5] port link-type access [Stack-GigabitEthernet3/0/5] port default vlan 20 [Stack-GigabitEthernet3/0/5] quit

修改堆叠ID,保存配置,重启设备。

[Stack] stack slot 3 renumber 1 Info: The assigned slot ID already exists in the stack system. Warning: All the configurations related to the slot ID will be lost after the slot ID is modified. Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]: y Info: Stack configuration has been changed, and the device needs to restart to make the configuration effective. [Stack] stack slot 1 renumber 2 Info: The assigned slot ID already exists in the stack system. Warning: All the configurations related to the slot ID will be lost after the slot ID is modified. Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]:y Info: Stack configuration has been changed, and the device needs to restart to make the configuration effective. [Stack] stack slot 2 renumber 3 Info: The assigned slot ID already exists in the stack system. Warning: All the configurations related to the slot ID will be lost after the slot ID is modified. Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]:y Info: Stack configuration has been changed, and the device needs to restart to make the configuration effective. [Stack] quit <Stack> save The current configuration will be written to flash:/vrpcfg.zip. Are you sure to continue?[Y/N]y Now saving the current configuration to the slot 3......... Save the configuration successfully. Now saving the current configuration to the slot 1. Save the configuration successfully. Now saving the current configuration to the slot 2. Save the configuration successfully. <Stack> reboot Info: The system is now comparing the configuration, please wait................... Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save diagnostic-information'. System will reboot! Continue?[Y/N]:y

重启完成后,查看堆叠系统状态和堆叠ID,以及接口下的配置是否正确。如果接口下的配置不正确,此时可以再重新配置。

<Stack> display stack Stack mode: Service-port Stack topology type: Ring Stack system MAC: 0018-82b1-6eb4 MAC switch delay time: 10 min Stack reserved VLAN: 4093 Slot of the active management port: 1 Slot Role MAC address Priority Device type ------------------------------------------------------------- 1 Master 0018-82b1-6eb4 200 S5720-28X-LI-AC 2 Standby 0018-82b1-6eba 150 S5720-28X-LI-AC 3 Slave 0018-82b1-6ebb 150 S5720-28X-LI-AC

  1. 配置正确,放开堆叠系统的上行和下行接口。

<Stack> system-view [Stack] interface gigabitethernet 1/0/8 [Stack-GigabitEthernet1/0/8] undo shutdown [Stack-GigabitEthernet1/0/8] quit [Stack] interface gigabitethernet 2/0/9 [Stack-GigabitEthernet2/0/9] undo shutdown [Stack-GigabitEthernet2/0/9] quit [Stack] interface gigabitethernet 3/0/5 [Stack-GigabitEthernet3/0/5] undo shutdown [Stack-GigabitEthernet3/0/5] quit [Stack] interface gigabitethernet 1/0/6 [Stack-GigabitEthernet1/0/6] undo shutdown [Stack-GigabitEthernet1/0/6] quit

栏目热文

华为手机怎么设置id账号(华为手机可以更改id号)

华为手机怎么设置id账号(华为手机可以更改id号)

拿到新手机要做的第一件事,除了用“手机克隆”APP快速迁移旧手机的数据,也不要忘了第一时间设置好你的华为帐号(Huawe...

2023-05-18 13:18:44查看全文 >>

华为手机怎么设置自己的id(朋友给的华为手机如何更改id)

华为手机怎么设置自己的id(朋友给的华为手机如何更改id)

很多人不知道华为手机有一个隐藏的功能,就是不用任何App就能免费聊天。首先,保证手机处于联网状态,打开【设置】,点击上方...

2023-05-18 13:29:13查看全文 >>

门家楣上电视

门家楣上电视

近期由企鹅影视出品的都市悬疑推理网剧《痕迹》在腾讯视频热播一个月后,以超高口碑圆满收官。该剧是有曾执导过《破冰行动》《战...

2023-05-18 12:41:08查看全文 >>

门家楣是谁演的(跟我回家门家楣是谁扮演的)

门家楣是谁演的(跟我回家门家楣是谁扮演的)

本周日播出的《欢乐喜剧人5》第八期的魔王踢馆赛中,上一季总冠军贾冰携实力喜剧人潘斌龙强势回归。同时在两人合作的小品《创业...

2023-05-18 13:16:23查看全文 >>

文家楣电视剧

文家楣电视剧

,...

2023-05-18 12:51:33查看全文 >>

华为手机可以设置id吗(华为手机能换id吗)

华为手机可以设置id吗(华为手机能换id吗)

有没有发现,身边用华为的人越来越多了?前不久,知名市调机构IDC发布了第一季度全球智能手机出货量及份额报告。报告显示,三...

2023-05-18 13:22:18查看全文 >>

华为手机怎么修改成国外的id(华为手机怎么改id地址)

华为手机怎么修改成国外的id(华为手机怎么改id地址)

先注销你自己的帐号然后看你是打算注册那个地方的ID 我以香港ID为例 先登录一个香港的ID进去之后然后退出这时候你已经进...

2023-05-18 13:27:10查看全文 >>

华为手机切换id教程(华为手机解id锁教程)

华为手机切换id教程(华为手机解id锁教程)

华为手机第五人格是一款虚拟个性服务,它为用户提供了自定义虚拟人物模型,可以自由搭配以及切换不同的服装和外观,并且每个模型...

2023-05-18 13:29:02查看全文 >>

华为手机怎么改id密码(华为手机帐号密码怎么改)

华为手机怎么改id密码(华为手机帐号密码怎么改)

‬打开设置‬找到iTunes Store与Apple Store‬点开你的Apple ID账号‬点开 iForgot‬输...

2023-05-18 12:51:52查看全文 >>

厨房虫子对照表图片(厨房有黑色硬壳小虫子)

厨房虫子对照表图片(厨房有黑色硬壳小虫子)

在家里,你可能会在卫生间和厨房墙上发现它们,并轻易的拍死它。第一次可能觉得是自己手快,当有第二次和第三次你就发现这飞虫反...

2023-05-18 12:51:29查看全文 >>

文档排行