clExtWlanP2PBlocking
CISCO-LWAPP-EXT-MIB ·
.1.3.6.1.4.1.9.9.9998.1.1.4.1.1.4
Object
This object represents per WLAN peer-to-peer
blocking behavior on controller. Peer-to-peer
blocking means traffic between two clients on
same VLAN will not be bridged.
false : Peer-to-peer blocking is disabled
and traffic is bridged locally
within the controller.
true : The packet will be discarded or
be forwarded on the upstream VLAN.
If it is forwarded on the upstream
VLAN, the device 'north' of the controller
can then make the decision about
decision about what to do with the
packet.
Context
- MIB
- CISCO-LWAPP-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.9998.1.1.4.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- clExtWlanConfigEntry
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-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-EXT-MIB::clExtWlanP2PBlocking'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-EXT-MIB::clExtWlanP2PBlocking.<cLWlanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-EXT-MIB::clExtWlanP2PBlocking'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |