nsZoneCfgType
NETSCREEN-ZONE-MIB ·
.1.3.6.1.4.1.3224.8.1.1.1.3
Object
column Enumeration
Secure zone type. Regular is sec(L3) and layer2 is sec(L2) type
Context
- MIB
- NETSCREEN-ZONE-MIB
- OID
.1.3.6.1.4.1.3224.8.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nsZoneCfgEntry
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 'NETSCREEN-ZONE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-ZONE-MIB::nsZoneCfgType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETSCREEN-ZONE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-ZONE-MIB::nsZoneCfgType.<nsZoneCfgId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETSCREEN-ZONE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETSCREEN-ZONE-MIB::nsZoneCfgType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | regular |
1 | layer2 |
2 | tunnel |
3 | null |
4 | func |