All MIBs › RTM-MIB › nextTrapSeqNum
nextTrapSeqNum
Module: RTM-MIB
OID (symbolic): RTM-MIB::nextTrapSeqNum
OID (numeric): 1.3.6.1.4.1.351.120.1.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: 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.
What is nextTrapSeqNum?
Set by the manager to indicate the sequence number of the first trap it wants to begin uploading from trapUploadTable; the agent advances this value as the manager reads entries while readingTrapsFlag is true. If no trap in the system matches the requested sequence number, the agent resets this to the head of its saved-trap FIFO and returns an error. An admin recovering from a management-station outage would set this to the last sequence number it successfully processed, to resume uploading from that point.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.120.1.1.1.5 snmpwalk -v2c -c public <target> RTM-MIB::nextTrapSeqNum
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.120.1.1.1.5.1 snmpget -v2c -c public <target> RTM-MIB::nextTrapSeqNum.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.351.120.1.1.1.5.1 i <value>
Start monitoring generic SNMP-manageable network device with configurable trap forwarding (real-time trap management) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RTM-MIB::nextTrapSeqNum OID value, configure state conditions and alerts, and monitor any generic SNMP-manageable network device with configurable trap forwarding (real-time trap management) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.351 | stratacom | CISCOWAN-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.351.120 | rtm | RTM-MIB |
| 1.3.6.1.4.1.351.120.1 | trapsConfig | RTM-MIB |
| 1.3.6.1.4.1.351.120.1.1 | trapConfigTable | RTM-MIB |
| 1.3.6.1.4.1.351.120.1.1.1 | trapConfigEntry | RTM-MIB |
| 1.3.6.1.4.1.351.120.1.1.1.5 | nextTrapSeqNum | RTM-MIB |