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

Benzion_Nussbau
New Contributor II
Thanks . What would be the simple way of building a config and loading it onto a switch. Can i found a sample config that i would just modify for my needs?

ar1
Contributor
OK,
then let's say vlan data is vlan-id 100 and vlan voip is vlan-id 200 try

set port vlan ge.2.5-10 100 modify-egress
set vlan egress 200 ge.2.5-10 tagged

With "show vlan portinfo port ge.2.2-10" you can see the configuration but this command is not availabe on older EOS-Systems like DFE-Chassis.

Ronald_Dvorak
Honored Contributor
SIE_D2(su)->set port vlan ge.1.3-4 100 modify-egress

Benzion_Nussbau
New Contributor II
Thanks but I am looking for eOS not eXOS
GTM-P2G8KFN