cos
(
named-cos
|
none
)
Specifies the class of service in the filter rule. The
named-cos
must already be
created by the
create
command in the cos context. Specifying none means
CoS is not used as matching criteria in the filter rule.
traffic-mirror
Specifies the behavior applied to a traffic mirror:
none specifies the filter rule is not configured for traffic mirror.
enable specifies that the traffic rule is enabled for traffic mirror
prohibited specifies that the traffic rule is prohibited for traffic mirror.
Usage
If the specified rule position already contains a filter rule, specifying a rule using this command inserts a
rule in the specified position in the list and re-sequences all rules below this filter down by one position.
Use the
create
command to insert or append a rule at the specified position.
Examples
The following example shows the default filter rules applied to the Auth role:
WLC.siemens.com
:vnsmode:Auth# create p6
WLC.siemens.com
:vnsmode:Auth# show p6 acfilter
Enable AP filtering: disable
filter 1 (default) proto none 0.0.0.0 all_ports in dst out none allow
filter 2 (default) proto none 0.0.0.0 all_ports in none out src allow
The following example creates a (basic mode) filter rule 1 that allows UDP traffic in both directions from
IP address 192.168.10.0/24 for ports 10 through 2000:
WLC.siemens.com
:vnsmode:Auth:acfilters# create 1 proto udp 192.168.10.0/24
port 10 2000 in dst out src allow
WLC.siemens.com
:vnsmode:Auth:acfilters# apply
WLC.siemens.com
:vnsmode:Auth:acfilters# show
Enable AP filtering: disable
filter 1 proto udp 192.168.10.0 255.255.255.0 port 10 2000 in dst out src
allow
filter 2 (default) proto none 0.0.0.0 all_ports in dst out none allow
filter 3 (default) proto none 0.0.0.0 all_ports in none out src allow
The following example creates a filter rule 1 that is inserted into the rule list at position 1 resequencing
the current rule 1. This filter rule allows TCP traffic in both directions from IP address 192.168.0.0/16 for
ports 10 through 2000:
WLC.siemens.com
:vnsmode:Auth:acfilters# create 1 proto tcp 192.168.0.0/16
port 10 2000 in dst out src allow
WLC.siemens.com
:vnsmode:Auth:acfilters# show
Enable AP filtering: disable
filter 1 proto tcp 192.168.0.0 255.255.0.0 port 10 2000 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
VNS Commands (vnsmode)
create
SCALANCE WLC711 CLI Reference Guide
270
Summary of Contents for scalance WLC711
Page 1: ...SCALANCE WLC711 CLI Reference Guide Release V9 21 14 C79000 G8976 C261 07 Published July 2015 ...
Page 21: ...dns 2 192 1 2 3 dns 3 192 1 3 3 Common Commands show SCALANCE WLC711 CLI Reference Guide 21 ...
Page 376: ...Example topology Commands vlanid SCALANCE WLC711 CLI Reference Guide 376 ...