Specifications

18-20 VNS Commands (vnsmode)
Usage
Ifthespecifiedrulepositionalreadycontainsafilterrule,thiscommandoverwritestheexisting
rule.Usethecreatecommandtoinsertorappendaruleatthespecif iedposition.
Examples
Thefollowingexampleoverwritesapreexistingfilterrule1witharulethatallowsICMPtraffic
types9through31inbothdirectionsfortheassociatedtopology’s:
EWC.enterasys.com:vnsmode:default-policy:apfilters# config 1 proto icmp
interface-subnet type 9 31 both allow
EWC.enterasys.com:vnsmode:default-policy:apfilters# apply
EWC.enterasys.com:vnsmode:default-policy:apfilters# show
Custom AP Filters: enable
filter 1 proto icmp interface-subnet type 9 31 both allow
filter 2 proto udp 10.10.10.0 255.255.255.0 port 20 2000 both allow
filter 3 (default) proto none 0.0.0.0 all_ports both deny
EWC.enterasys.com:vnsmode:default-policy:apfilters#
18.4.9.3 delete
UsethedeletecommandtoremoveafilterrulefromtheAPfilterlist.Thedeletecommandis
accessiblefromthevnsmode:defaultpolicy:apfilterscontext.
Syntax
delete <pos>
Basic:in(none|dst)
Advanced:
in(none|src|dst|both)
Specifiesthedirectionofpacketflow.inspecif iesapacketflowfrom
theAPtotheAC(intothenetwork).
nonespecifiesthattheindirectiondoesnotapplytothefilterrule.
dstspecifiesthattheIPaddressforthisfilterruleisthe
destinationof
thepacketflow.
srcspecifiesthattheIPaddressforthisfilterruleisthesourceofthe
packetflow.
bothspecifiesthattheIP addressforthisfilterrulecanbeeithersource
ordestination.
Basic:out(none|src)
Advanced:
out
(none|src|dst|both)
Specifiesthedirectionofpacketflow.out
specifiesapacketflow
fromtheACtotheAP(outofthenetwork).
nonespecifiesthattheoutdirectiondoesnotapplytothefilterrule.
dstspecifiesthatthe IPaddressforthisfilterruleisthedestinationof
thepacketflow.
srcspecifiesthattheIPaddressfor
thisfilterruleisthesourceofthe
packetflow.
bothspecifiesthattheIP addressforthisfilterrulecanbeeithersource
ordestination.
allow|deny Specifieswhetherpacketswillbeallowedordeniedwhenmeetingthe
criteriaspecifiedinthefilterrule.