09-10-2003 10:39 AM
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
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 ??
09-10-2003 01:22 PM
For Adaptive Session Redundancy, you're probably looking for this section of the documentation:
Basically, each service will require a unique redundant-index, and the services and redundant indexes need to match across both CSS's.
09-10-2003 01:32 PM
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???
09-10-2003 01:59 PM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide