814247614 发表于 2018-7-20 13:43:15

Cisco HWIC-4ESW 插在同一台路由器上的堆叠配置

  HWIC-4ESW插在同一台路由器上,并配置VLAN的话,一定要用两块卡中的一端口进行堆叠,否则除VLAN1之外,其它VLAN无法通信。
  配置方法:

Configuring Stacking
  Stacking is the connection of two switch modules resident in the same chassis so that they behave as a single switch.When a chassis is populated with two switch modules, the user mustconfigure both of them to operate in stacked mode. This is done byselecting one port from each switch module and configuring it to be astacking partner. The user must then connect with a cable the stackingpartners from each switch module to physically stack the switch modules.Any one port in a switch module can be designated as the stackingpartner for that switch module.
  Beginning in privileged EXEC mode, follow thesesteps to configure a pair of ports on two different switch modules asstacking partners.

SUMMARY STEPS
  1. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifinterface fastethernet interface-id
  2. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifno shutdown
  3. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifswitchport stacking-partner interface FastEthernet partner-interface-id
  4. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifexit
  5. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifinterface fastethernet partner-interface-id
  6. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifno shutdown
  7. http://www.net527.cn/uploads/allimg/100812/1206406135-0.gifend

DETAILED STEPS

  


Command
Purpose  Step 1
  

  
Router(config)#interface fastethernet
  
interface-id
  

  Selects the interface to configure.
  Step 2
  

  
Router(config-if)#no shutdown
  

  Activates the interface. (Required only if you shut down the interface.)
  Step 3
  

  
Router(config-if)#switchport
  stacking-partner interface FastEthernet
  partner-interface-id
  

  Selects and configures the stacking partner port.
  Step 4
  

  
Router(config-if)#exit
  

  Exits interface configuration mode.
  Step 5
  

  
Router(config)#interface fastethernet
  
partner-interface-id
  

  Selects the stacking partner interface.
  Step 6
  

  
Router(config-if)#no shutdown
  

  Activates the stacking partner interface.
  Step 7
  

  
Router(config-if)#end
  

  Exits configuration mode.
页: [1]
查看完整版本: Cisco HWIC-4ESW 插在同一台路由器上的堆叠配置