zoneCopyState
CISCO-ZS-MIB ·
.1.3.6.1.4.1.9.9.294.1.1.31.1.9
Object
column Enumeration
The result of the most recent copy operation
on this VSAN.
success(1) - indicates that the copy
operation was successful.
timeout(2) - indicates that the copy operation
failed due to a timeout.
badFileName(3) - indicates that the file name/
path/permissions are incorrect.
inProgress(4) - indicates that this copy
operation is currently in
progress.
badUserNamePasswd(5) - indicates that the user
name/password of the
remote device is incorrect.
incompleteConfig(6) - configuration is
incomplete.
unknown(7) - error is unknown.
sysErr(8) - system error
anotherCopyInProgress(9) - indicates that a
copy operation on the
same VSAN or another
VSAN is already
in progress.
Context
- MIB
- CISCO-ZS-MIB
- OID
.1.3.6.1.4.1.9.9.294.1.1.31.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zoneCopyEntry
- Groups
- 5
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-ZS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ZS-MIB::zoneCopyState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ZS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ZS-MIB::zoneCopyState.<vsanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ZS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ZS-MIB::zoneCopyState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | timeout |
3 | badFileName |
4 | inProgress |
5 | badUserNamePasswd |
6 | incompleteConfig |
7 | unknown |
8 | sysErr |
9 | anotherCopyInProgress |