egress-vlans

Use the egress-vlans command to add, update, or delete static untagged VLANs (topologies) on the egress list of this role.

The egress-vlans command is accessible from within the role:<named-role> context.

egress-vlans (add | update | delete) (topology-name[, topology-name]*)

Parameters

add | update | delete Specifies whether the specified VLAN (topology) is to be added, deleted, or updated on an egress list for this role.
topology-name [, topology-name] Specifies the name of a topology to be added, deleted, or updated on the VLAN egress list. Multiple VLANs may be included in a comma-separated list.

Examples

The following example adds VLANs 2111, 2121, and 2101 to the egress-list of the Auth role:

EWC.extremenetworks.com:role:Auth# egress-vlans 2111,2121,2101
EWC.extremenetworks.com:role:Auth# apply

The following example deletes VLAN 2111 from the egress-list of the Auth role:

EWC.extremenetworks.com:role:Auth# egress-vlans 2111,2121,2101
EWC.extremenetworks.com:role:Auth# apply