All MIBs › ACC-SYSTEM › accTrapSequencingStatus
accTrapSequencingStatus
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accTrapSequencingStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.1.18
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Indicates trap sequencing feature is On or Off. When set to On, a accTrapLogSeqNum varbind will be appended to every trap issued by the system, and will always be the last varbind
What is accTrapSequencingStatus?
This OID enables or disables a feature that appends a sequence number to every SNMP trap sent by the system, controlled as a writable integer. Network managers enable this to detect lost or duplicate traps, ensuring no alerts go unnoticed in high-traffic monitoring scenarios. A value of "1" (enabled) means each trap will have a unique incrementing number as the last field.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.18 snmpwalk -v2c -c public <target> ACC-SYSTEM::accTrapSequencingStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.18.1 snmpget -v2c -c public <target> ACC-SYSTEM::accTrapSequencingStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.1.18.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.18 | accTrapSequencingStatus | ACC-SYSTEM |