wlcKnownAPType
BIANCA-BRICK-WIRELESS-CONTROLLER-MIB ·
.0.61.1.30.1.3
Object
column r/w
Enumeration
This attribute contains the type of the well known AP. If it is set to 'neighborhood' but the found AP is also a rogue the rogue message will still be displayed. If it is set to 'rogue' no message for either neighborhood or rogue appears. Set this value to 'delete' to remove this entry.
Context
- MIB
- BIANCA-BRICK-WIRELESS-CONTROLLER-MIB
- OID
.0.61.1.30.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- wlcKnownAPEntry
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 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcKnownAPType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcKnownAPType.<wlcKnownAPBSSID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcKnownAPType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | neighborhood |
3 | rogue |
15 | delete |