Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 939

Advertising
background image

Brocade Mobility RFS Controller CLI Reference Guide

927

53-1003098-01

12

Layer 2 traffic is not allowed by default. To adopt an access point through an interface, configure an
ACL to allow an Ethernet WISP.

Use the mark option to specify the type of service (tos) and priority value. The tos value is marked in
the IP header and the 802.1p priority value is marked in the dot1q frame.

Whenever the interface receives the packet, its content is checked against all the ACEs in the ACL.
It is marked based on the ACL’s configuration.

NOTE

To apply an IP based ACL to an interface, a MAC access list entry is mandatory to allow ARP. A MAC
ACL always takes precedence over IP based ACLs.

Example

rfs7000-37FABE(config-mac-acl-test)#permit host 11-22-33-44-55-66 any log mark

8021p 3 rule-precedence 600

rfs7000-37FABE(config-mac-acl-test)#permit host 22-33-44-55-66-77 host

11-22-33-44-55-66 type ip log rule-precedence 610

rfs7000-37FABE(config-mac-acl-test)#show context

mac access-list testPF

permit host 11-22-33-44-55-66 any log mark 8021p 3 rule-precedence 600

permit host 22-33-44-55-66-77 host 11-22-33-44-55-66 type ip log

rule-precedence 610

rfs7000-37FABE(config-mac-acl-test)#

Related Commands:

no

Removes or resets a specified MAC ACL permit rule

Advertising