Hello,
What is equivalent route-policy of the following route-map ?
ip access-list extended 100
permit ip 100.100.100.100 0.0.0.0 101.101.101.101 0.0.0.0
exit
If traffic is coming from 100.100.100.100 then tunnel1 should be used as an egress interface.
route-map rmap1
match ip address 100
set interface tunnel1
exit
I want to configure the same logic on XR.
Thanks,
Sachin