fileCopyDestOperType
ECS4810-28TS-MIB ·
.1.3.6.1.4.1.259.10.1.18.1.24.1.3
Object
scalar r/w
Enumeration
The Copy Operation that we want to perform on fileCopySrcOperType. switchDevice(1) means we want load firmware or configuration from TFTP server, tftp(2) means we want to save configuration to TFTP server. Note: The value of fileCopySrcOperType and fileCopyDestOperType should not equal.
Context
- MIB
- ECS4810-28TS-MIB
- OID
.1.3.6.1.4.1.259.10.1.18.1.24.1.3- 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 'ECS4810-28TS-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4810-28TS-MIB::fileCopyDestOperType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4810-28TS-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4810-28TS-MIB::fileCopyDestOperType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | switchDevice |
2 | tftp |