cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1138
Views
0
Helpful
1
Replies

VPC Trunks - Limit VLANs at Port Channel Interface AND Ethernet Port?

CiscoMedMed
Level 1
Level 1

When creating a port channel on Nexus (part of a VPC pair), do you restrict VLANs
at both the Ethernet interface *and* the port channel interface? Or just one or the other? 
Thank you.

 

interface port-channel30
switchport mode trunk
switchport trunk allowed vlan 1,102,104
speed 40000
duplex full
vpc 30

 

interface Ethernet2/3
switchport mode trunk
switchport trunk allowed vlan 1,102,104
spanning-tree port type network
duplex full
channel-group 30 mode active

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

It all depends on order of operation.

 

Technically once you assign the interface to port-channel and Later configure port-channel configuration it will be sufficient.

But worth cross-checking is the interface got the right config what you configured on port-channel is the same on interface too.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

It all depends on order of operation.

 

Technically once you assign the interface to port-channel and Later configure port-channel configuration it will be sufficient.

But worth cross-checking is the interface got the right config what you configured on port-channel is the same on interface too.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help