标签:back 输入 selection rom rtu interface secret The nvram
交换机的初始化配置方式分为两种,一种是steup的交互式配置模式,一种是逐条命令的配置模式
这里将首先演示setup的方式配置
进入特权模式
Switch> enable
输入setup
Switch#setup
确认配置
Continue with configuration dialog? [yes/no]: yes
输入主机名sd
Enter host name [Switch]: sd
输入加密密码
Enter enable secret: 123
输入明文密码
Enter enable password: 456
输入远程链接密码
Enter virtual terminal password: 789
不启动snmp
Configure SNMP Network Management? [no]:no
进入接口vlan1
management network from the above interface summary: vlan1
是否配置vlan1
Configuring interface Vlan1:
Configure IP on this interface? [yes]:yes
配置vlan1的ip并确认
IP address for this interface: 192.168.0.1 配置IP
Subnet mask for this interface [255.255.255.0] : 确认子网掩码
Would you like to enable as a cluster command switch? [yes/no]:yes 确认
确认配置保存
[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.
Enter your selection [2]: 2
标签:back 输入 selection rom rtu interface secret The nvram
原文地址:https://www.cnblogs.com/LilacStrawberry/p/9151713.html