cancel
Showing results for 
Search instead for 
Did you mean: 

Extreme VSP to Cisco VLAN trunking

Extreme VSP to Cisco VLAN trunking

MJS
New Contributor III

Looking to trunk some vlans between a Cisco Catalyst switch and an Extreme VSP switch. Not having any luck. Here is the Cisco side:

 

interface GigabitEthernet1/0/52

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 103, 105, 110

switchport mode trunk

 

What would be the configuration of the port on the Extreme side?

 

Any help would be greatly appreciated.

1 ACCEPTED SOLUTION

Martin_Sebek
New Contributor III

For example for configuring port 1/1 as trunk use following commands.

conf t

interface GigabitEthernet 1/1
encapsulation dot1q
untagged-frames-discard
default-vlan-id 0
exit

vlan members add 103 1/1
vlan members add 105 1/1
vlan members add 110 1/1

exit

 

View solution in original post

4 REPLIES 4

MJS
New Contributor III

@Martin Sebek 

Thank you sir. Worked perfectly.

MJS
New Contributor III

Dang it. On my cell phone  Not sure how I marked my answer as the solution. Once I get back to my laptop I will see about resolving this. Ugh.

MJS
New Contributor III

Thanks Martin. I will give this a try first thing tomorrow.

Martin_Sebek
New Contributor III

For example for configuring port 1/1 as trunk use following commands.

conf t

interface GigabitEthernet 1/1
encapsulation dot1q
untagged-frames-discard
default-vlan-id 0
exit

vlan members add 103 1/1
vlan members add 105 1/1
vlan members add 110 1/1

exit

 

GTM-P2G8KFN