Specifications
21-24 topology Commands
Usage
Ifthespecifiedexceptionfilterpositionalreadycontainsanexceptionfilter,specifyingan
exceptionfilterusingthiscommandinsertstheexceptionfilterinthespecifiedpositioninthelist
andresequencesallfiltersbelowthisfilterdownbyoneposition.Usethecreatecommandto
insertorappendarule at
thespecifiedposition.
Ifadvancedfiltermodehasbeenenabledwiththeenable‐advance‐filteringcommand(page20‐3),
theAdvancedmodesyntaxispresented.Ifadvancedfiltermodeisnotenabled,theBasicmode
syntaxispresented.
Examples
Thefollowingexamplecreatesanexceptionfilter.
EWC.enterasys.com:topology:r1:l3:exceptions# create 2 proto tcp 1.1.1.1/32 port
80 in dst deny
21.4.3.5.3 delete
Usethedeletecommandtodeleteanexceptionfilter.Thedeletecommandisavailablefromthe
topology:<named‐topology>:l3:exceptionscontextoftheCLIforb@ac,physical,androuted
topologies.
Syntax
delete <pos>
Parameters
Examples
Thefollowingexampledeletestheexceptionfilteratposition2.
EWC.enterasys.com:topology:r1:l3:exceptions# delete 2
Basic:in(none|dst)
Advanced:
in(none|src|dst|both)
Specifiesthedirectionofpacketflow—inspecifiesapacket
flowfromtheAPtotheAC.
nonespecifiesthattheindirectiondoesnotapplytothefilter
rule.
dstspecifiesthattheIPaddressfor thisfilterruleisthe
destinationofthe
packetflow.
srcspecifiesthattheIPaddressforthisfilterruleisthesourceof
thepacketflow.
bothspecifiesthattheIPaddressforthisfilterrulecanbeeither
sourceordestination.
(allow|deny) Specifieswhetherpacketswillbeallowedordeniedwhen
meetingthecriteriaspecifiedinthefilter
rule.
<pos> Specifiesthepositionoftheexceptionfilter(0–255).