cancel
Showing results for 
Search instead for 
Did you mean: 

ICX7150 - Vlan dual-mode

tadesxz
New Contributor II
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!
2 REPLIES 2

BenBeck
Moderator
Moderator
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. 



Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

tadesxz
New Contributor II
Hi Ben,

Thank you for that fast reply!

It works fine for us here.