01-09-2014 04:46 AM
Hello,
I'm trying to setup LMS Prime 4.2.4 so that i retrieves existing IP SLA configuration on a device.
It seems that either it does not work or I don't do it properly.
Can someone tell me how to fetch IP SLA config/ statistics from a device into LMS Prime ?
Main idea here is that I don't want to create a collectors from LMS but rather have LMS populate it's collector database from existing configuration on a device.
Thanks,
Thibault
Solved! Go to Solution.
01-09-2014 04:49 AM
I think you are asking for this :
https://supportforums.cisco.com/docs/DOC-16294
-Thanks
Vinod
**Rating Encourages contributors, and its really free. **
01-09-2014 09:25 AM
I am gald I was able to help! I found this Cisco document later, please check this for more details on this feature :
Please check the topic : Importing a collector from the source device for details.
Please mark this case resolved if it answers your query.
-Thanks
Vinod
**Rating Encourages contributors, and its really free. **
01-09-2014 04:49 AM
I think you are asking for this :
https://supportforums.cisco.com/docs/DOC-16294
-Thanks
Vinod
**Rating Encourages contributors, and its really free. **
01-09-2014 05:50 AM
You've made my day.
Thanks
01-09-2014 09:25 AM
I am gald I was able to help! I found this Cisco document later, please check this for more details on this feature :
Please check the topic : Importing a collector from the source device for details.
Please mark this case resolved if it answers your query.
-Thanks
Vinod
**Rating Encourages contributors, and its really free. **
01-10-2014 07:15 AM
Thanks for your answer.
I was very happy until I realized the polling frequency was abitrary set to 1 hour for all the discovered collectors.
Been trying to use a file to manually import collectors now for hours as it seems the only way to set the polling interval to 1 or 5 mins but it does not work.
/var/adm/CSCOpx/log/ipmcli.log and /var/adm/CSCOpx/log/ipmclient.log are showing this error :
[ Fri Jan 10 15:03:12 CET 2014 ],INFO ,[TP-Processor18],com.cisco.nm.ipmng.collectormgr.util.IPMCSVFileParser,importCollectors,448,Collector Coll_25410_UDP Jitter - Invalid Operation (UDP Jitter_25410)
Back to where I was, IP SLA discovery and monitoring with 1 or 5 minutes tf is not working.
Thibault
01-10-2014 08:06 AM
I managed to get the file import working so here are my findings :
If you want to use a file to import IP SLA collector, keep in mind that LMS prime will create the ip sla config on the source device anyway but as it is done through SNMP a "show run" will not display anything.
- The descriptions field is mandatory, so the file MUST have the following :
;HEADER:Collector Name,Description,Source Display Name,Target Display Name,Operation Name,Operation Type,Vrf Name,Source Interface Address ,Collector Type,Start Date,End Date,Poll Start Time,Poll End Time,DaysOfWeek,Poll-Interval
- The Operation Name must be of an existing operation in LMS, you cannot enter a random value here
01-10-2014 10:15 PM
This is usually the case when there is a software that is setting up all these IP SLA probes by SNMP. A large IP SLA mesh can have 100s of probes and each probes can have a few lines of configs associated with it.
so it is not efficient to store all these lines of configs in the memory. This particular setting is set by this SNMP object ... Toggling the truth value of this object will affect the storage if IP SLA configs in show run.
.1.3.6.1.4.1.9.9.42.1.2.1.1.10 rttMonCtrlAdminNvgen OBJECT-TYPE -- FROM CISCO-RTTMON-MIB -- TEXTUAL CONVENTION TruthValue SYNTAX Integer { true(1), false(2) } MAX-ACCESS read-create STATUS Current DESCRIPTION "When set to true, this entry will be shown in 'show running' command and can be saved into Non-volatile memory."
If not in Run-config, you can find the IP SLA configuration using command:
Show ip sla config
-Thanks
Vinod
**Rating Encourages contributors, and its really free. **
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