zoneDefaultZoneBehaviour
CISCO-ZS-MIB ·
.1.3.6.1.4.1.9.9.294.1.1.1.1.1
Object
column r/w
Enumeration
This object controls the behaviour of the
default zone on this VSAN.
If this object is set to 'permit', then the
members of the default zone on this VSAN can
communicate with each other.
If this object is set to 'deny', then the
members of the default zone on this VSAN cannot
communicate with each other.
1 -- allow communication
2 -- deny communication
Context
- MIB
- CISCO-ZS-MIB
- OID
.1.3.6.1.4.1.9.9.294.1.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zoneDefaultZoneEntry
- 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::zoneDefaultZoneBehaviour'
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::zoneDefaultZoneBehaviour.<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::zoneDefaultZoneBehaviour'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | permit |
2 | deny |