03-30-2021 09:04 AM
I am trying to set up an IP SLA and track on an ASR9001 so that it can ping a remote device, and have static routes that are only active when the track is up, however the "ipsla operation" command is not available. I suspect I may have to install a service package to enable this, but cannot see any way of finding out what functionality each service package gives you, so do not know which one to install.
The config I am trying to apply (which works on another router) is something along the lines of:
router static vrf TEST address-family ipv4 unicast 10.0.0.0/24 192.168.255.254 track 200 ! ! ! ipsla operation 200 type icmp echo vrf TEST destination address 192.168.255.254 ! ! schedule operation 200 start-time now life forever ! ! track 200 type rtr 200 reachability ! end
but, as I said, this is not available when trying to set up the IP SLA operation:
RP/0/RSP0/CPU0:Router(config)#ipsla? ^ % Invalid input detected at '^' marker.
The router is an ASR 9001 running 6.1.4. The packages installed are as follows:
RP/0/RSP0/CPU0:Router(admin)#show install active Tue Mar 30 15:39:53.320 UTC Secure Domain Router: Owner Node 0/RSP0/CPU0 [RP] [SDR: Owner] Boot Device: disk0: Boot Image: /disk0/asr9k-os-mbi-6.1.4/0x100000/mbiasr9k-rp.vm Active Packages: disk0:asr9k-mini-px-6.1.4 disk0:asr9k-fpd-px-6.1.4 disk0:asr9k-k9sec-px-6.1.4 disk0:asr9k-mpls-px-6.1.4 Node 0/0/CPU0 [LC] [SDR: Owner] Boot Device: mem: Boot Image: /disk0/asr9k-os-mbi-6.1.4/lc/mbiasr9k-lc.vm Active Packages: disk0:asr9k-mini-px-6.1.4 disk0:asr9k-k9sec-px-6.1.4 disk0:asr9k-mpls-px-6.1.4
Any help would be appreciated!
Solved! Go to Solution.
03-30-2021 09:14 AM
You need mgbl.
RP/0/RSP0/CPU0:ASR9K#describe show ipsla statistics
The command is defined in show_ipsla.parser
RP/0/RSP0/CPU0:ASR9K#show install which show_ipsla.parser
asr9k-mgbl-x64-2.0.0.2-r713.CSCvw32825.x86_64
03-30-2021 09:14 AM
You need mgbl.
RP/0/RSP0/CPU0:ASR9K#describe show ipsla statistics
The command is defined in show_ipsla.parser
RP/0/RSP0/CPU0:ASR9K#show install which show_ipsla.parser
asr9k-mgbl-x64-2.0.0.2-r713.CSCvw32825.x86_64
03-30-2021 10:39 AM
Many thanks for the respone! While the 'describe' and 'show install which' commands do not work for me (I assume because the package is not installed yet), they are useful to know for future purposes! I will install the mgbl package later this week.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide