fileCopySrcOperType
FS-MIB ·
.1.3.6.1.4.1.52642.2.1.45.1.24.1.1
Object
scalar r/w
Enumeration
fileCopySrcOperType specifies where to copy from,
and fileCopyDestOperType specifies where to copy to.
Possible combinations of 'fileCopySrcOperType to
fileCopyDestOperType' and required parameters are listed in
the following table.
--------------+------------------+---------------------------------
Source | Destination | Required parameters
--------------+------------------+---------------------------------
file(1) | file(1) | fileCopySrcFileName
| | fileCopyDestFileName
+------------------+---------------------------------
| runningCfg(2) | fileCopySrcFileName
+------------------+---------------------------------
| startUpCfg(3) | fileCopySrcFileName
| | fileCopyDestFileName
+------------------+---------------------------------
| tftp(4) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyFileType
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
+------------------+---------------------------------
| unit(5) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyFileType
| | fileCopyUnitId
+------------------+---------------------------------
| ftp(7) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyFileType
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
| | fileCopyServerUserName
| | fileCopyServerPassword
--------------+------------------+---------------------------------
runningCfg(2) | file(1) | fileCopyDestFileName
+------------------+---------------------------------
| startUpCfg(3) | fileCopyDestFileName
+------------------+---------------------------------
| tftp(4) | fileCopyDestFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
+------------------+---------------------------------
| ftp(7) | fileCopyDestFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
| | fileCopyServerUserName
| | fileCopyServerPassword
--------------+------------------+---------------------------------
startUpCfg(3) | file(1) | fileCopyDestFileName
+------------------+---------------------------------
| runningCfg(2) | None.
+------------------+---------------------------------
| tftp(4) | fileCopyDestFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
+------------------+---------------------------------
| ftp(7) | fileCopyDestFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
| | fileCopyServerUserName
| | fileCopyServerPassword
--------------+------------------+---------------------------------
tftp(4) | file(1) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyFileType
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
+------------------+---------------------------------
| runningCfg(2) | fileCopySrcFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
+------------------+---------------------------------
| startUpCfg(3) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
--------------+------------------+---------------------------------
unit(5) | file(1) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyFileType
| | fileCopyUnitId
--------------+------------------+---------------------------------
ftp(7) | file(1) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyFileType
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
| | fileCopyServerUserName
| | fileCopyServerPassword
+------------------+---------------------------------
| runningCfg(2) | fileCopySrcFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
| | fileCopyServerUserName
| | fileCopyServerPassword
+------------------+---------------------------------
| startUpCfg(3) | fileCopySrcFileName
| | fileCopyDestFileName
| | fileCopyServerInetAddressType
| | fileCopyServerInetAddress
| | fileCopyServerUserName
| | fileCopyServerPassword
--------------+------------------+---------------------------------
Context
- MIB
- FS-MIB
- OID
.1.3.6.1.4.1.52642.2.1.45.1.24.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- fileCopyMgt
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 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-MIB::fileCopySrcOperType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-MIB::fileCopySrcOperType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | file |
2 | runningCfg |
3 | startUpCfg |
4 | tftp |
5 | unit |
7 | ftp |