cd11IfStationRole
CISCO-DOT11-IF-MIB ·
.1.3.6.1.4.1.9.9.272.1.1.1.1.1.1
Object
column r/w
Enumeration
This defines the role of this station itself within
the 802.11 BSS of which it is a member. The roles are:
roleWgb(1) - infrastructure type WGB
client,
roleBridge(2) - root bridge,
roleClient(3) - independent BBS type
WGB client,
roleRoot(4) - root access point,
roleRepeater(5) - repeater,
roleApBridge(6) - AP and root bridge,
roleApRepeater(7) - AP and repeater,
roleIBSS(8) - independent BSS,
roleNrBridge(9) - non-root bridge,
roleApNrBridge(10) - AP and non-root bridge,
roleScanner(11) - scanner for rogue APs
and clients.
The default role is roleRoot(4).
Context
- MIB
- CISCO-DOT11-IF-MIB
- OID
.1.3.6.1.4.1.9.9.272.1.1.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cd11IfStationConfigEntry
- Groups
- 3
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-DOT11-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT11-IF-MIB::cd11IfStationRole'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DOT11-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT11-IF-MIB::cd11IfStationRole.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DOT11-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DOT11-IF-MIB::cd11IfStationRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | roleWgb |
2 | roleBridge |
3 | roleClient |
4 | roleRoot |
5 | roleRepeater |
6 | roleApBridge |
7 | roleApRepeater |
8 | roleIBSS |
9 | roleNrBridge |
10 | roleApNrBridge |
11 | roleScanner |