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

How to setup MAC address authentication on CISCO881-SEC-K9 router?

szahid
Level 1
Level 1

I'd like to find out how to implement MAC address access control on CISCO881-SEC-K9 router, I have a small customer network and I need to deny access to all devices except those that I want to access the internet.

 

I've attached a sample config of the CISCO881-SEC-K9 router I am using.

1 Reply 1

Hi,

you can use following configuration:

!

mac access-list extended INTERNET

permit host H.H.H any

!

int fastEthernet0/1                     //internet side interface

mac access-group INTERNET out

!

HTH