aniDevControlSetFactoryDefaults
DEVCONTROL-MIB ·
.1.3.6.1.4.1.4325.2.4.2
Object
scalar SNMPv2-TCTruthValue
This object provides an option to reset configuration
parameters to factory defaults.
Setting this object to true(1) allows restoring all
configuration parameters to factory default values.
Setting the object to false(2) is not allowed.
If a Get request is sent before this object is actually
set, the value false(2) will be returned.
Note: This parameter is not supported for this release.
Hence it is defined as a read-only object.
Context
- MIB
- DEVCONTROL-MIB
- OID
.1.3.6.1.4.1.4325.2.4.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- aniDevControl
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 'DEVCONTROL-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DEVCONTROL-MIB::aniDevControlSetFactoryDefaults.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DEVCONTROL-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DEVCONTROL-MIB::aniDevControlSetFactoryDefaults'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |