Как проверять работу portchannel Печать
Добавил(а) microsin   

Термином portchannel обозначают специальным образом настроенный выделенный канал связи между коммутаторами, предназначенный для быстрой передачи трафика. Жирным шрифтом показаны вводимые команды для проверки.

#show interfaces status
Port     Name               Status      Vlan       Duplex  Speed Type
Fa0/1                        notconnect  10           auto  auto 10/100BaseTX
..
Fa0/15                       connected   10         a-full  a-100 10/100BaseTX
Fa0/16                       connected   10         a-full  a-100 10/100BaseTX
Fa0/21                       connected   trunk      a-full  a-100 10/100BaseTX
Fa0/22                       connected   trunk      a-full  a-100 10/100BaseTX
Fa0/23                       notconnect   1           auto   auto 10/100BaseTX
Fa0/24                       notconnect   1           auto   auto 10/100BaseTX
Gi0/1                        connected   trunk      a-full a-1000 10/100/1000BaseTX
Gi0/2                        connected   trunk      a-full a-1000 10/100/1000BaseTX
Po1       to 10.255.10.3 (B- connected   trunk      a-full  a-100 
Po2       to 10.255.10.4 (UP notconnect  unassigned   auto   auto

Здесь Po1 и Po2 означают port-channel 1 и 2. На следующие команды будет точно такой же вывод, как и по любой команде show interfaces ..

#show interfaces port-channel 1
#show interfaces port-channel 2

Вывод подробной информации Ethernet:

#show etherchannel summary 
Flags: D - down       P - in port-channel
       I - stand-alone s - suspended
       H - Hot-standby (LACP only)
       R - Layer3     S - Layer2
       U - in use     f - failed to allocate aggregator
       u - unsuitable for bundling
       w - waiting to be aggregated
       d - default port
 
Number of channel-groups in use: 2
Number of aggregators:           2
 
Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)         PAgP      Fa0/21(P)   Fa0/22(P)   
2      Po2(SD)         PAgP      Fa0/23(D)   Fa0/24(D)
 
#show interfaces trunk 
Port       Mode         Encapsulation Status       Native vlan
Gi0/1      on           802.1q        trunking     1
Gi0/2      on           802.1q        trunking     1
Po1        on           802.1q        trunking     1
 
Port       Vlans allowed on trunk
Gi0/1      1-4094
Gi0/2      1-4094
Po1        1-4094
 
Port       Vlans allowed and active in management domain
Gi0/1      1-2,10
Gi0/2      1-2,10
Po1        1-2,10
 
Port       Vlans in spanning tree forwarding state and not pruned
Gi0/1      1-2,10
Gi0/2      1-2,10
Po1        1-2,10