copySrcFileType
DELL-NETWORKING-COPY-CONFIG-MIB ·
.1.3.6.1.4.1.6027.3.5.1.1.1.1.2
Object
Specifies the type of file to copy from.
if the copySrcFileType is runningConfig(2) or
startupConfig(3), the default DellNetConfigFileLocation is
flash(1).
If the copySrcFileType has the value of
dellNetFile(1), it is expected that the copySrcFileLocation
and copySrcFileName must also be spcified. The three
objects together will uniquely identify the source file.
Context
- MIB
- DELL-NETWORKING-COPY-CONFIG-MIB
- OID
.1.3.6.1.4.1.6027.3.5.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dellNetCopyEntry
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 'DELL-NETWORKING-COPY-CONFIG-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DELL-NETWORKING-COPY-CONFIG-MIB::copySrcFileType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DELL-NETWORKING-COPY-CONFIG-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DELL-NETWORKING-COPY-CONFIG-MIB::copySrcFileType.<copyConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DELL-NETWORKING-COPY-CONFIG-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DELL-NETWORKING-COPY-CONFIG-MIB::copySrcFileType'
Syntax
- Source
- DellNetConfigFileType
- Base type
Enumeration
Values & Constraints
Type Values
1 | dellNetFile |
2 | runningConfig |
3 | startupConfig |