ciscoFlashCopyProtocol
CISCO-FLASH-MIB ·
.1.3.6.1.4.1.9.9.10.1.2.1.1.3
Object
column r/w
Enumeration
The protocol to be used for any copy. Optional.
Will default to tftp if not specified.
Since feature support depends on a software release,
version number within the release, platform, and
maybe the image type (subset type), a management
station would be expected to somehow determine
the protocol support for a command.
Context
- MIB
- CISCO-FLASH-MIB
- OID
.1.3.6.1.4.1.9.9.10.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ciscoFlashCopyEntry
- Groups
- 3
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 'CISCO-FLASH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FLASH-MIB::ciscoFlashCopyProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FLASH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FLASH-MIB::ciscoFlashCopyProtocol.<ciscoFlashCopySerialNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FLASH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FLASH-MIB::ciscoFlashCopyProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tftp |
2 | rcp |
3 | lex |
4 | ftp |
5 | scp |
6 | sftp |