
Cedar 880AG Enterprise Dual-Radio AP/Bridge
[ip
<ip
address>]
[protocol
<tcp
|
udp
|
icmp>]
[src_port
<port
#>]
[dst_port
<port
#>]
[priority
<1-n>]
[if
<interface
name>]
[action <deny | permit | next>]
}
}
Description:
action:
‘deny’: packets that match the rules will be dropped.
‘permit’: packets that match the rules will be accepted.
‘next’: packets that match the rules will go to the immediate
next rule to do further matching. It is used for multiple rule
chain.
priority:
‘1’ is the highest priority.
mac:
‘000000000000’ means all MAC addresses.
ip:
‘0.0.0.0’ means all IP addresses.
Example:
Cedar#
config filter add mac 001122334455 action deny
Cedar#
config filter entry 8 on
Cedar#
config filter entry 8 order 1
Cedar#
config filter del 8
Cedar#
config filter on
11.5 Wireless Commands
11.5.1 show
wireless
Syntax:
show wireless { summary | rogue | users | link | link <MAC address>}
87