Cisco Cisco Unified Customer Voice Portal 10.0(1)

Page of 342
D-13
Cisco Internet Service Node (ISN) Configuration and Administration Guide
OL-1251-03
Appendix D      Configuring Cisco Content Services Switch (CSS) for Use with ISN
Complete Configuration Sample
For information and step-by step configuration guidelines on implementing CSS Redundancy using the 
VIP and VRRP mechanism, please see Chapter 6 of the CSS Advanced Configuration Guide
“Configuring VIP and Virtual IP Interface Redundancy”.
Complete Configuration Sample
The following is a complete CSS sample configuration for each of two CSS Servers configured in a 
Virtual Router Redundancy configuration and implementing each of the ISN services described above. 
Note that in this configuration example, a ‘one-arm’ configuration is used because the inbound traffic 
and the services exist on the same vlan.
*************************** GLOBAL ***************************
ip route 0.0.0.0 0.0.0.0 10.1.1.20 1 
!************************* INTERFACE *************************
interface  2/6 
phy 100Mbits-FD 
interface  2/16
bridge vlan 2 
!************************** CIRCUIT **************************
circuit VLAN1 
ip address 10.1.1.100 255.255.255.0 
ip virtual-router 1 priority 230 preempt 
ip redundant-interface 1 10.1.1.200 
ip redundant-vip 1 10.1.1.4 
ip redundant-vip 1 10.1.1.8
ip redundant-vip 1 10.1.1.12 
!************************** SERVICE **************************
service mediaserver1 
ip address 10.1.1.1
type redirect
port 80 
domain 10.1.1.1
keepalive type http 
keepalive retryperiod 2
keepalive maxfailure 1
keepalive uri "/index.html"
active
service mediaserver2 
ip address 10.1.1.2
type redirect