Cisco CSS Switch
Cisco CSS Switch - Basic Configuration Example
Cisco CSS Configuration is an extremely complicated process, the methods of configuring services and monitoring them are varied, different requirements requiring different configurations
The example configuration below is exactly that and should not be used without understanding (and probably won't work unless you add a few bits anyhow!)
!************************** CIRCUIT *************************
circuit VLAN1
ip as [YOUR_IP] 255.255.255.240
!************************** SERVICE **************************
service server1
ip address [SERVER1_IP]
keepalive port 80
keepalive type http
active
service server2
ip address [SERVER2_IP]
keepalive type http
keepalive port 80
active
!*************************** OWNER ***************************
owner L5_Owner
content L3_Rule
add service server2
add service server1
vip address [YOUR_SHARED_IP]
advanced-balance sticky-srcip
sticky-inact-timeout 20
active
content L5_Rule
add service server2
add service server1
vip address [YOUR_SHARED_IP]
protocol tcp
port 80
url "/*"
balance aca
active




