05-22-2024 11:32 PM
Hello and sorry for my bad english. I'd like to know if my port-channel configuration is bad because i don't know if i have to put this command on port-channel only, on port or on both :
switchport trunk native vlan 999
switchport mode trunk
switchport nonegotiate
interface Port-channel32
description aruba salle E011
switchport trunk native vlan 999
switchport mode trunk
switchport nonegotiate
storm-control broadcast level 1.00
storm-control multicast level 10.00
!
interface TenGigabitEthernet2/0/37
description Aruba A8100-48X-E011-123
switchport trunk native vlan 999
switchport mode trunk
switchport nonegotiate
storm-control broadcast level 1.00
storm-control multicast level 10.00
channel-group 32 mode active
!
interface TenGigabitEthernet2/0/38
description Aruba A8100-48X-E011-124
switchport trunk native vlan 999
switchport mode trunk
switchport nonegotiate
storm-control broadcast level 1.00
storm-control multicast level 10.00
channel-group 32 mode active
Thanks a lot
05-22-2024 11:41 PM
if it Nexus SW only on Port-channel will be OK
if it other SW you need to add same command in both Port channel and port member except
channel-group x mode active <<- which add only to member port
MHM
05-23-2024 12:06 AM
It is a Cisco Switch !
if Cisco it can be both port channel and member ?
05-23-2024 12:08 AM
Yes you need in both.
MHM
05-23-2024 12:09 AM
so my configuration in first post for Cisco switch is good ...
05-23-2024 12:12 AM
Yes Correct
MHM
05-23-2024 12:55 AM
Hello,
as far as I recall, when you configure a physical interface and then assign it to a port channel, the port channel interface is automatically created with all the attributes that you have configured on the member interfaces...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide