MIBs Depot

RTM-MIB

Registered at
1.3.6.1.4.1.351.120
Namespace
cisco
Source file
RTM-MIB
Digest
sha256:535ab4d913d0383c3ac441403973243fe37d81695bd572760c27b61c77e77bff

Imports

FromSymbols
CISCOWAN-SMIstratacom
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIIpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCOWAN-SMI
RTM-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
rtm
OBJECT-IDENTITY
1.3.6.1.4.1.351.120
trapsConfig
OBJECT-IDENTITY
1.3.6.1.4.1.351.120.1
trapConfigTable
OBJECT-TYPE
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.
1.3.6.1.4.1.351.120.1.1not-accessiblemandatory
trapConfigEntry
OBJECT-TYPE
An entry for each of the SNMP Manager registered. Each SNMP Manager is identified by its IP Address specified in managerIPAddress object.
1.3.6.1.4.1.351.120.1.1.1not-accessiblemandatory
managerIPaddress
OBJECT-TYPE
A unique index value representing the SNMP manager.
1.3.6.1.4.1.351.120.1.1.1.1IpAddressread-writemandatory
managerPortNumber
OBJECT-TYPE
The UDP Port number on which the manager receives traps from a system.
1.3.6.1.4.1.351.120.1.1.1.2INTEGERread-writemandatory
managerRowStatus
OBJECT-TYPE
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 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).
1.3.6.1.4.1.351.120.1.1.1.3INTEGER {addRow(1), delRow(2)}read-writemandatory
readingTrapsFlag
OBJECT-TYPE
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 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.
1.3.6.1.4.1.351.120.1.1.1.4INTEGER {false(1), true(2)}read-writemandatory
nextTrapSeqNum
OBJECT-TYPE
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 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.
1.3.6.1.4.1.351.120.1.1.1.5INTEGERread-writemandatory
managerNumOfValidEntries
OBJECT-TYPE
The number of entries in trapConfigTable.
1.3.6.1.4.1.351.120.1.2INTEGER (0..12)read-onlymandatory
lastSequenceNumber
OBJECT-TYPE
The 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.
1.3.6.1.4.1.351.120.1.3INTEGERread-onlymandatory
trapUploadTable
OBJECT-TYPE
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.
1.3.6.1.4.1.351.120.1.4not-accessiblemandatory
trapUploadEntry
OBJECT-TYPE
Manager does a Get request on the elements of this entry to upload missing traps.
1.3.6.1.4.1.351.120.1.4.1not-accessiblemandatory
trapManagerIPaddress
OBJECT-TYPE
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.
1.3.6.1.4.1.351.120.1.4.1.1IpAddressread-writemandatory
trapSequenceNum
OBJECT-TYPE
The sequence number associated with the trap. This sequence number has to match with the value in lastSequenceNumber object embedded in trapPduString.
1.3.6.1.4.1.351.120.1.4.1.2INTEGERread-onlymandatory
trapPduString
OBJECT-TYPE
Trap description string. This contains the Trap PDU that is stored in the system.
1.3.6.1.4.1.351.120.1.4.1.3DisplayStringread-onlymandatory
endOfQueueFlag
OBJECT-TYPE
Flag indicating the last trap saved in the system's FIFO queue.
1.3.6.1.4.1.351.120.1.4.1.4INTEGER {false(1), true(2)}read-onlymandatory
recoverTrapTable
OBJECT-TYPE
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.
1.3.6.1.4.1.351.120.1.5not-accessiblemandatory
recoverTrapEntry
OBJECT-TYPE
The entry for each of the traps stored in the switch.
1.3.6.1.4.1.351.120.1.5.1not-accessiblemandatory
recoverTrapSequenceNum
OBJECT-TYPE
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.
1.3.6.1.4.1.351.120.1.5.1.1INTEGER (0..2147483647)read-onlymandatory
recoverTrapPduString
OBJECT-TYPE
Trap description string. This contains the Trap PDU that is stored in the system.
1.3.6.1.4.1.351.120.1.5.1.2OCTET STRING (SIZE(0..512))read-onlymandatory