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
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 entry .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.
Indexes
managerIPaddress
Column Syntax OID
managerIPaddress mandatory
A unique index value representing the SNMP manager.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.351.120.1.1.1.1
managerPortNumber mandatory
The UDP Port number on which the manager
receives traps from a system.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.351.120.1.1.1.2
managerRowStatus mandatory
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
readingTrapsFlag mandatory
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
nextTrapSeqNum mandatory
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
Textual Convention: COPS-PR-SPPIInteger32 Integer32
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
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 entry .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.
Indexes
trapManagerIPaddress
Column Syntax OID
trapManagerIPaddress mandatory
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
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.351.120.1.4.1.1
trapSequenceNum mandatory
The sequence number associated with the trap.
This sequence number has to match with the
value in lastSequenceNumber object embedded
in trapPduString.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.351.120.1.4.1.2
trapPduString mandatory
Trap description string. This contains the Trap PDU
that is stored in the system.
RFC1213-MIBDisplayString
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.351.120.1.4.1.3
endOfQueueFlag mandatory
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
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 entry .1.3.6.1.4.1.351.120.1.5.1
The entry for each of the traps stored in the switch.
Indexes
recoverTrapSequenceNum
Column Syntax OID
recoverTrapSequenceNum mandatory
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
recoverTrapPduString mandatory
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