copySrcFileLocation
FORCE10-COPY-CONFIG-MIB ·
.1.3.6.1.4.1.6027.3.5.1.1.1.1.3
Object
Specifies the location of source file.
If the copySrcFileType has the value of
ftosFile(1), it is expected that the copySrcFileType
and copySrcFileName must also be spcified. The three
objects together will uniquely identify the source file.
If the copySrcFileLocation has the value of
ftp(4) or scp(5), it is expected the login information liked
copyServerAddress, copyUserName, and copyUserPassword
also be spcified.
Context
- MIB
- FORCE10-COPY-CONFIG-MIB
- OID
.1.3.6.1.4.1.6027.3.5.1.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- f10CopyEntry
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 'FORCE10-COPY-CONFIG-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-COPY-CONFIG-MIB::copySrcFileLocation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FORCE10-COPY-CONFIG-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-COPY-CONFIG-MIB::copySrcFileLocation.<copyConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FORCE10-COPY-CONFIG-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FORCE10-COPY-CONFIG-MIB::copySrcFileLocation'
Syntax
- Source
- F10ConfigFileLocation
- Base type
Enumeration
Values & Constraints
Type Values
1 | flash |
2 | slot0 |
3 | tftp |
4 | ftp |
5 | scp |
6 | usbflash |
7 | nfsmount |