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

ASR -Adaptive session Redundancy on CSS11503

rbatchu
Level 1
Level 1

Recently we brought CSS11503 one master and other configured as Backup using redundant vips.

now i m planning to impliment ASR on these.

I found a doc on cisco site

http://www.cisco.com/en/US/partner/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a00801186e9.html#1015654

At the last page it give a sample config of ASR.

but the sample has only on service.

and In our production environment we have n services and its not allowing me to configure same redundant-index for all the services.

Any ideas ??

3 Replies 3

stierb
Level 1
Level 1

For Adaptive Session Redundancy, you're probably looking for this section of the documentation:

http://www.cisco.com/en/US/partner/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a00801186ec.html#1043738

Basically, each service will require a unique redundant-index, and the services and redundant indexes need to match across both CSS's.

Ok here is my current configuration

!************************* INTERFACE ***********************

interface e1

bridge vlan 10

phy 100Mbits-FD

!************************** CIRCUIT **************************

circuit VLAN10

ip address 10.0.4.10 255.255.0.0

ip virtual-router 10 priority 100 preempt

ip redundant-interface 10 10.0.4.1

ip redundant-vip 10 10.0.4.20

!************************** SERVICE **************************

service qa-rh-00

ip address 10.0.2.110

keepalive type http

keepalive method get

keepalive port 11050

keepalive uri "/ag"

active

service qa-rh-00

ip address 10.0.2.110

port 11030

keepalive method get

keepalive type http

keepalive uri "/Hello.xsql"

keepalive port 11030

active

service qa-x335-00

ip address 10.0.20.20

keepalive type http

keepalive method get

keepalive port 11050

keepalive uri "/ag"

active

service qa-x335-01

port 11030

keepalive method get

keepalive type http

keepalive uri "/Hello.xsql"

keepalive port 11030

ip address 10.0.20.21

active

service qa-x335-03

ip address 10.0.20.23

port 11030

keepalive method get

keepalive type http

keepalive uri "/Hello.xsql"

keepalive port 11030

active

!*************************** OWNER ***************************

owner qa

content oab_ag

protocol tcp

add service qa-x335-00

add service qa-rh-00

port 11050

vip address 10.0.4.20

active

content oab_cl

add service qa-x335-01

add service qa-rh-00_

add service qa-x335-03

protocol tcp

port 11030

vip address 10.0.4.20

active

!*************************** GROUP ***************************

group qa_nat_ag_cl

add destination service qa-x335-00

add destination service qa-rh-00

add destination service qa-x335-01

add destination service qa-rh-00

add destination service qa-x335-03

vip address 10.0.4.20

active

Now if i m impliment ASR, should the config look like this ??/

!************************* INTERFACE ***********************

interface e1

bridge vlan 10

phy 100Mbits-FD

!************************** CIRCUIT **************************

circuit VLAN10

ip address 10.0.4.10 255.255.0.0

ip virtual-router 10 priority 100 preempt

ip redundant-interface 10 10.0.4.1

ip redundant-vip 10 10.0.4.20

!************************** SERVICE **************************

service qa-rh-00

ip address 10.0.2.110

keepalive type http

keepalive method get

keepalive port 11050

keepalive uri "/ag"

redundant-index 1

active

service qa-rh-00

ip address 10.0.2.110

port 11030

keepalive method get

keepalive type http

keepalive uri "/Hello.xsql"

keepalive port 11030

redundant index 2

active

service qa-x335-00

ip address 10.0.20.20

keepalive type http

keepalive method get

keepalive port 11050

keepalive uri "/ag"

redundant-index 3

active

service qa-x335-01

port 11030

keepalive method get

keepalive type http

keepalive uri "/Hello.xsql"

keepalive port 11030

redundant-index 4

ip address 10.0.20.21

active

service qa-x335-03

ip address 10.0.20.23

port 11030

keepalive method get

keepalive type http

keepalive uri "/Hello.xsql"

keepalive port 11030

redundant-index 5

active

!*************************** OWNER ***************************

owner qa

content oab_ag

protocol tcp

add service qa-x335-00

add service qa-rh-00

port 11050

vip address 10.0.4.20

active

content oab_cl

add service qa-x335-01

add service qa-rh-00_

add service qa-x335-03

protocol tcp

port 11030

vip address 10.0.4.20

active

!*************************** GROUP ***************************

group qa_nat_ag_cl

add destination service qa-x335-00

add destination service qa-rh-00

add destination service qa-x335-01

add destination service qa-rh-00

add destination service qa-x335-03

vip address 10.0.4.20

active

now my question is what is the redudant-index # should i give for the content rule and group???

Redundant indexes need to be unique within services, content rules, and groups. So you could start again at 1 for your content rules, and start again at 1 for your source groups. You just can't reuse an index *within* the entities.

Don't forget to also assign an isc-port on each (perhaps a redundant isc port also) switch and connect the cable.

Review Cisco Networking for a $25 gift card