[mrtg] Juniper OID for temperature cpu memory
billp
billp at wjp.net
Thu Jun 26 03:03:30 MEST 2003
Not finding this in the archives or several search engines, I figured
this out (hopefully correctly.)
Quick how-to measure juniper temp, cpu and memory usage.
Slot inventory:
snmpwalk .1.3.6.1.4.1.2636.3.1.13.1.5
then take the last 4 octets of where you want to measure and add them on to:
Temp:
1.3.6.1.4.1.2636.3.1.13.1.7.x.x.x.x
CPU usage:
1.3.6.1.4.1.2636.3.1.13.1.8.x.x.x.x
Memory (buffer) usage:
1.3.6.1.4.1.2636.3.1.13.1.11.x.x.x.x
Example for a M20:
# snmpwalk router snmpcommunity .1.3.6.1.4.1.2636.3.1.13.1.5
1.3.6.1.4.1.2636.3.1.13.1.5.1.1.0.0 = "backplane"
1.3.6.1.4.1.2636.3.1.13.1.5.2.1.0.0 = "Power Supply A"
1.3.6.1.4.1.2636.3.1.13.1.5.2.2.0.0 = "Power Supply B"
1.3.6.1.4.1.2636.3.1.13.1.5.4.1.0.0 = "Front Upper Fan"
1.3.6.1.4.1.2636.3.1.13.1.5.4.2.0.0 = "Front Middle Fan"
1.3.6.1.4.1.2636.3.1.13.1.5.4.3.0.0 = "Front Bottom Fan"
1.3.6.1.4.1.2636.3.1.13.1.5.4.4.0.0 = "Rear Fan"
1.3.6.1.4.1.2636.3.1.13.1.5.6.1.0.0 = "SSB 0 Internet Processor II"
1.3.6.1.4.1.2636.3.1.13.1.5.6.2.0.0 = "SSB 1"
1.3.6.1.4.1.2636.3.1.13.1.5.7.1.0.0 = "FPC @ 0/*/*"
1.3.6.1.4.1.2636.3.1.13.1.5.7.2.0.0 = "FPC @ 1/*/*"
1.3.6.1.4.1.2636.3.1.13.1.5.7.3.0.0 = "FPC @ 2/*/*"
1.3.6.1.4.1.2636.3.1.13.1.5.8.1.1.0 = "PIC: 1x G/E, 1000 BASE-SX @ 0/0/*"
1.3.6.1.4.1.2636.3.1.13.1.5.8.1.2.0 = "PIC: 1x G/E, 1000 BASE-SX @ 0/1/*"
1.3.6.1.4.1.2636.3.1.13.1.5.8.1.3.0 = "PIC: 4x T3 @ 0/2/*"
1.3.6.1.4.1.2636.3.1.13.1.5.8.1.4.0 = "PIC: 1x OC-12 SONET, SMIR @ 0/3/*"
1.3.6.1.4.1.2636.3.1.13.1.5.8.2.1.0 = "PIC: 1x G/E, 1000 BASE-SX @ 1/0/*"
1.3.6.1.4.1.2636.3.1.13.1.5.8.3.1.0 = "PIC: 1x G/E, 1000 BASE-SX @ 2/0/*"
1.3.6.1.4.1.2636.3.1.13.1.5.9.1.0.0 = "Routing Engine 0"
1.3.6.1.4.1.2636.3.1.13.1.5.9.1.1.0 = "Routing Engine 0 PCMCIA Card"
1.3.6.1.4.1.2636.3.1.13.1.5.9.2.0.0 = "Routing Engine 1"
1.3.6.1.4.1.2636.3.1.13.1.5.9.2.1.0 = "Routing Engine 1 PCMCIA Card"
1.3.6.1.4.1.2636.3.1.13.1.5.10.1.0.0 = "Front Panel Display"
Example OIDs for various M20 attributes:
TEMP
1.3.6.1.4.1.2636.3.1.13.1.7.1.1.0.0 = Gauge32: 24 Backplane temp
1.3.6.1.4.1.2636.3.1.13.1.7.2.1.0.0 = Gauge32: 27 PS A temp
1.3.6.1.4.1.2636.3.1.13.1.7.2.2.0.0 = Gauge32: 25 PS B temp
1.3.6.1.4.1.2636.3.1.13.1.7.6.1.0.0 = Gauge32: 31 SSB 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.6.2.0.0 = Gauge32: 0 SSB 1 (if active?) temp
1.3.6.1.4.1.2636.3.1.13.1.7.7.1.0.0 = Gauge32: 30 FPC 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.7.2.0.0 = Gauge32: 30 FPC 1 temp
1.3.6.1.4.1.2636.3.1.13.1.7.7.3.0.0 = Gauge32: 27 FPC 2 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.1.1.0 = Gauge32: 30 FPC 0 PIC 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.1.2.0 = Gauge32: 30 FPC 0 PIC 1 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.1.3.0 = Gauge32: 30 FPC 0 PIC 2 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.1.4.0 = Gauge32: 30 FPC 0 PIC 3 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.2.1.0 = Gauge32: 30 FPC 1 PIC 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.2.2.0 = Gauge32: 30 FPC 1 PIC 1 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.2.3.0 = Gauge32: 30 FPC 1 PIC 2 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.2.4.0 = Gauge32: 30 FPC 1 PIC 3 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.3.1.0 = Gauge32: 27 FPC 2 PIC 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.3.2.0 = Gauge32: 27 FPC 2 PIC 1 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.3.3.0 = Gauge32: 27 FPC 2 PIC 2 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.3.4.0 = Gauge32: 27 FPC 2 PIC 3 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.4.1.0 = Gauge32: 0 FPC 3 PIC 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.4.2.0 = Gauge32: 0 FPC 3 PIC 1 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.4.3.0 = Gauge32: 0 FPC 3 PIC 2 temp
1.3.6.1.4.1.2636.3.1.13.1.7.8.4.4.0 = Gauge32: 0 FPC 3 PIC 3 temp
1.3.6.1.4.1.2636.3.1.13.1.7.9.1.0.0 = Gauge32: 26 RE 0 temp
1.3.6.1.4.1.2636.3.1.13.1.7.9.2.0.0 = Gauge32: 25 RE 1 temp
CPU
1.3.6.1.4.1.2636.3.1.13.1.8.6.1.0.0 = Gauge32: 21 SSB 0 cpu utilization
1.3.6.1.4.1.2636.3.1.13.1.8.6.2.0.0 = Gauge32: 0 SSB 1 cpu utilization
1.3.6.1.4.1.2636.3.1.13.1.8.9.1.0.0 = Gauge32: 35 RE 0 cpu utilization
1.3.6.1.4.1.2636.3.1.13.1.8.9.2.0.0 = Gauge32: 13 RE 1 cpu utilization
MEMORY UTILIZATION
1.3.6.1.4.1.2636.3.1.13.1.11.6.1.0.0 = Gauge32: 56 SSB 0 buffer utilization
1.3.6.1.4.1.2636.3.1.13.1.11.6.2.0.0 = Gauge32: 0 SSB 1 buffer utilization
1.3.6.1.4.1.2636.3.1.13.1.11.7.1.0.0 = Gauge32: 15 FPC 0 buffer utilization
1.3.6.1.4.1.2636.3.1.13.1.11.7.2.0.0 = Gauge32: 15 FPC 1 buffer utilization
1.3.6.1.4.1.2636.3.1.13.1.11.7.3.0.0 = Gauge32: 16 FPC 2 buffer utilization
1.3.6.1.4.1.2636.3.1.13.1.11.7.4.0.0 = Gauge32: 16 FPC 3 buffer utilization
1.3.6.1.4.1.2636.3.1.13.1.11.9.1.0.0 = Gauge32: 35 RE 0 memory utilization
1.3.6.1.4.1.2636.3.1.13.1.11.9.2.0.0 = Gauge32: 13 RE 1 memory utilization
-bill
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list