aniDevControlStartUpload
DEVCONTROL-MIB ·
.1.3.6.1.4.1.4325.2.4.3
Object
Setting this object to true(1) causes the device to upload
the entire Configuration File onto the TFTP server on the
service provider side.
aniDevTftpServer is the designated TFTP server used in this
upload process.
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.
Context
- MIB
- DEVCONTROL-MIB
- OID
.1.3.6.1.4.1.4325.2.4.3- Type
- scalar
- Access
- readwrite
- 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::aniDevControlStartUpload.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::aniDevControlStartUpload'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |