cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
770
Views
0
Helpful
3
Replies

Dual S170 Install

NRVCS-cisco
Level 1
Level 1

I have received 2 - S170 appliances that I be will installing in our network and I would like some suggestions and help as to what would be the best way to implement them and the process of configuration. I currently have an ASA 5510 and a Catalyst 4507 with 5 - WS-X4648-RJ45V+E and 2 WS-X45-SUP6L-E modules in it. I have attached quick and dirty network layout.

Any help would be greatly appreciated.

Thank you all

2 Accepted Solutions

Accepted Solutions

Install 1 WSA using this, get it working the way you want it to....

http://www.cisco.com/en/US/solutions/collateral/ns340/ns414/ns742/ns982/sba_webSec_dg.pdf

I'd suggest putting P1 and T1 on the 10.1.6.x network, put the managment connection anywhere else...

Get the second box on the network with its own IP's, joined to the domain

Then get the configuration file off of the first box, edit out the unique network/AD stuff and upload it to the second box, and import it.

Then modify the WCCP acl on the firewall so as to not redirect traffic coming from the WSAs (otherwise you get loops)

It will look something like this: 

     access-list WCCP_Redirect extended deny ip any object-group InternalStuff

     access-list WCCP_Redirect extended deny ip host 10.1.6.11 any

     access-list WCCP_Redirect extended deny ip host 10.1.6.12 any

     access-list WCCP_Redirect extended permit ip object-group InternalStuff any

Hope that helps!

Ken

View solution in original post

Yes, though the WCCP process on the firewall is what's doing the work.

If you look at the WCCP service there's a radio button to pick if you base it on server address or client address.

View solution in original post

3 Replies 3

Install 1 WSA using this, get it working the way you want it to....

http://www.cisco.com/en/US/solutions/collateral/ns340/ns414/ns742/ns982/sba_webSec_dg.pdf

I'd suggest putting P1 and T1 on the 10.1.6.x network, put the managment connection anywhere else...

Get the second box on the network with its own IP's, joined to the domain

Then get the configuration file off of the first box, edit out the unique network/AD stuff and upload it to the second box, and import it.

Then modify the WCCP acl on the firewall so as to not redirect traffic coming from the WSAs (otherwise you get loops)

It will look something like this: 

     access-list WCCP_Redirect extended deny ip any object-group InternalStuff

     access-list WCCP_Redirect extended deny ip host 10.1.6.11 any

     access-list WCCP_Redirect extended deny ip host 10.1.6.12 any

     access-list WCCP_Redirect extended permit ip object-group InternalStuff any

Hope that helps!

Ken

Ken,

Thank you for your quick response. When I setup the second one and have both of the running will they then load balance the traffic between the two?

Yes, though the WCCP process on the firewall is what's doing the work.

If you look at the WCCP service there's a radio button to pick if you base it on server address or client address.