cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
304
Views
0
Helpful
1
Replies

Using autoroute to steer IPv6 traffic down SR Tunnel

Hi everyone,

Here I have an SR tunnel that uses autoroute to forward any traffic destined for something in 10.1.1.0/24 (that is downstream of the endpoint) into the POLICY1 policy.

 

segment-routing
 traffic-eng
  policy POLICY1
   color 50 end-point ipv4 1.2.3.4
   autoroute
    include ipv4 10.1.1.0/24
   !
   candidate-paths
    preference 100
     dynamic
      metric
       type te

 

But if I try to do the same for v6 traffic I only get the `include ipv6 all` option:

 

RP/0/RP0/CPU0:R1(config)#segment-routing
RP/0/RP0/CPU0:R1(config-sr)# traffic-eng
RP/0/RP0/CPU0:R1(config-sr-te)#  policy POLICY1
RP/0/RP0/CPU0:R1(config-sr-te-policy)#   color 50 end-point ipv4 1.2.3.4
RP/0/RP0/CPU0:R1(config-sr-te-policy)#   autoroute
RP/0/RP0/CPU0:R1(config-sr-te-policy-autoroute)#include ipv6 ?
  all  Include all eligible IPv6 prefixes
RP/0/RP0/CPU0:R1(config-sr-te-policy-autoroute)#include ipv6 

 

Can I not use autoroute to steer specific v6 prefixes? Should I be using static routes for this?

1 Accepted Solution

Accepted Solutions

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

  Indeed, for IPv6, only "all" keyword is an option. Note that in IOS-XR, also for IPv4, specific prefixes are supported only via IS-IS, as I recall.

Best,

Cristian.

View solution in original post

1 Reply 1

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

  Indeed, for IPv6, only "all" keyword is an option. Note that in IOS-XR, also for IPv4, specific prefixes are supported only via IS-IS, as I recall.

Best,

Cristian.