rtbConfigCopyDestFileType
DATACOM-ROUTER-B-MIB ·
.1.3.6.1.4.1.3709.3.5.21.6.4
Object
scalar r/w
Enumeration
Selects on which the file copied from the rtbConfigCopyServerAddress will be applied: runningConfig(1) or startupConfig(2). If on runningConfig(1), the current device configuration will be changed, else on startupConfig(2), then the current config wont be changed and only will take effect after a reboot. Default value is: runningConfig(1)
Context
- MIB
- DATACOM-ROUTER-B-MIB
- OID
.1.3.6.1.4.1.3709.3.5.21.6.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dmAdRtbConfigCopy
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 'DATACOM-ROUTER-B-MIB' -M '/opt/observium/mibs/datacom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DATACOM-ROUTER-B-MIB::rtbConfigCopyDestFileType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DATACOM-ROUTER-B-MIB' -M '/opt/observium/mibs/datacom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DATACOM-ROUTER-B-MIB::rtbConfigCopyDestFileType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | runningConfig |
2 | startupConfig |