06-16-2011 10:46 AM - edited 03-04-2019 12:44 PM
I am looking or IOS code for a Cisco 2921/K9 that will allow me to do IP SLA Tracking. The current code "c2900-universalk9-mz.SPA.151-4.M.bin" will only allow me to sset up IP SLA responder or IP SLA Server but NOT IP SLA Monitor or IP SLA RTR.
I have used the Cisco feature set research tool and chose what it recommended but to no avail.
Am I missing something? Will the Server or Responder perform tracking?
Thanks in advance to anyone who can assist..
~g
Solved! Go to Solution.
06-19-2011 06:16 AM
hi,
please make sure you have the correct license set installed for the same.i think this is supported only on "IP DATA" license set and not on IP BASE.
you can check whether you have the correct license set installed or not by checking the show version output.
06-20-2011 01:10 PM
You can buy from any cisco reseller. You can enable a temporary license in the meanwhile.
06-19-2011 06:16 AM
hi,
please make sure you have the correct license set installed for the same.i think this is supported only on "IP DATA" license set and not on IP BASE.
you can check whether you have the correct license set installed or not by checking the show version output.
06-20-2011 12:55 PM
You are corect I am licensed for IP-Base How do I get a license for IP Data?
06-20-2011 01:10 PM
You can buy from any cisco reseller. You can enable a temporary license in the meanwhile.
09-13-2012 02:28 AM
Dear All,
I have the same problem with C2921. I want to config IP SLA for my C2921 but it seems do not support. The below for your reference.
####### Do not have option monitor
ip sla ?
key-chain Use MD5 Authentication for IP SLAs Control Messages
responder Enable IP SLAs Responder
server IPPM server configuration
Show version
System image file is "flash0:c2900-universalk9-mz.SPA.151-4.M1.bin"
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
*0 CISCO2921/K9 FGL153913PM
Technology Package License Information for Module:'c2900'
-----------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------
ipbase ipbasek9 Permanent ipbasek9
security None None None
uc None None None
data None None None
Please kindly advise what ios I can use for configuring IP SLA. there're any problem with my licence for that
Best Regards,
Binh
12-16-2014 06:58 AM
By your output, it shows that you do not have the Data license, this is required to activate the SLA command set from what I understand. But you can initialize the temp license:
from global config:
Router(config)#license boot module c2900 technology-package datak9
you will have to reload the router once you do this for the command set to be activated for use.
ip sla monitor is no longer part of the command set, Cisco has rolled in the monitor command within the ip sla command along with cutting out a bunch of stuff that really didn't need to be there. Check out the new IOS command refference:
http://www.cisco.com/c/en/us/td/docs/ios/ipsla/command/reference/sla_book/sla_02.html#wp1052325
for example, on the old code:
ip sla monitor 1111
type jitter dest-ipaddr 10.10.10.10 dest-port 17000 source-ipaddr 12.12.12.12 codec g729a
tos 184
tag VOIP-OS
New Code:
ip sla 1111
udp-jitter 10.10.10.10 17000 source-ip 12.12.12.12 codec g729a
tos 184
tag VOIP-OS
09-14-2012 10:34 AM
Hi All -
Just an FYI, the best resource to find out exactly which features are supported with which software license (IP Base vs Data in this case) is with the Cisco Feature Navigator. For devices that support licenses (2900, ASR, etc) you'll have a dropdown box to select the different licenses.
Cheers
Mark
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