cancel
Showing results for 
Search instead for 
Did you mean: 

Vlan translation/grouping

Vlan translation/grouping

dilu
New Contributor II
Hello,

I have a question about VLAN translation or grouping VLANS.
I have the following scenario:

2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png



What i would like to to:
- Translate/group VLAN 10,11,12,13 into VLAN 100
- Translate/group VLAN 20,21,22,23 into VLAN 200
- Translate/group VLAN 14,15 (connected to Switch1 Port 1) to VLAN 101 (not in picture).
- All VLANS are tagged.
- Switches are X670 with EXOS 16.1.3.6.

can anybody tell me how to do this (if possible)?

Thanks in advance.

1 REPLY 1

OscarK
Extreme Employee
You could do that with Port Specific Tag.
On switch 1
crea vlan vl100 tag 100
crea vlan vl200 tag 200
con vl100 add po 24 tagged
con vl200 add po 24 tagged
disable igmp snooping vl100
disable igmp snooping vl200
con vl100 add po 1 tag 10
con vl100 add po 1 tag 11
con vl100 add po 1 tag 12
con vl100 add po 1 tag 13
con vl200 add po 2 tag 20
con vl200 add po 2 tag 21
con vl200 add po 2 tag 22
con vl200 add po 2 tag 23

and so on.
GTM-P2G8KFN