cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2844
Views
0
Helpful
3
Replies

CRS IOS XR 4.2.3 ABF IP SLA

budilasmono
Level 1
Level 1

Dear all,

I got a problem when running Access-List Based Forwarding (ABF / PBR) with IP SLA.

The Cisco document its says Object Tracking IP SLA with ABF is supported on IOS XR 4.2.1, even with the sample.

http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.1/addr_serv/configuration/guide/ipaddr_cg41a9k_chapter1.html#concept_4CBDF391A97345A084853EE73C280FCE

If i looked at Feature Navigator, IP SLA is already supported on IOS XR 4.1.1, with MPLS package software.

But when i configured on CRS, IP SLA cannot be attached on ABF.

Log :

RP/0/RP0/CPU0:CG-P-03(admin)#show install activ sum

Mon Feb 18 17:28:28.023 WIB

Default Profile:

Admin Resources

SDRs:

   Owner

Active Packages:

   disk0:hfr-mini-px-4.2.3

   disk0:hfr-doc-px-4.2.3

   disk0:hfr-services-px-4.2.3

   disk0:hfr-mpls-px-4.2.3

   disk0:hfr-mgbl-px-4.2.3

   disk0:hfr-mcast-px-4.2.3

   disk0:hfr-px-4.2.3.CSCuc41902-1.0.0

   disk0:hfr-px-4.2.3.CSCuc11390-1.0.0

   disk0:hfr-fpd-px-4.2.3

   disk0:hfr-diags-px-4.2.3

RP/0/RP0/CPU0:CG-P-03(config)#track track?

WORD

RP/0/RP0/CPU0:CG-P-03(config)#track track1

RP/0/RP0/CPU0:CG-P-03(config-track)#type rtr 1 rea

RP/0/RP0/CPU0:CG-P-03(config-track)#delay up 5

RP/0/RP0/CPU0:CG-P-03(config-track)#delay down 10

RP/0/RP0/CPU0:CG-P-03(config-track)#comm

Mon Feb 18 17:29:21.213 WIB

RP/0/RP0/CPU0:CG-P-03(config-track)#ipv4 access-list testtrack

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit any nexthop1 ?

ipv4 Enter nexthop1 ipv4 address

vrf   Enter specific VRF Name for this nexthop

<cr>

RP/0/RP0/CPU0:CG-P-03(config)#ipsla

RP/0/RP0/CPU0:CG-P-03(config-ipsla)#operation 1

RP/0/RP0/CPU0:CG-P-03(config-ipsla-op)#type icmp echo

RP/0/RP0/CPU0:CG-P-03(config-ipsla-icmp-echo)#destination add 1.1.1.1

RP/0/RP0/CPU0:CG-P-03(config-ipsla-icmp-echo)#frequency 60

RP/0/RP0/CPU0:CG-P-03(config-ipsla-icmp-echo)#exi

RP/0/RP0/CPU0:CG-P-03(config-ipsla-op)#exi

RP/0/RP0/CPU0:CG-P-03(config-ipsla)#schedule operation 1

RP/0/RP0/CPU0:CG-P-03(config-ipsla-sched)#start-time now

RP/0/RP0/CPU0:CG-P-03(config-ipsla-sched)#life forever

RP/0/RP0/CPU0:CG-P-03(config-ipsla-sched)#commit

Mon Feb 18 17:31:42.496 WIB

RP/0/RP0/CPU0:CG-P-03(config)#ipv4 access-list testtrack

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 ?

A.B.C.D Enter nexthop1 IPv4 address

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 1.1.1.1 ?

nexthop2 Enter another nexthop

<cr>    

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 1.1.1.1 track track1

                                                                                   ^

Theres no option track on CLI, even if i specified track, CLI said error / invalid input.

Is there anything to make the ABF IP SLA run on CRS ?

Thanks,

Budi L

3 Replies 3

Parthiv Shah
Cisco Employee
Cisco Employee

Hi

You can try using following syntax

ipv4 access-list t1

10 permit ipv4 any any nexthop1 track t1 ipv4 1.1.1.1

Thanks

Parthiv

Hi Parthiv,

i have already test the configuration, but it cannot work:

RP/0/RP0/CPU0:CG-P-03#sh run | in track

Thu Feb 21 15:22:15.039 WIB

Building configuration...

track track1

RP/0/RP0/CPU0:CG-P-03#sh run track

Thu Feb 21 15:22:18.739 WIB

track track1

type rtr 1 reachability

delay up 5

delay down 10

!

RP/0/RP0/CPU0:CG-P-03#sh run ip sla

                              ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03#sh run sla

                              ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03#sh run ipsla

Thu Feb 21 15:22:32.501 WIB

ipsla

operation 1

  type icmp echo

   destination address 1.1.1.1

   frequency 60

  !

!

schedule operation 1

  start-time now

  life forever

!

!

RP/0/RP0/CPU0:CG-P-03#sh run access-l

                              ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03#sh run ipv4 access-list

Thu Feb 21 15:22:54.753 WIB

ipv4 access-list ospf_traffic

10 permit ospf any any

!

RP/0/RP0/CPU0:CG-P-03#conf t

Thu Feb 21 15:22:59.523 WIB

RP/0/RP0/CPU0:CG-P-03(config)#ipv4 access-list testtrack

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any ?

  default        Use specified default nexthop on match against this entry

  dscp           Match packets with given DSCP value

  fragments      Check non-initial fragments

  log            Log matches against this entry

  log-input      Log matches against this entry, including input interface

  nexthop1       Forward to specified nexthop on match against this entry

  packet-length  Check packet length

  precedence     Match packets with given precedence

  ttl            match against ttl

            

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ?

  ipv4  Enter nexthop1 ipv4 address

  vrf   Enter specific VRF Name for this nexthop

   

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 track track1 ipv4 1.1.1.1

                                                                       ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ?

  ipv4  Enter nexthop1 ipv4 address

  vrf   Enter specific VRF Name for this nexthop

   

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ?   

  ipv4  Enter nexthop1 ipv4 address

  vrf   Enter specific VRF Name for this nexthop

   

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 ?

  A.B.C.D  Enter nexthop1 IPv4 address

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 track ?

                                                                            ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 1.1.1.1 ? 

  nexthop2  Enter another nexthop

       

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 1.1.1.1 track track1

                                                                                    ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 track1 1.1.1.1     

                                                                            ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#10 permit ipv4 any any nexthop1 ipv4 track track1 1.1.1.1

                                                                            ^

% Invalid input detected at '^' marker.

RP/0/RP0/CPU0:CG-P-03(config-ipv4-acl)#exit

RP/0/RP0/CPU0:CG-P-03(config)#exi

RP/0/RP0/CPU0:CG-P-03#

Hi All,

please help, how to configure ABF IP SLA on CRS-1 IOS XR ?

Thanks,

Budi L