第 1 页
思科交换机命令大全
1.设置主机名 / 系统名
IOS: switch(config)# hostname "hostname"
CLI: switch(enable) set system name name-string
2.设置登录口令
IOS: switch(config)# enable password level 1 password
CLI: switch(enable) set password
switch(enable) set enalbepass
3.设置远程访问
IOS: switch(config)# interface vlan 1
switch(config-if)# ip address ip-address netmask
switch(config-if)# ip default-gateway ip-address
CLI: