Switch>
Switch> enable
特权模式
Switch#
Switch# config terminal(或者conf t)
全局配置模式
Switch(config)#
Switch(Config)# hostname 主机名
Switch(Config)# enable secret 密码
Switch(Config)# line con 0
Switch(Config)# password 密码
Switch(Config)# login
Switch(Config)# line vty 0 15
Switch(Config)# password 密码
Switch(Config)# login
Switch(Config)# int vlan 1
Switch(Config)# ip address 192.168.1.1 255.255.255.0 //先输入IP地址,后面加上子网掩码
telnet IP地址
Switch# show version //只能在特权模式下使用
Switch# show running-config //运行配置
Switch# show startup-config //启动配置
Switch# copy running-config startup-config //保存配置信息到Flash存储器中