WLC.siemens.com
:vnsmode:p1:acfilters# apply
WLC.siemens.com
:vnsmode:p1:acfilters# show
Enable AP filtering: disable
filter 1 proto icmp interface-subnet type 9 31 in dst out src allow
filter 2 proto udp 192.168.10.0 255.255.255.0 port 10 2000 in dst out src
allow
filter 3 (default) proto none 0.0.0.0 all_ports in dst out none allow
filter 4 (default) proto none 0.0.0.0 all_ports in none out src allow
The following example configures a filter rule that sets a ToS-DSCP as B8/FF and CoS as HTTP Traffic
(note the quotes around the CoS name because of the space):
WLC.siemens.com
:vnsmode:Auth:acfilters# config 1 proto tcp 192.168.0.0/32 in
dst out src none priority none tos-dscp B8/FF cos “HTTP Traffic”
delete
Use the
delete
command to remove a filter rule from the filter list. The
delete
command is accessible
from within the vnsmode:<default-role>:acfilters and vnsmode:<default-role>:apfilters contexts.
delete pos
Parameters
pos
Specifies the filter rule list position of the filter to be deleted. Valid values are 0
-255.
Examples
The following example deletes filter rule 1 and displays the remaining default deny all rule:
WLC.siemens.com
:vnsmode:p1:acfilters# delete 1
WLC.siemens.com
:vnsmode:p1:acfilters# show
Enable AP filtering: disable
filter 1 (default) proto none 0.0.0.0 all_ports both deny
move
Use the
move
command to update the priority of a filter rule by moving the rule from its current
position in the filter list (source) to a different list position (up or down). The
move
command is
accessible from within the vnsmode:<default-role>:acfilters and vnsmode:<default-role>:apfilters
contexts.
move src-pos dest-pos
Parameters
src-pos
dest-pos
Specifies the current (source) position in the filter list of the rule to be moved,
followed by the new (destination) list position for the filter rule. Valid values are 0
-255. List position 1 is top priority.
VNS Commands (vnsmode)
delete
SCALANCE WLC711 CLI Reference Guide
273
Содержание scalance WLC711
Страница 1: ...SCALANCE WLC711 CLI Reference Guide Release V9 21 14 C79000 G8976 C261 07 Published July 2015 ...
Страница 21: ...dns 2 192 1 2 3 dns 3 192 1 3 3 Common Commands show SCALANCE WLC711 CLI Reference Guide 21 ...
Страница 376: ...Example topology Commands vlanid SCALANCE WLC711 CLI Reference Guide 376 ...