1、Switch 用户模式Switchenable 进入特权模式Switch#configure terminal 进入全局配置模式Switch(config)#no ip domain lookup 关闭域名查找Switch(config)#line console 0 进入控制口Switch(config-line)#no exec-timeout 关闭超时退出Switch(config-line)#logging synchronous 同步日志信息Switch(config-line)#exitSwitch(config)#hostname SW1 更改设备名称SW1(config)#en
2、able password 123 配置特权模式口令SW1(config)#enable secret cisco 配置特权模式加密口令SW1#show running-config 查看正在运行的配置SW1#show vlan brief 查看 vlan 信息SW1#show interface trunk 查看 trunk 信息SW1#copy running-config startup-config 保存配置SW1#write 保存配置SW1#reload 重启SW1(config)#vlan ID 生成 vlanSW1(config)#interface 接口编号SW1(config-if)#接口模式SW1(config-if)#switchport mode access 接口改为接入模式SW1(config-if)#switchport access vlan ID 将此接口加入某个 vlanSW1(config-if)#switchport mode trunk 将此接口改为中继模式