zoneCopyStartCopy
CISCO-ZS-MIB ·
.1.3.6.1.4.1.9.9.294.1.1.31.1.8
Object
column r/w
Enumeration
This object provides the capability to
start the copy operation of the active
zoneset on this VSAN to the desired
destination.
When set to 'copy(1)', the copy of the
active zoneset on this VSAN is started.
No action is taken if this object is set
to 'noop(2)'.
The value of this object when read is
always 'noop'.
Context
- MIB
- CISCO-ZS-MIB
- OID
.1.3.6.1.4.1.9.9.294.1.1.31.1.8- Type
- column
- Access
- readwrite
- 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::zoneCopyStartCopy'
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::zoneCopyStartCopy.<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::zoneCopyStartCopy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | copy |
2 | noop |