Websense integration with 1921 router

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2016 02:20 PM - edited 03-08-2019 05:28 AM
I have a Cisco 1921 router with two GE interfaces running IOS c1900-universalk9-mz.SPA.155-3.M.bin. I also have IP Base and Security packages installed.
According to Websense and Cisco docs, I need to use the following command to specify url filtering:
ip urlfilter server vendor websense <IP Address>
I cannot enter command above, only see options as follows:
Router(config)#ip urlfilter ?
alert
allow-mode
audit-trail
cache
exclusive-domain
max-request
max-resp-pak
source-interface
truncate
<cr>
Any ideas?
- Ruby
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2016 03:36 PM
Hi Ruby,
The way I read this is that you need to turn on ipurlfilter first
try
conf t
!
ip urlfilter allow-mode on
ip urlfilter server vendor websense <IP Address>
!
Regards
Alex

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2016 04:49 PM
Thanks Alex
The command you suggested is already applied however I do not see an option to use this command:
ip urlfilter server vendor websense <IP Address>
I'm afraid the the IOS version I have does not support the above command - but do not know how to confirm this. The router has IP Base and Security packages - I wonder if I need IP Advanced features.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 08:58 AM
I found a tool to check IOS features called Cisco Feature Navigator. Based on the results, it looks like the IOS currently on the router should support the Websense feature. Is anyone else able to confirm this?
I am still unable to issue this command:
ip urlfilter server vendor websense <IP Address>
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 09:16 AM
Did you turn on ip inspect first try that , the command maybe available then
ip inspect name test http urlfilter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 09:26 AM
Mark
I already had these commands entered - still no luck:
ip inspect name GLUCK-Websense http urlfilter
ip urlfilter allow-mode on

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 11:40 AM
