cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
496
Views
5
Helpful
1
Replies

two port channel, same pvid

Hotpopcorn
Level 1
Level 1

Working on port channel, wondering if it is ok to have another port channel with same p-vlan id

 

something like below or will i have issues.

 

interface port-channel 11
switchport mode general
switchport general pvid 10
switchport general allowed vlan add 10
switchport general allowed vlan add 16 tagged
switchport general allowed vlan remove 1
switchport access vlan 10
exit

 

 

 

 

interface port-channel 21
switchport mode general
switchport general pvid 10
switchport general allowed vlan add 10
switchport general allowed vlan add 16 tagged
switchport general allowed vlan remove 1
switchport access vlan 10
exit

1 Reply 1

Reza Sharifi
Hall of Fame
Hall of Fame

Should not be an issue:

 

The port VLAN ID (PVID) is the VLAN to which incoming untagged and
priority-tagged frames are classified on a general port. Use the switchport
general pvid Interface Configuration (Ethernet, Port-channel) mode command to
configure the Port VLAN ID (PVID) of an interface when it is in general mode. Use
the no form of this command to restore the default configuration.

 

https://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/CLI_300_1_2_9.pdf

 

see link section 31.17

HTH

Review Cisco Networking products for a $25 gift card