zoneCopyDestFileType
CISCO-ZS-MIB ·
.1.3.6.1.4.1.9.9.294.1.1.31.1.2
Object
The type of file to which the active zoneset
needs to be copied.
If the value of this object is set to
'networkFile(1)', then values must be set for
the corresponding instances of zoneCopyServerAddr
and zoneCopyDestFileName objects.
If the value of this object is set to
'localFile(2)', then the corresponding instance
of zoneCopyDestFileName must be set.
Context
- MIB
- CISCO-ZS-MIB
- OID
.1.3.6.1.4.1.9.9.294.1.1.31.1.2- 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::zoneCopyDestFileType'
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::zoneCopyDestFileType.<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::zoneCopyDestFileType'
Syntax
- Source
- ZoneFileType
- Base type
Enumeration
Values & Constraints
Type Values
1 | networkFile |
2 | localFile |