cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
266
Views
0
Helpful
1
Replies

MAC ACLs on load balancer

vishamr2000
Level 1
Level 1

Hi to all,

I wanted to know if Cisco has built load balancers which support MAC ACLs like on its switches. I know that some Cisco Load Balancers support standard IP and Named IP ACLs. But what abt standard MAC and Named MAC ACLs?

Thx in advance..

Warm regards,

Visham

1 Reply 1

didyap
Level 6
Level 6

You can configure the MAC ACL with the Cisco Access Point. To create the filters with the

Cisco Access Point CLI following the steps :

1) Log in to the AP through the CLI.

2) Issue the config terminal command to enter global configuration mode on the AP:

AP#configure terminal

3) Enter these commands to create the ACL:

Access-list 700 permit XXXX.XXXX.XXXX 0000.0000.0000

Access-list 700 permit XXXX.XXXX.XXXX 0000.0000.0000

Access-list 700 permit XXXX.XXXX.XXXX 0000.0000.0000

Access-list 700 deny 0000.0000.0000 ffff.ffff.ffff

!--- This command line has to be the last one, for every new MAC applied.

4) Apply this ACL to the radio interface:

AP#interface Dot11Radio 0

5) Issue the l2-filter bridge-group-acl end command.

6) Issue the write command.

I hope it will help you.

Review Cisco Networking products for a $25 gift card