Specifications

Enterasys Wireless Controller Software CLI Reference Guide 20-9
Advanced mode syntax:
create <pos> proto <protocol> (<ipaddress/mask> | interface-subnet | interface-ip)
[(port <port> [<port>]) | (type <type> [<type>])] in (none|src|dst|both) out
(none|src|dst|both) (allow | deny)
Parameters
<pos> Specifiesapositionvalueforthisfilterinthefilterlist.Validvaluesare
from0‐255.
proto<protocol> Specifiestheprotocolforthisfilterrulebynumberorname.Valid
numbervaluesarefrom0‐255.Validnamevaluesare:
udp - UDP protocol
tcp - TCP protocol
ah - Authentication Header protocol
esp - Encapsulating Security Payload protocol
all - All protocols
icmp - ICMP protocol
gre - Generic Route Encapsulation protocol
<ipaddress/mask> SpecifiesanIPaddressandmaskforthisfilterrule.
interfacesubnet SpecifiesthattheIPaddressandmaskconfiguredfortheassociated
topologywillbeusedforthisfilterrule.
interfaceip SpecifiestheIPaddressoftheassociatedtopologywillbeusedforthis
filterrule.
port<port>
[<port>]
SpecifiesaTCPor
UDPportorportrangetowhichthisfilterrulewill
beapplied.Thefirstvaluespecifieseithertheportorthestartofaport
range.Thesecondvalueoptionallyspecif iestheendofarange.This
parameterisonlyvalidwheneitherTCPorUDPisthespecified
protocol.Validportvaluesarefrom0‐65535.
type<type>[<type>] SpecifiesanICMPtypeorrangeofICMPtypes.Thisparameteris
onlyvalidwhenICMPisthespecifiedprotocol.Validvaluesarefrom
0‐255.
Basic:in(none|dst)
Advanced:
in(none|src|dst|both)
Specifiesthedirectionofpacketflow.inspecifiesapacket
flow
fromtheAPtotheAC.
nonespecifiesthattheindirectiondoesnotapplytothefilterrule.
dstspecifiesthattheIPaddressforthisfilterruleisthedestinationof
thepacketflow.
srcspecifiesthattheIPaddressforthisfilterruleisthesourceof
the
packetflow.
bothspecifiesthattheIPaddressforthisfilterrulecanbeeither
sourceordestination.