Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I was trying to convert PBR from IOS to IOS-XR based on ABF.route-map RM-TRAFFIC permit 10 match ip address Source-via-Center-1 set ip next-hop 10.10.10.10route-map RM-TRAFFIC permit 20 match ip address Source-via-Center-2 set ip next-hop 10....
Hi, I need to loadbalance the traffic on static routes between two next hops, based on a source ip address/subnet on a vrf.Im thinking about:route-policy next-hopif source in (10.0.0.0/8) and destination in (20.20.20.0/24) thenset next-hop 1.1.1.1els...
Hi,
I have a router where i need to do some sumarization. I will have some of the sumarized routes in route table but some of them are pointing via default roue towards some firewall. I will need to advertized those routes but not the default route...
I think I know what might be wrong. Our BE20.162 is 10.10.10.x/24 same as my next hops.Due to legacy setup we were NATing all traffic into 10.10.10.5 and 6. I think that because ASR see address from its own network 10.10.10.0/24 - correct me if im wr...
On our edge router i will have point to point connection with static route on a vrf. On this VRF i want to route the traffic to next hop based on source address. Im wondering about route policy attach point. Should this look like this:router bgp 1234...
Hi @paul driver Correct me if im wrong.I will advertise bgp summary route 10.10.0.0/16 based on my static route 10.10.0.0/16 null0. If i will have 10.10.10.0/24 10.10.11.0/24 in my RIB traffic will be forwarded normaly. But if i dont have entry for ...