cancel
Showing results for 
Search instead for 
Did you mean: 

What is the equivalent of interface range from cisco in eOS

What is the equivalent of interface range from cisco in eOS

Benzion_Nussbau
New Contributor II
create vlan data tag 100
create vlan voip tag 200 configure vlan data add port 1 untagged configure vlan voip add port 1 tagged

How would I add this this a range of ports or a list?

5 REPLIES 5

ar1
Contributor
Hi,
lets say you would like to add ports 1 to 10 on a stand alone switch then try:

configure vlan data add port 1-10 untagged
configure vlan voip add port 1-10 tagged
and if it's a stack and you want to add port 5-10 from unit 2 then it should be:
configure vlan data add port 2:5-10 untagged
configure vlan voip add port 2:5-10 tagged

I'm not a EXOS specialist but the first part is working on my stand alone X460.

Regrads,
Axel
GTM-P2G8KFN