Specifications
Enterasys Wireless Controller Software CLI Reference Guide 21-23
21.4.3.5.2 create
Usethecreatecommandtocreateanexceptionfilter.Thecreatecommandisavailablefromthe
topology:<named‐topology>:l3:exceptioncontextoftheCLIforb@ac,physical,androuted
topologies.
Ifadvancedfiltermodehasbeenenabledwiththeenable‐advance‐filteringcommand(page20‐3),
theAdvancedmodesyntaxispresented.If
advancedfiltermodeisnotenabled,theBasicmode
syntaxispresented.
Syntax
Basic mode syntax:
create [<pos>] proto {udp|tcp|ah|esp|none|icmp|gre|<0-255>} A.B.C.D/<0-32> [(port
<0-65535>[ <0-65535>])|(type <0-255> [<0-255>])] in(none|dst) (allow|deny)
Advanced mode syntax:
create [<pos>] proto {udp|tcp|ah|esp|none|icmp|gre|<0-255>} A.B.C.D/<0-32> [(port
<0-65535>[ <0-65535>])|(type <0-255> [<0-255>])] in(none|src|dst|both)
(allow|deny)
Parameters
<pos> Specifiesapositionvalueforthisfilterinthefilterlist.Valid
valuesarefrom0–255.
proto{udp|tcp|ah|esp|none
|icmp|gre|<0‐255>}
Specifiestheprotocolforthisfilterrulebynumberorname.
Validnumbervaluesarefrom0–255.Validnamevaluesare:
• udp - UDP protocol
• tcp - TCP protocol
• ah - Authentication Header protocol
• esp - Encapsulating Security Payload protocol
• none - No protocols
• icmp - ICMP protocol
• gre - Generic Route Encapsulation protocol
A.B.C.D/<0‐32> SpecifiestheIPv4IPaddressandmask.
(port<0‐65535>[<0‐65535>]) SpecifiesaTCPorUDPportorportrangetowhichthisfilter
rulewillbeapplied.Thefirstvaluespecifieseithertheportor
thestartofaportrange.Thesecondvalueoptionallyspecifies
theendof
aportrange.Thisparameterisonlyvalidwheneither
TCPorUDPisthespecifiedprotocol.Validportvaluesarefrom
0–65535.
(type<0‐255>[<0‐255>]) SpecifiesanICMPtypeorrangeofICMPtypes.Thisparameter
isonlyvalidwhenICMPisthe sp ecifiedprotocol.Validvalues
arefrom
0–255.