someone already has working templates for a Cisco ASR 1000?

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
feskens
Posts: 10
Joined: Wed Apr 01, 2009 4:57 am

someone already has working templates for a Cisco ASR 1000?

Post by feskens »

When I search for this question I get a lot of results but I couldnt find a simple download. As this is an upcoming router I don't believe nobody has this problem solved yet, therefor again the question:

who can help me with a template for the cisco ASR 1000 series (1002 in particular) for memory, cpu (all 4 of them) and temperature.

Thank you in advance!
User avatar
Linegod
Developer
Posts: 1626
Joined: Thu Feb 20, 2003 10:16 am
Location: Canada
Contact:

Re: someone already has working templates for a Cisco ASR 10

Post by Linegod »

I don't have one yet, but I have a few ASR1002s waiting to be done.

I'll post it to the docs site when I'm done with it.
--
Live fast, die young
You're sucking up my bandwidth.

J.P. Pasnak,CD
CCNA, LPIC-1
http://www.warpedsystems.sk.ca
feskens
Posts: 10
Joined: Wed Apr 01, 2009 4:57 am

Re: someone already has working templates for a Cisco ASR 10

Post by feskens »

I've also got 2 ASR1002's, so please keep me posted because I still wait for the template. I really doubt it that nobody had this running already...

So people please let me know if you have a template for this type of router....
feskens
Posts: 10
Joined: Wed Apr 01, 2009 4:57 am

Re: someone already has working templates for a Cisco ASR 10

Post by feskens »

Still nobody that has a clue about how i can monitor the cpu (quadcore) and memory of my ASR1002 series routers??????
mitra1
Posts: 4
Joined: Fri Nov 23, 2012 7:19 pm

Re: someone already has working templates for a Cisco ASR 10

Post by mitra1 »

feskens wrote:Still nobody that has a clue about how i can monitor the cpu (quadcore) and memory of my ASR1002 series routers??????

The ASRs have different OIDs for ESP Cpu ETC , rather than the regular CPU which would not show you the correct CPU Value , you should use a MIB that samples These : ( I just dont remember which exactly ) : I FOUND IT OUT WHEN I SAMPLES AND COMPARED TO THE CLI

ASR-01#sh platform software status control-processor brief
Load Average
Slot Status 1-Min 5-Min 15-Min
RP0 Healthy 0.20 0.33 0.32
ESP0 Healthy 0.01 0.02 0.00
SIP0 Healthy 0.00 0.00 0.00

Memory (kB)
Slot Status Total Used (Pct) Free (Pct) Committed (Pct)
RP0 Healthy 3874528 2438320 (63%) 1436208 (37%) 2477220 (64%)
ESP0 Healthy 969112 628748 (65%) 340364 (35%) 418996 (43%)
SIP0 Healthy 449328 282980 (63%) 166348 (37%) 251400 (56%)

CPU Utilization
Slot CPU User System Nice Idle IRQ SIRQ IOwait
RP0 0 12.20 3.80 0.00 83.80 0.10 0.10 0.00
ESP0 0 1.49 14.68 0.00 83.71 0.00 0.09 0.00
SIP0 0 1.30 0.80 0.00 97.89 0.00 0.00 0.00
feskens
Posts: 10
Joined: Wed Apr 01, 2009 4:57 am

Re: someone already has working templates for a Cisco ASR 10

Post by feskens »

thnx for the info, but we already made our own templates and queries for the memory (also different pools) and cpu (quad core)
alexeysa
Posts: 4
Joined: Thu Aug 23, 2012 2:32 am

Re: someone already has working templates for a Cisco ASR 10

Post by alexeysa »

feskens wrote:thnx for the info, but we already made our own templates and queries for the memory (also different pools) and cpu (quad core)
Can someone help with the templates on Cisco ASR1k and Cisco ASR9k
I can not find the templates for monitoring temperature sensors Cisco ASR1k and Cisco ASR9k.

Thanks in advance.
:cry:
renef095
Posts: 1
Joined: Tue Apr 09, 2013 4:01 pm

Re: someone already has working templates for a Cisco ASR 10

Post by renef095 »

I have the following information for the Cisco ASR 1002. But before anyone says anything, there are *specific* SNMP indexes for specific ASR 100x models within the MIB. It sucks, but once you figure out where the OID's are via a few snmpwalk commands, you can get the right OIDs for your router. The ASR 1002 returned the following for TEMPERATURE SENSORS. I will try to build on this knowledge as I get better at building graphs in Cacti.

if you type the following in your terminal:

Code: Select all

snmpget -v2c -c<YourCommunityString> -Ov YourRouterName SNMPv2-SMI::mib-2.99.1.1.1.4.1016 | sed 's/INTEGER: //'
You shoud get a numerical result that matches the result if you type "show env" in your router.

I hope this is helpful. I have not been successful in building my graphs. I'm working on it. Cacti is not very intuitive.

Code: Select all

This string           = This prefix
SNMPv2-SMI::mib-2.    = .1.3.6.1.2.1.47.

F0 = Top Chassis Module
R0 = Bottom Chassis Module
0  = Router Motherboard
Px = Power Supplies


Slot    Sensor       Current State       Reading
----    ------       -------------       -------

 F0    Temp: Inlet      Normal           29 Celsius
 F0    Temp: Asic1      Normal           40 Celsius
 F0    Temp: Exhaust1   Normal           38 Celsius
 F0    Temp: Exhaust2   Normal           39 Celsius
 F0    Temp: Asic2      Normal           37 Celsius

SNMPv2-SMI::mib-2.99.1.1.1.4.9018 = INTEGER: 29
SNMPv2-SMI::mib-2.99.1.1.1.4.9019 = INTEGER: 40
SNMPv2-SMI::mib-2.99.1.1.1.4.9020 = INTEGER: 38
SNMPv2-SMI::mib-2.99.1.1.1.4.9021 = INTEGER: 39
SNMPv2-SMI::mib-2.99.1.1.1.4.9022 = INTEGER: 37
---------------------------------------------------------------

 0     Temp: Left       Normal           29 Celsius
 0     Temp: Center     Normal           31 Celsius
 0     Temp: Asic1      Normal           43 Celsius
 0     Temp: Right      Normal           27 Celsius

SNMPv2-SMI::mib-2.99.1.1.1.4.1015 = INTEGER: 29
SNMPv2-SMI::mib-2.99.1.1.1.4.1016 = INTEGER: 31
SNMPv2-SMI::mib-2.99.1.1.1.4.1017 = INTEGER: 43
SNMPv2-SMI::mib-2.99.1.1.1.4.1018 = INTEGER: 27
---------------------------------------------------------------

 P0    Temp: PEM        Normal           33 Celsius
 P0    Temp: FC         Fan Speed 65%    25 Celsius

SNMPv2-SMI::mib-2.99.1.1.1.4.8 = INTEGER: 33
SNMPv2-SMI::mib-2.99.1.1.1.4.9 = INTEGER: 25
---------------------------------------------------------------

 P1    Temp: PEM        Normal           31 Celsius
 P1    Temp: FC         Fan Speed 65%    25 Celsius

SNMPv2-SMI::mib-2.99.1.1.1.4.18 = INTEGER: 31
SNMPv2-SMI::mib-2.99.1.1.1.4.19 = INTEGER: 25
---------------------------------------------------------------

 R0    Temp: CPU        Normal           34 Celsius
 R0    Temp: Outlet     Normal           31 Celsius
 R0    Temp: Inlet      Normal           25 Celsius
 R0    Temp: Asic1      Normal           32 Celsius

SNMPv2-SMI::mib-2.99.1.1.1.4.7011 = INTEGER: 34
SNMPv2-SMI::mib-2.99.1.1.1.4.7012 = INTEGER: 31
SNMPv2-SMI::mib-2.99.1.1.1.4.7013 = INTEGER: 25
SNMPv2-SMI::mib-2.99.1.1.1.4.7014 = INTEGER: 32
---------------------------------------------------------------


mcaceresl
Posts: 2
Joined: Mon Apr 14, 2014 4:43 pm

Re: someone already has working templates for a Cisco ASR 10

Post by mcaceresl »

I hope this help... these are the xml for data template and graph template for Cisco ASR 1002... but I guess it will work with others models...

Marco
Attachments
asr1002.zip
(46.01 KiB) Downloaded 1389 times
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest