RTM-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
11

trapConfigTable

table mandatory
.1.3.6.1.4.1.351.120.1.1 · 1 row entry · 5 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk trapConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RTM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RTM-MIB::trapConfigTable'
The trap configuration table. This table
is used for registering SNMP managers with the system.
The system will send traps only to the registered
SNMP mangers.
trapConfigEntry row .1.3.6.1.4.1.351.120.1.1.1
An entry for each of the SNMP Manager registered.
Each SNMP Manager is identified by its IP Address
specified in managerIPAddress object.
Column Syntax OID
A unique index value representing the SNMP manager.
RFC1155-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.351.120.1.1.1.1
The UDP Port number on which the manager
receives traps from a system.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.351.120.1.1.1.2
This object is used for adding(registering) and
deleting(de-registering) SNMP managers in the system.
By setting this object to 'addRow' snmp manager will be
registered with the system.

By setting this ob…
Enumerationr/w
Enumerated Values:
1addRow
2delRow
.1.3.6.1.4.1.351.120.1.1.1.3
An entry for the state of the manager.
The value 'false' indicates that SNMP manager is not
in the middle of uploading traps(via trapUploadTable).

The value 'true' indicates that SNMP manager is in the
mi…
Enumerationr/w
Enumerated Values:
1false
2true
.1.3.6.1.4.1.351.120.1.1.1.4
Set by the manager to indicate the first trap(identified
by this sequence number) it is interested in uploading.
The agent increments this value when readingTrapsFlag is
set to true(1) and SNMP Get is performed on trapU…
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.351.120.1.1.1.5

trapUploadTable

table mandatory
.1.3.6.1.4.1.351.120.1.4 · 1 row entry · 4 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk trapUploadTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RTM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RTM-MIB::trapUploadTable'
The trapUploadTable is used by the manager to retrieve
missing(lost) traps using robust trap mechanism.
The manager does a Get request on this table.
trapUploadEntry row .1.3.6.1.4.1.351.120.1.4.1
Manager does a Get request on the elements of this entry
to upload missing traps.
Column Syntax OID
IP address of the manager used as an index to the table.
The value of this object must match with the value
in the managerIPaddress object.
RFC1155-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.351.120.1.4.1.1
The sequence number associated with the trap.
This sequence number has to match with the
value in lastSequenceNumber object embedded
in trapPduString.
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.351.120.1.4.1.2
trapPduStringmandatory
Trap description string. This contains the Trap PDU
that is stored in the system.
RFC1213-MIBDisplayString .1.3.6.1.4.1.351.120.1.4.1.3
Flag indicating the last trap saved in the
system's FIFO queue.
Enumeration
Enumerated Values:
1false
2true
.1.3.6.1.4.1.351.120.1.4.1.4

recoverTrapTable

table mandatory
.1.3.6.1.4.1.351.120.1.5 · 1 row entry · 2 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk recoverTrapTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RTM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RTM-MIB::recoverTrapTable'
A table containing information about the traps
sent from the system/switch. The total number of
traps stored in the switch is implementation
specific.
It is expected that systems supporting RTM Mechanism
save atleast least 500 traps , so that NMS
applications can recover the traps if they
determined it to be lost.
recoverTrapEntry row .1.3.6.1.4.1.351.120.1.5.1
The entry for each of the traps stored in the switch.
Column Syntax OID
The sequence number associated with the trap.
The system tries to find a matching entry
in the list of traps stored.
If there is a match, an valid entry returned
with value for 'recoverTrapPduString' object.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.351.120.1.5.1.1
Trap description string. This contains the Trap PDU
that is stored in the system.
OctetString
Constraints:
range: 0-512
.1.3.6.1.4.1.351.120.1.5.1.2