
CLI commands
no wireless filters mac <mac>
Deletes the MAC address of the upstream device to send traffic to.
wireless filters rule inputSupported on: MSM310 MSM320 MSM335 MSM410 MSM422
wireless filters rule input <rule>
Adds a custom filter definition for incoming wireless traffic.
Use this command to define custom security filters for incoming wireless traffic. Filters are specified using standard pcap syntax (http://www.tcpdump.org/tcpdump_man.html) with the addition of a few
Placeholders
%a - MAC address of the access controller.
%b - MAC address of the bridge.
%g - Mac address of the default gateway assigned to the AP.
%w - MAC address of wireless port.
wireless filters rule outputSupported on: MSM310 MSM320 MSM335 MSM410 MSM422
wireless filters rule output <rule>
Adds a custom filter definition for outgoing wireless traffic.
Use this command to define custom security filters for outgoing wireless traffic. Filters are specified using standard pcap syntax (http://www.tcpdump.org/tcpdump_man.html) with the addition of a few
Placeholders
%a - MAC address of the access controller.
%b - MAC address of the bridge.
%g - Mac address of the default gateway assigned to the AP.
%w - MAC address of wireless port.
wireless filters typeSupported on: MSM310 MSM320 MSM335 MSM410 MSM422
wireless filters type (mac gateway rules)
Sets the type of wireless security filter to use.
Parameters
mac | Traffic is forwarded to an upstream device with a specific MAC address. |
| Wireless security filters use the default definitions. |
gateway | Traffic is forwarded to the default gateway assigned to the AP. Wireless |
| security filters use the default definitions. |