woainia004 发表于 2012-4-11 10:21:19

关于模拟器做etherchannel实验

用gns3加载3640ios做的
1,R1(config)#int port-channel 1
R1(config-if)#channel-group 1 mo on
R1(config-if)#int f0/1
R1(config-if)#channel-group 1 mo on
R1(config-if)#int f0/2
R1(config-if)#channel-group 1 mo on

R1#show etherchannel summary
Flags:D - down      P - in port-channel
      I - stand-alone s - suspended
      R - Layer3      S - Layer2
      U - in use
Group Port-channelPorts
-----+------------+-----------------------------------------------------------
1   Po1(SU)   Fa0/0(P)   Fa0/1(P)   Fa0/2(P)

R2:R2(config)#int port-channel 1
R2(config-if)#channel-group 1 mo on
R2(config-if)#int f0/1
R2(config-if)#channel-group 1 mo on
R1(config-if)#int f0/2
R1(config-if)#channel-group 1 mo on

R1#show etherchannel summary
Flags:D - down      P - in port-channel
      I - stand-alone s - suspended
         R - Layer3      S - Layer2
      U - in use
Group Port-channelPorts
-----+------------+-----------------------------------------------------------
1   Po1(SU)   Fa0/0(P)   Fa0/1(P)   Fa0/2(P)


结果2个VPCS就是不通我在PT里做的结果也是一样的

紫川凌 发表于 2012-4-11 13:25:26

弱弱的问下,你VPCS是同一个网段么?

woainia004 发表于 2012-4-11 13:51:18

是的,,,这个肯定的
页: [1]
查看完整版本: 关于模拟器做etherchannel实验