Manual
Sample L3 Interchassis HA Configuration
ASR 9000 Chassis RSP Configuration (IOS-XR) ▀
SecGW Administration Guide, StarOS Release 17 ▄
157
endif
pass
end-policy
!
route-policy block-ike-03
if destination in (43.43.43.43/32 le 32) then
drop
endif
if destination in (2043::43/128 le 128) then
drop
endif
pass
end-policy
!
route-policy block-ike-04
if destination in (53.53.53.53/32 le 32) then
drop
endif
if destination in (2053::53/128 le 128) then
drop
endif
pass
end-policy
!
route-policy pass-only-ike-01
if destination in (23.23.23.23/32 le 32) then
pass
endif
if destination in (2023::23/128 le 128) then
pass
endif
end-policy
!
route-policy pass-only-ike-02
if destination in (33.33.33.33/32 le 32) then
pass
endif
if destination in (2033::33/128 le 128) then
pass
endif
end-policy
!
route-policy pass-only-ike-03
if destination in (43.43.43.43/32 le 32) then
pass
endif
if destination in (2043::43/128 le 128) then
pass
endif
end-policy
!
route-policy pass-only-ike-04