I try running MC-IPSec with MS-ISA and I have problem, when Link down, vrrp change the standby link to master, but the chassis still in standby mode. I Put shunting in public service in standby and master like below.
SR-A config (Master MC-IPSec)
Code: Select all
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
interface "system"
address 192.168.200.1/32
bfd 100 receive 100 multiplier 3
no shutdown
exit
interface "to-SITE-B"
address 192.168.240.5/30 - Ini yang saya gunakan sebagi shunt interface
port 2/1/1:4004
no shutdown
exit
interface "to-SITE-C"
address 192.168.240.9/30
port 2/1/2:4004
no shutdown
exit
autonomous-system 64455
#--------------------------------------------------
[code]*B:SITE-ALU-A# configure service ies 3003
*B:SITE-ALU-A>config>service>ies# info
----------------------------------------------
description "Public Side VPRN-IES-V1"
interface "public" create
address 192.168.220.49/30
tos-marking-state untrusted
sap tunnel-1.public:3003 create
exit
static-tunnel-redundant-next-hop 192.168.240.6
exit
interface "to-SWITCH-A-B-C" create
address 192.168.220.34/29
ip-mtu 1500
vrrp 10
backup 192.168.220.33
priority 150
policy 1
ping-reply
exit
sap 2/1/2:252 create
exit
exit
service-name "Public Side VPRN-IES-V1"
no shutdown
----------------------------------------------
*B:SITE-ALU-A>config>service>ies#SR-B Config (Standby MC-IPSec)
A:SITE-ALU-B>config>router# info
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
interface "system"
address 192.168.200.2/32
bfd 100 receive 100 multiplier 3
no shutdown
exit
interface "to-SITE-A"
address 192.168.240.6/30
port 2/1/1:4004
no shutdown
exit
interface "to-SITE-C"
address 192.168.240.14/30
port 2/1/2:4004
no shutdown
exit
autonomous-system 64455
#--------------------------------------------------
*A:SITE-ALU-B# configure service ies 3003
*A:SITE-ALU-B>config>service>ies# info
----------------------------------------------
description "Public Side VPRN-IES-V1"
interface "public" create
address 192.168.220.49/30
tos-marking-state untrusted
sap tunnel-2.public:3003 create
exit
static-tunnel-redundant-next-hop 192.168.240.5
exit
interface "to-SWITCH-A-B-C" create
address 192.168.220.35/29
ip-mtu 1500
vrrp 10
backup 192.168.220.33
priority 90
policy 1
ping-reply
exit
sap 2/1/2:252 create
exit
exit
service-name "Public Side VPRN-IES-V1"
no shutdown
----------------------------------------------
*A:SITE-ALU-B>config>service>ies#[/code]
am I wrong with this public service configuration? Let me know, if some one ever trial this.
Thanks
