- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2011 08:36 AM - edited 03-04-2019 11:02 AM
I would like to police all traffic but radius traffic. Is it possible to create an acl to do this? will it work with a deny statement like the following?
access-list 102 deny udp any any eq 1812
access-list 102 deny udp any any eq 1813
access-list 102 permit ip any 10.20.25.0 0.0.0.255
Solved! Go to Solution.
- Labels:
-
Routing Protocols
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2011 01:57 PM
Hi Brian,
that would work. Only permitted traffic will be policed
cheers,
Fab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2011 01:57 PM
Hi Brian,
that would work. Only permitted traffic will be policed
cheers,
Fab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 05:09 AM
Thanks, I really had no way to test this, I just wanted to make sure this would work
