customCfgToolUploadActionRequest
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.2.1.9
Object
column r/w
Enumeration
This object is used to start the actions for a configuration tool entry: -upload/reload of the file scripts of a configuration tool -remove a configuration tool entry
Context
- MIB
- SIAE-CUSTOM-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.3373.1103.97.2.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- customCfgToolEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SIAE-CUSTOM-CONFIGURATION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-CUSTOM-CONFIGURATION-MIB::customCfgToolUploadActionRequest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-CUSTOM-CONFIGURATION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-CUSTOM-CONFIGURATION-MIB::customCfgToolUploadActionRequest.<customCfgToolId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-CUSTOM-CONFIGURATION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-CUSTOM-CONFIGURATION-MIB::customCfgToolUploadActionRequest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notActive |
1 | loadCfg |
2 | loadCfgContructor |
3 | loadCfgDestructor |
4 | removeCfg |