cancel
Showing results for 
Search instead for 
Did you mean: 

EXOS 16.1.1 supports VLAN IDs (VID)s

EXOS 16.1.1 supports VLAN IDs (VID)s

Dave_Hammers
Extreme Employee
Did you know ...
In EXOS 16.1.1, over 50 VLAN commands were enhanced to support VID lists/ranges to simplify configuration.

E.g. create vlan 10-20
Creates VLANs with the VIDs 10,11,12 etc...
EXOS still uses VLAN names internally so the VLAN names are created for you as VLAN_0010, VLAN_0011 etc ...

The list of commands below were all enhanced to accept which is the numeric VID form for VLANs.

A can be comma or dash separated numbers:

E.g.: 2,3,5-35 (VID 2,3 and all VIDs in the range of 5-35)

Here's the list of CLI commands that were enhanced.

code:
clear l2stats vlan
code:
configure ip-mtu vlan
code:
configure policy maptable [response [tunnel | policy | both] | ]
code:
configure policy profile {name } {pvid } {pvid-status } {cos } {cos-status } {egress-vlans } {forbidden-vlans } {untagged-vlans } {append | clear} {tci-overwrite } {precedence } {mirror-destination } {clear-mirror | prohibit-mirror | syslog } {trap } {disable-port } {fst } {web-redirect }
code:
configure ports [ | all] monitor vlan {rx-only | tx-only}
code:
configure ports {tagged} vlan [limit-learning { action [blackhole | stop-learning]} | unlimited-learning]
code:
configure ports {tagged} vlan [lock-learning | unlock-learning]
code:
configure {stpd} add vlan ports [all | ] {dot1d | emistp | pvst-plus}
code:
configure {stpd} delete vlan ports [all | ]
code:
configure vlan [ | ] add ports [all | ] {tagged | untagged} {stpd} {dot1d | emistp | pvst-plus}
code:
configure vlan [ | ] add ports [ | all] {tagged | untagged | private-vlan translated }
code:
configure vlan [ | ] delete ports [ | all]
code:
configure vlan [ | ] protocol {filter}
code:
configure vlan [ | ] {qosprofile} [ | none]
code:
configure vman [ | ] delete ports [ | all]
code:
configure vman [ | ] ports [ | all] delete cvid { - }
code:
configure vman [ | ] protocol {filter}
code:
configure vman [ | ] {qosprofile} [ | none]
code:
create vlan {vr } {description }
code:
create vman {vr } {description }
code:
delete vlan
code:
delete vman
code:
disable {stpd} auto-bind vlan
code:
[enable | disable] iparp gratuitous protect vlan
code:
[enable | disable] ipforwarding {ipv4} vlan
code:
[enable | disable] ipforwarding ipv6 vlan
code:
[enable | disable] learning [ vlan | vman ]
code:
[enable | disable] learning [ vlan | vman ]
code:
[enable | disable] loopback-mode vlan
code:
[enable | disable] vlan
code:
enable {stpd} auto-bind vlan
code:
show fdb stats vlan
code:
show fdb vlan {netlogin  [all | mac-based-vlans]}
code:
show iparp security vlan
code:
show iparp stats vlan
code:
show iparp vlan
code:
show ip dad vlan {tentative | valid | duplicate}
code:
show ip-security arp learning vlan
code:
show ip-security arp validation violations vlan ports [|all]
code:
show ip-security arp validation vlan
code:
show ip-security dhcp-snooping entries vlan
code:
show ip-security dhcp-snooping information-option circuit-id vlan-information vlan
code:
show ip-security dhcp-snooping violations vlan
code:
show ip-security dhcp-snooping vlan
code:
show ipv6 dad vlan {tentative | valid | duplicate} {detail}
code:
show l2stats vlan
code:
show neighbor-discovery {cache {ipv6}} vlan
code:
show netlogin authentication [service-unavailable | failure] vlan
code:
show netlogin guest-vlan
code:
show netlogin {port } vlan
code:
show netlogin {port } vlan dot1x detail
code:
show policy maptable { }
code:
show vlan security
code:
show vlan statistics
code:
show vlan stpd {blocked-ports}
code:
show [vlan | vman ] {ipv4 | ipv6}
code:
show [vlan | vman ] {ipv4 | ipv6}
code:
show vrrp vlan {stats}
code:
unconfigure policy maptable [ response | ]
code:
unconfigure ports [ | all] monitor vlan
code:
unconfigure vlan ipaddress
code:
unconfigure vman ipaddress
2 REPLIES 2

Kevin_Kim
Extreme Employee
It's cool. Thanks!

BradP
Extreme Employee
Awesome work, thanks Dave!
GTM-P2G8KFN