Manual
Sample L3 Interchassis HA Configuration
▀ ASR 9000 Chassis RSP Configuration (IOS-XR)
▄ SecGW Administration Guide, StarOS Release 17
142
route-policy test-rib
if rib-has-route in (1.1.1.1/32) then
pass
endif
end-policy
!
route-policy block-clear
if destination in (80.80.80.80/32 le 32) then
drop
endif
pass
end-policy
!
route-policy block-ike-01
if destination in (23.23.23.23/32 le 32) then
drop
endif
if destination in (2023::23/128 le 128) then
drop
endif
pass
end-policy
!
route-policy block-ike-02
if destination in (33.33.33.33/32 le 32) then
drop
endif
if destination in (2033::33/128 le 128) then
drop
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