当前位置:首页>>思科培训>>综合技术>>正文

EtherChannel问题

文章出处:Linux 宝库 作者:未知 发布时间:2006-09-21 收藏到QQ书签
  Router(config)# interface port-channel 3
  Router(config-if)# exit
  Router(config)# interface gigabitethernet 1
  Router(config-if)# channel-group 3
  Router(config-if)# interface port-channel 3.3
  Router(config-subif)# encapsulation isl 11
  Router(config-subif)# ip address 10.3.4.5 255.0.0.0
  Router(config-subif)# end
  Router# copy running-config startup-config
  
  1.创建EtherChannel
  2.设置物理接口
  3.应用port channel
  4.在port channel上定义子接口
  5.绑定ISL
  
  FW:port channel一旦建立就不能被删除,但是子接口port channel可以被删除,比如int port-channel 1不能被删除,int port-channle1.1可以被删除。也向cisco的人问过,他们也说不行。
  
  FW:不可能呀,那是因为 port-channel包含的端口还在工作,先把channel包含的端口去掉就可
  
Google