This post is more than 5 years old
2 Posts
0
19000
February 17th, 2015 09:00
PC3448P and PC3548P
Can I create a "trunk" between the PC3448P and PC3548P using their stacking ports, G3 & G4 in a LAG configuration? I need to allow VLANs 110 and 162 over this trunk.
Parsed config showing relative items only:
interface port-channel 2
switchport mode trunk
interface range ethernet g(3-4)
switchport mode trunk
interface port-channel 2
switchport trunk allowed vlan add 110
interface port-channel 2
switchport trunk allowed vlan add 162
interface range ethernet g(3-4)
channel-group 2 mode on
0 events found
No Events found!


DEide
2 Posts
0
February 18th, 2015 05:00
Thank you very much. I noticed in your example that you did not set the individual ethernet porst g3 & g4 to trunk mode.
interface range ethernet g(3-4)
switchport mode trunk
Is this not required as their port-channel is in trunk mode?