clear vlan egress
8-14 802.1Q VLAN Configuration
Syntax
set vlan egress vlan-list port-string [untagged | forbidden | tagged]
Parameters
Defaults
Ifuntagged,forbiddenortaggedisnotspecified,theportwillbeaddedtotheVLANegresslist
astagged.
Mode
Switchcommand,read‐write.
Examples
Thisexampleshowshowtoaddge.1.5through10totheegresslistofVLAN7.Thismeansthat
theseportswilltransmitVLAN7framesastagged
:
C2(su)->set vlan egress 7 ge.1.5-10
Thisexampleshowshow toforbidports13through15inslot1fromjoiningVLAN7anddisallow
egressonthoseports:
C2(su)->set vlan egress 7 ge.1.13-15 forbidden
Thisexampleshowshowtoallowport2inslot1totransmitVLAN7framesasuntagged:
C2(su)->set vlan egress 7 ge.1.2 untagged
clear vlan egress
UsethiscommandtoremoveportsfromaVLAN’segresslist.
Syntax
clear vlan egress vlan-list port-string [forbidden]
vlan‐list
Specifies the VLAN where a port(s) will be added to the egress list.
port‐string SpecifiesoneormoreportstoaddtotheVLANegresslistofthespecified
vlan‐list.Foradetaileddescriptionofpossibleport‐stringvalues,referto
“PortStringSyntaxUsedintheCLI”onpage 5‐2.
untagged|
forbidden|
tagged
(Optional)Addsthespecifiedportsas:
• untagged—Causestheport(s)totransmitframeswithoutanIEEE
802.1Qheadertag.
• forbidden—Instructsthedevicetoignoredynamicrequests(either
throughGVRPordynamicegress)fromtheport(s)tojointheVLAN
anddisallowsegressonthatport.
• tagged—Causestheport(s)totransmit
802.1Qtaggedframes.