Block internet traffic base on PC mac address for a particular time period..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2013 07:55 PM - edited 03-04-2019 07:12 PM
Hi
I want to block internet traffic of a particular user base on his PC mac address.Is it possible with a ACL?
Actually the setup is like follows,
Is it possible to configure a ACL to Gig 2/0/1 by allowing all other users to internet traffic except a perticular person in first floor ?
Regards
Shashi
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2013 08:27 PM
Hello,
It can be done but not based on layer 2 mac address, the ACL will filter based on layer 3-4 information.
So if you have the IP address of that user you could create an ACL and go with that
Regards,
Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2013 01:44 AM
Hi,
As julio suggested use the ip address and you can configure time based ACL's. Below is a cisco link for it
You can also look at this nice blog.
http://ardenpackeer.com/tutorials/security/tutorial-time-based-acls/
Regards, Kishore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2013 03:02 AM
Hi You can apply PBR like
ACL
permit ip 192.168.1.50
route-map
match ip address ACL
set next-hope (Internet Gateway Device)
Ony permit ips in acl will have internet access.
*** Do Rate Helpful Posts***
