Home/Catalog/RTM-MIB

RTM-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for RTM-MIB.

22
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

22 total
Object Name
rtm
OBJECT IDENTIFIER
.1.3.6.1.4.1.351.120
RFC1155-SMI
Unknown
.1.3.6.1.4.1.351.120
trapsConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.351.120.1
trapConfigTableThe 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.
SEQUENCE OF TrapConfigEntry
.1.3.6.1.4.1.351.120.1.1
trapConfigEntryAn entry for each of the SNMP Manager registered. Each SNMP Manager is identified by its IP Address specified in managerIPAddress object.
TrapConfigEntry
.1.3.6.1.4.1.351.120.1.1.1
managerIPaddressA unique index value representing the SNMP manager.rw
IpAddress
.1.3.6.1.4.1.351.120.1.1.1.1
managerPortNumberThe UDP Port number on which the manager receives traps from a system.rw
INTEGER
.1.3.6.1.4.1.351.120.1.1.1.2
managerRowStatusThis 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 object to 'delRow' snmp manager will be registered with the system. In some systems, the SNMP Manager will be de-registered automatically by the agent (to allow other SNMP managers to register), if manager is idle for long time( This time is called aging interval time). In order to avoid Managers being de-registered automatically it is expected that the SNMP Managers keep sending keep-alive requests(SNMP GET on this object) to the system for predefined interval(Choosen by SNMP Manager). The keep-alive requests need to be sent few minutes before the aging interval expires. The aging value of the Registered Managers are in the order of minutes(system dependent or user configured). The value supported for the aging value is system dependent. The system might support aging value per manager basis or per node basis (applicable to all the registered managers).rw
Enumeration
.1.3.6.1.4.1.351.120.1.1.1.3
readingTrapsFlagAn 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 middle of uploading traps(via trapUploadTable). When the value is 'true' the system will not send traps to the corresponding manager identified by managerIPAddress object.rw
Enumeration
.1.3.6.1.4.1.351.120.1.1.1.4
nextTrapSeqNumSet 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 trapUploadTable. The trapUploadTable entries returned depends upon this value. If there are no traps in the system with the the sequence number, the agent will set the value for this object to the head of FIFO(Saved traps) and return an error response.rw
INTEGER
.1.3.6.1.4.1.351.120.1.1.1.5
managerNumOfValidEntriesThe number of entries in trapConfigTable.ro
INTEGER
.1.3.6.1.4.1.351.120.1.2
lastSequenceNumberThe sequence number of the last trap generated by the system. This object is used in each of the RTM Compliant trap definitions. The manager can figure out whether any trap is lost(missing) by comparing the lastSequenceNumber values received in last 2 traps.ro
INTEGER
.1.3.6.1.4.1.351.120.1.3
trapUploadTableThe trapUploadTable is used by the manager to retrieve missing(lost) traps using robust trap mechanism. The manager does a Get request on this table.
SEQUENCE OF TrapUploadEntry
.1.3.6.1.4.1.351.120.1.4
trapUploadEntryManager does a Get request on the elements of this entry to upload missing traps.
TrapUploadEntry
.1.3.6.1.4.1.351.120.1.4.1
trapManagerIPaddressIP 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.rw
IpAddress
.1.3.6.1.4.1.351.120.1.4.1.1
trapSequenceNumThe sequence number associated with the trap. This sequence number has to match with the value in lastSequenceNumber object embedded in trapPduString.ro
INTEGER
.1.3.6.1.4.1.351.120.1.4.1.2
trapPduStringTrap description string. This contains the Trap PDU that is stored in the system.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.351.120.1.4.1.3
endOfQueueFlagFlag indicating the last trap saved in the system's FIFO queue.ro
Enumeration
.1.3.6.1.4.1.351.120.1.4.1.4
recoverTrapTableA 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.
SEQUENCE OF RecoverTrapEntry
.1.3.6.1.4.1.351.120.1.5
recoverTrapEntryThe entry for each of the traps stored in the switch.
RecoverTrapEntry
.1.3.6.1.4.1.351.120.1.5.1
recoverTrapSequenceNumThe 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.ro
INTEGER
.1.3.6.1.4.1.351.120.1.5.1.1
recoverTrapPduStringTrap description string. This contains the Trap PDU that is stored in the system.ro
OCTET STRING
.1.3.6.1.4.1.351.120.1.5.1.2
RTM-MIB - SNMP MIB Reference | MIBs Explorer