zoneSetPropagationMode
CISCO-ZS-MIB ·
.1.3.6.1.4.1.9.9.294.1.1.2.1.1
Object
column r/w
Enumeration
This object controls the way zone set
information is propagated during
Merge/Change protocols on this VSAN.
If this object is set to 'fullZoneSet',
then the entire zone set database is
sent during Change/Merge protocol
exchanges on this VSAN.
If this object is set to 'activeZoneSet',
only the active zone set is sent during
Change/Merge protocol exchanges on this
VSAN.
Context
- MIB
- CISCO-ZS-MIB
- OID
.1.3.6.1.4.1.9.9.294.1.1.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zoneSetPropagationEntry
- Groups
- 8
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::zoneSetPropagationMode'
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::zoneSetPropagationMode.<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::zoneSetPropagationMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fullZoneSet |
2 | activeZoneSet |