cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
518
Views
5
Helpful
3
Replies

Loading badurl.lst onto a CE 507

jstadter
Level 1
Level 1

Things have changed since I last used a Content Engine for filtering URL's. How do I upload the badurl.lst to the CE nowadays? ACNS ver. 4.2.1

Thank you.

3 Replies 3

seilsz
Level 4
Level 4

You'll need to create the .lst file offline and copy it to the CE using tftp. The file needs to resides in a directory (or the root) of the sysfs volume.

~Zach

What are the CLI commands to do so? The documentation is pretty lacking.

Thanks!

Here is an example using ACNS 4.2.1:

ce-acns#mkdir /local1/filtered_urls

ce-acns#copy ftp disk 1.2.3.4 / badurl.lst /local1/filtered_urls/badurl.lst

Enter username for remote ftp server: username

Enter password for remote ftp server:

Initiating FTP download...

..

..

ce-acns#

ce-acns#conf t

ce-acns(config)#url-filter bad-sites-deny /local1/filtered_urls/badurl.lst

ce-acns(config)#url-filter bad-sites-deny enable

ce-acns(config)#end

ce-acns#

ce-acns#sh url-filter

URL filtering is set to use bad-list

Local list configurations

==================================

Good-list file name :

Bad-list file name : /local1/filtered_urls/badurl.lst

Custom message directory :

Websense server configuration

==================================

Websense server IP :

Websense server port : 15868

Websense server timeout: 20 (in seconds)

Websense allow mode is ENABLED

N2H2 server configuration

==============================

N2H2 server IP :

N2H2 server port : 4005

N2H2 server timeout : 5 (in seconds)

N2H2 allow mode is ENABLED

ce-acns#

~Zach

Review Cisco Networking for a $25 gift card