- ·上一篇文章:穿墙路由器的辐射可怕不?路由器辐射安全距离详解
- ·下一篇文章:怎样把Flash音乐转成MP3?Flash转换MP3的方法
思科交换机配置命令有哪些?怎么配置CISCO交换机?
为trunk模式才能实现相互之间的通信。 如果是与电口级联,可以修改1号网口为trunk工作模式,使用该接口进行级联: Switch#configure terminal 进入配置子模式 Switch(config)#interface fastethernet0/1 进入F0/1口 Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport mode trunk 设成TRUNK口 Switch(config-if)#switchport trunk allowed vlan all 允许所有VLAN从此口通过 Switch(config-if)#exit Switch(config)#exit 2、如果是与光纤接口级联,可以修改1号光纤接口为trunk工作模式,使用该接口进行级联: Switch#configure terminal 进入配置子模式 Switch(config)#interface GigabitEthernet 0/1 进入G0/1 Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport mode trunk 设成TRUNK口 Switch(config-if)#switchport trunk allowed vlan all 允许所有VLAN从此口通过 Switch(config-if)#exit Switch(config)#exit 执行后请按照第13步中的描述保存当前配置。 3、WEB方式检查交换机状态: 如果需要对交换机的状态进行实施查看,可以通过URL:http://192.168.1.5 或 http://133.37.125.5 账号:admin 密码:cisco 登陆后进行查看。 4、恢复交换机出厂设置: Switch>en 进入特权模式 Switch#write erase Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]回车 [OK] Erase of nvram: complete 00:36:19: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram Switch# reload Proceed with reload? [confirm]回车 00:36:59: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command. 片刻之后,交换机会进行重启,并在重启后恢复为出厂设置。 5、远程通过telnet登陆交换机终端: 将本机IP设置为与交换机VLAN2或VLAN3同一个网段; 开始 → 运行 → cmd; 执行telnet 133.37.125.5 或 telnet 192.168.1.5 即可。 以上便是关于思科交换机配置的一些命令,对于只需要配置一整栋民居或网吧电脑的用户而言已经足够用了。
思科交换机配置命令有哪些?怎么配置CISCO交换机?