clInterfaceQuarantineVlanId
CISCO-LWAPP-INTERFACE-MIB ·
.1.3.6.1.4.1.9.9.686.1.1.1.1.3
Object
This object specifies the quarantine VLAN id of the interface. If the value is zero,then it means the interface is non-quarantine and the client traffic through this interface need not pass through any security checks. If the value is non-zero, then it means the interface is quarantine and the client traffic through this interface should pass through the security check and there should be an access VLAN mapped to this quarantine VLAN id, in the security device.
Context
- MIB
- CISCO-LWAPP-INTERFACE-MIB
- OID
.1.3.6.1.4.1.9.9.686.1.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- clInterfaceConfigEntry
- Groups
- 2
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-LWAPP-INTERFACE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-INTERFACE-MIB::clInterfaceQuarantineVlanId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-INTERFACE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-INTERFACE-MIB::clInterfaceQuarantineVlanId.<clInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-INTERFACE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-INTERFACE-MIB::clInterfaceQuarantineVlanId'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Compliance refinements
Write access is not required.