cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
335
Views
0
Helpful
2
Replies

Is there a way to map different VLANs over a trunk?

armonk_netdesk
Level 1
Level 1

I have an office where we have to trunk our vlans over a third-party provider switch. They cannot use our VLAN numbers because other customers of theirs use them. We cannot use their numbers because they are not permanent. So is there a way to map our VLAN numbers to their VLAN numbers over the trunk between our switches. For instance we want VLAN 10 on our switch to map to VLAN 600 on their side.

Thanks

2 Replies 2

m-haddad
Level 5
Level 5

Well, if it is only one vlan the case than do not use a trunk. Instead of using the link as a trunk use it as access port and assign this port to VLAN 600. Therefore, anything comming from your switches to their side will be tagged with VLAN 600. This has to be done on their switch only.

I hope this helps and rate if you find it helpfull,

THanks,

lgijssel
Level 9
Level 9

This might be one of the rare occasions where QinQ might be useful.

http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_feature_guide09186a00801f0f4a.html

You may then use whatever vlanid is offered and send your own encapsulation along with it.

A completely different approach might be to use ip routing instead. vlans can often be distinguisghed by the ip ranges that are sent over them. You may well find it possible to send everything over a trunk and sort it out at layer3 on the other side. Even QoS can be preserved if you use dscp instead of cos. The only requirement is that you have sufficient bandwidth. Main disadvantage: you will have to maintain two separate vtp domains.

Regards,

Leo