scriptExportContent
MX-CONF-MIB ·
.0.800.1.100.1000.100
Object
scalar r/w
Enumeration
Export Content
Content to export in generated configuration script.
* AllConfig: Export everything.
* ModifiedConfig: Export only the configuration that has
been modified (differs from the default values).
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.1000.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- scriptExportGroup
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-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CONF-MIB::scriptExportContent.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CONF-MIB::scriptExportContent'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | allConfig |
200 | modifiedConfig |