ICX7150 - Vlan dual-mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2020 07:47 AM
Hi guys,
I need to configure a single trunk port with vlan 117 untagged and everything else tagged. In a Brocade VDX series for example, we have these commands below:
switchport trunk allowed vlan add 117,139,366
no switchport trunk tag native-vlan
switchport trunk native-vlan 117 <-- We need this to replace global native VLAN
Do you know if there is a way to do the same in ICX7150?
I found "dual-mode" command but its deprecated in Version 08.0.92dT213.
Thanks!
I need to configure a single trunk port with vlan 117 untagged and everything else tagged. In a Brocade VDX series for example, we have these commands below:
switchport trunk allowed vlan add 117,139,366
no switchport trunk tag native-vlan
switchport trunk native-vlan 117 <-- We need this to replace global native VLAN
Do you know if there is a way to do the same in ICX7150?
I found "dual-mode" command but its deprecated in Version 08.0.92dT213.
Thanks!
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2020 07:51 AM
Hey Marcelo,
In 8080+, you can accomplish the same this with something like this:
conf t
vlan 139 366
tagged eth
vlan 117
untagged eth
You will be allowed to have one untagged vlan in 8080+. Let me know if you have any other questions/concerns.
In 8080+, you can accomplish the same this with something like this:
conf t
vlan 139 366
tagged eth
vlan 117
untagged eth
You will be allowed to have one untagged vlan in 8080+. Let me know if you have any other questions/concerns.
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2020 08:47 AM
Hi Ben,
Thank you for that fast reply!
It works fine for us here.
Thank you for that fast reply!
It works fine for us here.

