Add LACP trunking for POE WIFIs
This commit is contained in:
parent
66b926fdea
commit
af9c91842f
|
@ -135,18 +135,17 @@ interface GigabitEthernet0/8
|
||||||
spanning-tree portfast trunk
|
spanning-tree portfast trunk
|
||||||
no shutdown
|
no shutdown
|
||||||
!
|
!
|
||||||
interface GigabitEthernet0/9
|
interface port-channel 7
|
||||||
switchport access vlan 23
|
description L2-WIFI-TRUNK
|
||||||
switchport mode access
|
switchport mode trunk
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport trunk allowed vlan 20,22
|
||||||
no cdp enable
|
no cdp enable
|
||||||
spanning-tree portfast trunk
|
spanning-tree portfast trunk
|
||||||
no shutdown
|
no shutdown
|
||||||
!
|
!
|
||||||
interface GigabitEthernet0/10
|
interface range GigabitEthernet0/9-10
|
||||||
switchport access vlan 23
|
channel-group 7 mode active
|
||||||
switchport mode access
|
|
||||||
no cdp enable
|
|
||||||
spanning-tree portfast trunk
|
|
||||||
no shutdown
|
no shutdown
|
||||||
!
|
!
|
||||||
interface range GigabitEthernet0/11-16
|
interface range GigabitEthernet0/11-16
|
||||||
|
|
Loading…
Reference in New Issue