cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2306
Views
10
Helpful
3
Replies

block access based on Mac Address

Junaid Shah
Level 1
Level 1

we need to block access to some of our end user equipment(modems) when they are late on their payment.
-redirect internet traffic of these modems to webpage that let them know invoice is due.
restrictions should done by mac address.
switch is 3750x

2 Accepted Solutions

Accepted Solutions

Hello

Not so sure about the redirect option but you can block on web site access utilising Nbar

to match on spefic addressing  and protocol of http url

 

class-map match-all STAN-cm
match access-group 100
match protocol http url "*.*"

policy-map STAN_pm
class STAN-cm
drop

int x/x
service-policy input STAN_pm

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

3 Replies 3

Hello

Not so sure about the redirect option but you can block on web site access utilising Nbar

to match on spefic addressing  and protocol of http url

 

class-map match-all STAN-cm
match access-group 100
match protocol http url "*.*"

policy-map STAN_pm
class STAN-cm
drop

int x/x
service-policy input STAN_pm

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Thank you Paul and Mark, this is helpful.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card