configurationChangeEnd
RAD-ConfigChange-MIB ·
.1.3.6.1.4.1.164.6.2.75.1.5
Object
scalar Enumeration
This MIB object shall be attached as a varbind to the configurationChange Trap. It indicates whether the current configuration change trap has ended or whether it will be continued in the next trap. start (1) - the current configuration change trap is 1st in a sequence of configuration change traps. end (2) - the current configuration change is the last in sequence of configuration change traps. startAndEnd (3) - the current configuration change is a single trap. continue (4) - the current configuration change is within a trap sequence, not 1st and not last.
Context
- MIB
- RAD-ConfigChange-MIB
- OID
.1.3.6.1.4.1.164.6.2.75.1.5- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- configChange
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-ConfigChange-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-ConfigChange-MIB::configurationChangeEnd.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-ConfigChange-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-ConfigChange-MIB::configurationChangeEnd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | end |
3 | startAndEnd |
4 | continue |