configModifiedStatus
MX-SBC-MIB ·
.0.4400.1.100.800
Object
scalar Enumeration
Configuration Modified Status
Indicates that some configuration changes need the
ApplyConfiguration command to be executed in order to take
effect or to be validated. Restarting the service will also
apply these changes.
1. Yes: The configuration has been modified but has not been
applied.
2. No: The configuration has not been modified.
Use the ApplyConfiguration command to apply the configuration.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.100.800- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- configGroup
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 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::configModifiedStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SBC-MIB::configModifiedStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | yes |
200 | no |