Vlan translation/grouping
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-01-2016 11:54 AM
Hello,
I have a question about VLAN translation or grouping VLANS.
I have the following scenario:
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.
I have a question about VLAN translation or grouping VLANS.
I have the following scenario:
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-01-2016 11:58 AM
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.
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.
