
Cedar 880AG Enterprise Dual-Radio AP/Bridge
Description:
permitadd:
Add an MAC address to the Permit List.
permitdel:
Delete an MAC address from the Permit List.
denyadd:
Add an MAC address to the Deny List.
denydel:
Delete an MAC address from the Deny List.
auth_method:
Choose from permit, deny or radius.
Exam
p
le:
Cedar#
config auth mac profile add MAC
Cedar#
config auth mac profile MAC denyadd 000cf157b3be
Cedar#
config auth mac profile MAC auth_method radius
11.4.3 show
filter
Syntax:
show filter
Description:
Display all the filters.
Example:
Cedar#
show filter
11.4.4 config
filter
Syntax:
config filter {
<on | off> |
add
{
{ mac | ip }<address> |
[action <deny | permit | next>]
[protocol
<tcp
|
udp
|
icmp>]
[src_port
<port
#>]
[dst_port
<port
#>]
[priority
<1-n>]
[if <interface name>] } |
del <filter id> |
entry <filter id > {
<on
|
off>
|
[mac
<MAC
address>]
86