[c-nsp] "next-table" Equivalent for IOS XR - Default Route into Global Routing Table

Mark Tinka mark at tinka.africa
Tue Aug 29 12:42:49 EDT 2023



On 8/29/23 18:22, Daniël Verlouw wrote:

> slightly different approach, but I’ve had some success with ACL-based 
> VRF select, but it really depends on your use-case:
>
> https://community.cisco.com/t5/service-providers-knowledge-base/asr9000-xr-abf-acl-based-forwarding/ta-p/3153403
>
> Something like:
>
> ipv4 access-list FOO
>  remark Don’t perform FBF on intra-VRF traffic
>  permit ipv4 <intra VRF>
>  remark Forward everything else to VRF of your choice, default or 
> non-default
>  permit ipv4 any any nexthop1 <vrf>
> !
>
> int x/y/z
>  vrf YOURVRF
>  ipv4 access-list FOO ingress
> !
>
>
> Also works on NCS: 
> https://xrdocs.io/ncs5500/tutorials/acl-based-forwarding-and-object-tracking-for-ncs5xx-and-ncs55xx/

I did come across a suggestion about using ABF for this, but it 
immediately stood out as a 3-legged stool.

If it is working for you, that's good to bank for the archives.

Mark.


More information about the cisco-nsp mailing list