User manual

Motorola RF Switch CLI Reference Guide
16-18
16.1.8.2 Example - Permitting ARP Traffic
The example below permits arp based traffic from any source MAC address to any
destination MAC address:
RFSwitch(config-ext-macl)#permit any any type arp
RFSwitch(config-ext-macl)#
16.1.8.3 Permitting IP Traffic
The example below permits IP based traffic from a source MAC address to any destination
MAC address:
RFSwitch(config-ext-macl)#permit host 11:22:33:44:55:66 any
type ip
RFSwitch(config-ext-macl)#