cisco 交换机简单配置

pc0
192.168.3.1
255.255.255.0
pc1
192.168.3.2
255.255.255.0
pc2
192.168.3.3
255.255.255.0 

交换机0

Switch>enable
Switch#config terminal
Switch(config)#int f0/1
Switch(config-if)#no shutdown
Switch(config-if)#
Switch(config)#int f0/3
Switch(config-if)#no shutdown 
Switch(config-if)#
Switch(config)#int f0/2
Switch(config-if)#no shutdown 
Switch(config-if)#
Switch#

  

  

交换机1

Switch>enable
Switch#config terminal
Switch(config)#int f0/1
Switch(config-if)#no shutdown 
Switch(config-if)#
Switch(config)#int f0/2
Switch(config-if)#no shutdown 
Switch(config-if)#
Switch#

  

交换机2

Switch>enable
Switch#config terminal
Switch(config)#int f0/1
Switch(config-if)#no shutdown 
Switch(config-if)#
Switch(config)#int f0/2
Switch(config-if)#no shutdown 
Switch(config-if)#
Switch#

  

 
posted @ 2021-02-08 17:10  duannianchen  阅读(60)  评论(0)    收藏  举报