Specifications
Enterasys Wireless Controller Software CLI Reference Guide 20-13
20.5.5.3 delete
Usethedeletecommandtoremoveafilterrulefromthefilterlist.Thedeletecommandis
accessiblefromwithinthepolicy:<named‐policy>:acfilterscontext.
Syntax
delete <pos>
Parameters
Examples
Thefollowingexampledeletesfilterrule1anddisplaystheremainingdefaultdenyallrule:
EWC.enterasys.com:policy:p1:acfilters# delete 1
EWC.enterasys.com:policy:p1:acfilters# show
Enable AP filtering: disable
filter 1 (default) proto none 0.0.0.0 all_ports both deny
20.5.5.4 move
Usethemovecommandtomoveafilterrulefromitscurrentpositioninthefilterlisttothe
specifiedfilterlistposition.Themovecommandisaccessiblefromwithinthepolicy:<named‐
policy>:acfilterscontext.
Syntax
move <cur-pos> <new-pos>
Parameters
Examples
Thefollowingexample:
•Movestheruleinlistposition2tolistposition1
•Displaysthenewlistordering:
EWC.enterasys.com:policy:p1:acfilters# move 2 1
EWC.enterasys.com:policy:p1:acfilters# show
Enable AP filtering: disable
filter 1 proto udp 192.168.10.0 255.255.255.0 port 10 2000 both allow
filter 2 proto tcp 192.168.10.0 255.255.255.0 port 10 2000 both allow
filter 3 (default) proto none 0.0.0.0 all_ports both deny
EWC.enterasys.com:policy:p1:acfilters#
<pos> Specifiesthefilterrulelistpositionofthefiltertobedeleted.Valid
valuesarefrom0‐255.
<cur‐pos>
<new‐pos>
Specifiesthecurrentpositioninthefilterlistoftheruletobemoved,
followedby thenewlistpositionforthefilterrule.Validvaluesare
from0‐255.