clear vlan egress Configuring the VLAN Egress List
Enterasys Matrix DFE-Gold Series Configuration Guide 7-19
Examples
ThisexampleshowshowtoaddFastEthernetports5through10inmodule1totheegresslistof
VLAN7.ThismeansthattheseportswilltransmitVLAN7framesastagged:
Matrix(rw)->set vlan egress 7 fe.1.5-10
ThisexampleshowshowtoforbidFastEthernetports13through15inmodule1fromjoining
VLAN7anddisallowegressonthoseports:
Matrix(rw)->set vlan egress 7 fe.1.13-15 forbidden
ThisexampleshowshowtoallowFastEthernetport2inmodule1totransmitVLAN7framesas
untagged:
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,Read‐Write.
Examples
ThisexampleshowshowtoremoveFastEthernetport14inmodule3fromtheegresslistof
VLAN 9:
Matrix(rw)->clear vlan egress 9 fe.3.14
ThisexampleshowshowtoremoveallFastEthernetports inmodule2fromtheegresslistof
VLAN4:
Matrix(rw)->clear vlan egress 4 fe.2.*
vlan‐list SpecifiesthenumberoftheVLANfromwhichaport(s)willbe
removedfromthe egresslist.
port‐string SpecifiesoneormoreportstoberemovedfromtheVLANegresslistof
thespecifiedvlan‐list.Foradetaileddesc riptionofpossibleport‐string
values,referto“Port
StringSyntaxUsedintheCLI”onpage 4‐2.
forbidden (Optional)Clearstheforbiddensettingfromthespecifiedport(s)and
resetstheport(s)asabletoegressframesifsoconfiguredbyeitherstatic
ordynamicmeans.