Specifications

clear vlan egress Configuring the VLAN Egress List
Enterasys Matrix N Standalone (NSA) Series Configuration Guide 7-19
Examples
ThisexampleshowshowtoaddFastEthernetports5through10inportgroup1totheegresslist
ofVLAN7.ThismeansthattheseportswilltransmitVLAN7framesastagged:
Matrix(rw)->set vlan egress 7 fe.1.5-10
ThisexampleshowshowtoforbidFastEthernetports13through15inportgroup1fromjoining
VLAN7anddisallowegressonthoseports:
Matrix(rw)->set vlan egress 7 fe.1.13-15 forbidden
ThisexampleshowshowtoallowFastEthernetport2inportgroup1totransmitVLAN7frames
asuntagged:
Matrix(rw)->set vlan egress 7 fe.1.2 untagged
clear vlan egress
UsethiscommandtoremoveportsfromaVLAN’segresslist.
Syntax
clear vlan egress vlan-list port-string [forbidden]
Parameters
Defaults
Ifforbiddenisnotspecified,taggedanduntaggedsettingswillbecleared.
Mode
Switchcommand,ReadWrite.
Examples
ThisexampleshowshowtoremoveFastEthernetport14inportgroup3fromtheegresslistof
VLAN 9:
Matrix(rw)->clear vlan egress 9 fe.3.14
ThisexampleshowshowtoremoveallFastEthernetports inportgroup2fromtheegresslistof
VLAN4:
Matrix(rw)->clear vlan egress 4 fe.2.*
vlanlist SpecifiesthenumberoftheVLANfromwhichaport(s)willbe
removedfromthe egresslist.
portstring SpecifiesoneormoreportstoberemovedfromtheVLANegresslistof
thespecifiedvlanlist.Foradetaileddesc riptionofpossibleportstring
values,refertoPort
StringSyntaxUsedintheCLIonpage 42.
forbidden (Optional)Clearstheforbiddensettingfromthespecifiedport(s)and
resetstheport(s)asabletoegressframesifsoconfiguredbyeitherstatic
ordynamicmeans.