cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
339
Views
0
Helpful
2
Replies

URL Filter Byass in IOS

mloraditch
Level 7
Level 7

I know in an ASA that I can allow certain IPs/Subnets to completely bypass url filtering. Is this possible in IOS based URL Filtering? Can i set deny entries in my Java List to do this?

Thanks in advance!

2 Replies 2

"ip urlfilter exclusive-domain permit/deny x.x.x.x or xyz.com "

Java filtering :

ip inspect name <> http java-list 1

access-list 1 deny host 1.1.1.1

access-list 1 permit any

<< the above code would block only java-applets from being downloaded from 1.1.1.1 and permit the rest >>

HTH

Vikram

if you want to block java applets in conjunction with url-filtering, you will have use the below command

ip inspect name <> http java-list 1 urlfilter

Review Cisco Networking products for a $25 gift card