Snmp notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with "RFC 2925 Remote Operations MIB (Ping only) RFC 3019 MLDv1 MIB RFC 4022 MIB for TCP RFC 4113 MIB for UDP RFC 4293 MIB for IP RFC 1213 MIB II RFC 1493 Bridge MIB RFC 1724 RIPv2 ...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
RFC 2925 Remote Operations MIB (Ping only)
RFC 2925 Remote Operations MIB (Ping only)<br>
RFC 3019 MLDv1 MIB
RFC 3019 MLDv1 MIB<br>
RFC 4022 MIB for TCP
RFC 4022 MIB for TCP<br>
RFC 4113 MIB for UDP
RFC 4113 MIB for UDP<br>
RFC 4293 MIB for IP
RFC 4293 MIB for IP<br>
RFC 1213 MIB II
RFC 1213 MIB II<br>
RFC 1493 Bridge MIB
RFC 1493 Bridge MIB<br>
RFC 1724 RIPv2 MIB
RFC 1724 RIPv2 MIB<br>
RFC 2021 RMONv2 MIB
RFC 2021 RMONv2 MIB<br>
RFC 2613 SMON MIB
RFC 2613 SMON MIB<br>
RFC 2618 RADIUS Client MIB
RFC 2618 RADIUS Client MIB<br>
RFC 2620 RADIUS Accounting MIB
RFC 2620 RADIUS Accounting MIB<br>
RFC 2665 Ethernet-Like-MIB
RFC 2665 Ethernet-Like-MIB<br>
RFC 2668 802.3 MAU MIB
RFC 2668 802.3 MAU MIB<br>
RFC 2674 802.1p and IEEE 802.1Q Bridge MIB
RFC 2674 802.1p and IEEE 802.1Q Bridge MIB<br>
RFC 2737 Entity MIB (Version 2)
RFC 2737 Entity MIB (Version 2)<br>
RFC 2863 The Interfaces Group MIB
RFC 2863 The Interfaces Group MIB<br>
 
<pre>
susan linux # snmpwalk -v 2c -c mystring localhost UCD-SNMP-MIB::systemStats
UCD-SNMP-MIB::ssIndex.0 = INTEGER: 1
UCD-SNMP-MIB::ssErrorName.0 = STRING: systemStats
UCD-SNMP-MIB::ssSwapIn.0 = INTEGER: 0 kB
UCD-SNMP-MIB::ssSwapOut.0 = INTEGER: 0 kB
UCD-SNMP-MIB::ssIOSent.0 = INTEGER: 0 blocks/s
UCD-SNMP-MIB::ssIOReceive.0 = INTEGER: 0 blocks/s
UCD-SNMP-MIB::ssSysInterrupts.0 = INTEGER: 9 interrupts/s
UCD-SNMP-MIB::ssSysContext.0 = INTEGER: 14 switches/s
UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuSystem.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuIdle.0 = INTEGER: 98
UCD-SNMP-MIB::ssCpuRawUser.0 = Counter32: 223105
UCD-SNMP-MIB::ssCpuRawNice.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 35746
UCD-SNMP-MIB::ssCpuRawIdle.0 = Counter32: 565286
UCD-SNMP-MIB::ssCpuRawWait.0 = Counter32: 30586
UCD-SNMP-MIB::ssCpuRawKernel.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawInterrupt.0 = Counter32: 0
UCD-SNMP-MIB::ssIORawSent.0 = Counter32: 1509634
UCD-SNMP-MIB::ssIORawReceived.0 = Counter32: 1007768
UCD-SNMP-MIB::ssRawInterrupts.0 = Counter32: 452801
UCD-SNMP-MIB::ssRawContexts.0 = Counter32: 1206109
UCD-SNMP-MIB::ssCpuRawSoftIRQ.0 = Counter32: 378
UCD-SNMP-MIB::ssRawSwapIn.0 = Counter32: 0
UCD-SNMP-MIB::ssRawSwapOut.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawSteal.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawGuest.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawGuestNice.0 = Counter32: 0
</pre>

Latest revision as of 00:47, 30 September 2012

RFC 2925 Remote Operations MIB (Ping only)
RFC 3019 MLDv1 MIB
RFC 4022 MIB for TCP
RFC 4113 MIB for UDP
RFC 4293 MIB for IP
RFC 1213 MIB II
RFC 1493 Bridge MIB
RFC 1724 RIPv2 MIB
RFC 2021 RMONv2 MIB
RFC 2613 SMON MIB
RFC 2618 RADIUS Client MIB
RFC 2620 RADIUS Accounting MIB
RFC 2665 Ethernet-Like-MIB
RFC 2668 802.3 MAU MIB
RFC 2674 802.1p and IEEE 802.1Q Bridge MIB
RFC 2737 Entity MIB (Version 2)
RFC 2863 The Interfaces Group MIB

susan linux # snmpwalk -v 2c -c mystring localhost UCD-SNMP-MIB::systemStats
UCD-SNMP-MIB::ssIndex.0 = INTEGER: 1
UCD-SNMP-MIB::ssErrorName.0 = STRING: systemStats
UCD-SNMP-MIB::ssSwapIn.0 = INTEGER: 0 kB
UCD-SNMP-MIB::ssSwapOut.0 = INTEGER: 0 kB
UCD-SNMP-MIB::ssIOSent.0 = INTEGER: 0 blocks/s
UCD-SNMP-MIB::ssIOReceive.0 = INTEGER: 0 blocks/s
UCD-SNMP-MIB::ssSysInterrupts.0 = INTEGER: 9 interrupts/s
UCD-SNMP-MIB::ssSysContext.0 = INTEGER: 14 switches/s
UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuSystem.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuIdle.0 = INTEGER: 98
UCD-SNMP-MIB::ssCpuRawUser.0 = Counter32: 223105
UCD-SNMP-MIB::ssCpuRawNice.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 35746
UCD-SNMP-MIB::ssCpuRawIdle.0 = Counter32: 565286
UCD-SNMP-MIB::ssCpuRawWait.0 = Counter32: 30586
UCD-SNMP-MIB::ssCpuRawKernel.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawInterrupt.0 = Counter32: 0
UCD-SNMP-MIB::ssIORawSent.0 = Counter32: 1509634
UCD-SNMP-MIB::ssIORawReceived.0 = Counter32: 1007768
UCD-SNMP-MIB::ssRawInterrupts.0 = Counter32: 452801
UCD-SNMP-MIB::ssRawContexts.0 = Counter32: 1206109
UCD-SNMP-MIB::ssCpuRawSoftIRQ.0 = Counter32: 378
UCD-SNMP-MIB::ssRawSwapIn.0 = Counter32: 0
UCD-SNMP-MIB::ssRawSwapOut.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawSteal.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawGuest.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawGuestNice.0 = Counter32: 0