更改交换机名字很简单,两个命令就可以解决。
1、输入en按回车键进入全局模式
2、输入conf t按回车键进入特权模式
3、输入hostname 【想要改的名称】,例如hostname 666,则交换机名称改为666
4、示例如下
Ruijie>en
Ruijie#configure terminal
Ruijie(config)#hostname Switch ------>设置交换机的名字为"Switch"
Switch(config)#end
Switch#write ------>确认配置正确,保存配置
扩展资料:
一、模式命令:
1. 用户模式:Switch>
2. 特权模式:Switch>enable
Switch#
3. 全局配置模式:Switch#config terminal
Switch(config)#
4. 接口配置模式:Switch(config)#interface fastethernet0/1
Switch(config-if)#
5. Line模式:Switch(config)#line console 0
Switch(config-line)#
二、特权模式下的命令:
1. 查看机MAC地址:Switch#show mac-address-table
2. 发现(CDP):
Switch#show cdp
Switch#show cdp interface fastethernet0/1
Switch#show cdp neighbors
Switch#show cdp neighbors detail
Switch#show cdp entry
3. 保存机配置:
Switch#copy running-config startup-config或者Switch#write
4. 恢复交换机出厂值:
Switch#erase startup-config
Switch#reload
参考资料来源:百度百科--交换机命令
华为、H3C交换机使用 [switch]system 名字
cisco 锐捷 迈普交换机使用switch#(config)hotname 名字
(config)#hostname XXX