All pastes #2106230 Raw Edit

Mine

public text v1 · immutable
#2106230 ·published 2012-01-26 01:04 UTC
rendered paste body
edgesw00#sh lacp internal
Flags:  S - Device is requesting Slow LACPDUs
        F - Device is requesting Fast LACPDUs
        A - Device is in Active mode       P - Device is in Passive mode

Channel group 1
                            LACP port     Admin     Oper    Port     Port
Port      Flags   State     Priority      Key       Key     Number   State
Fa0/7     SA      bndl      3             0x1       0x1     0x7      0x3D
Fa0/8     SA      bndl      3             0x1       0x1     0x8      0x3D
Fa0/24    SA      susp      3             0x1       0x1     0x18     0x5




edgesw00#sh run int f0/7
interface FastEthernet0/7
 switchport mode trunk
 switchport nonegotiate
 speed 100
 duplex full
 channel-group 1 mode active
 spanning-tree portfast
 spanning-tree bpduguard enable
 lacp port-priority 3
end

edgesw00#sh run int f0/8
interface FastEthernet0/8
 switchport mode trunk
 switchport nonegotiate
 speed 100
 duplex full
 channel-group 1 mode active
 spanning-tree portfast
 spanning-tree bpduguard enable
 lacp port-priority 3
end

edgesw00#sh run int f0/24
interface FastEthernet0/24
 switchport mode trunk
 switchport nonegotiate
 speed 100
 duplex full
 channel-group 1 mode active
 spanning-tree portfast
 spanning-tree bpduguard enable
 lacp port-priority 3
end