CISCO-LWAPP-RRM-MIB
This MIB is intended to be implemented on all those
devices operating as Central controllers, that
terminate the Light Weight Access Point Protocol
tunnel from Cisco Light-weight LWAPP Access Points.
Information provided by this MIB is used to study
the RRM on the WLAN.
The relationship between CC and the LWAPP APs
can be depicted as follows:
+......+ +......+ +......+
+ + + + + +
+ CC + + CC + + CC +
+ + + + + +
+......+ +......+ +......+
.. . .
.. . .
. . . .
. . . .
. . . .
. . . .
+......+ +......+ +......+ +......+
+ + + + + + + +
+ AP + + AP + + AP + + AP +
+ + + + + + + +
+......+ +......+ +......+ +......+
. . .
. . . .
. . . .
. . . .
. . . .
+......+ +......+ +......+ +......+
+ + + + + + + +
+ MN + + MN + + MN + + MN +
+ + + + + + + +
+......+ +......+ +......+ +......+
The LWAPP tunnel exists between the controller and
the APs. The MNs communicate with the APs through
the protocol defined by the 802.11 standard.
LWAPP APs, upon bootup, discover and join one of the
controllers and the controller pushes the configuration,
that includes the WLAN parameters, to the LWAPP APs.
The APs then encapsulate all the 802.11 frames from
wireless clients inside LWAPP frames and forward
the LWAPP frames to the controller.
GLOSSARY
Access Point ( AP )
An entity that contains an 802.11 medium access
control ( MAC ) and physical layer ( PHY ) interface
and provides access to the distribution services via
the wireless medium for associated clients.
LWAPP APs encapsulate all the 802.11 frames in
LWAPP frames and sends them to the controller to which
it is logically connected.
Light Weight Access Point Protocol ( LWAPP )
This is a generic protocol that defines the
communication between the Access Points and the
Central Controller.
Central Controller ( CC )
The central entity that terminates the LWAPP protocol
tunnel from the LWAPP APs. Throughout this MIB,
this entity is also referred to as 'controller'.
Mobile Node ( MN )
A roaming 802.11 wireless device in a wireless
network associated with an access point. Mobile Node
and client are used interchangeably.
Radio Resource Management ( RRM )
RRM is the system level control of co-channel
interference and other radio transmission
characteristics in wireless communication systems.
Received Signal Strength Indicator ( RSSI )
A measure of the strength of the signal as
observed by the entity that received it,
expressed in 'dbm'.
Coverage Hole Detection ( CHD )
If clients on an Access Point are detected at low
RSSI levels, it is considered a coverage hole
by the Access Points. This indicates the existence
of an area where clients are continually getting poor
signal coverage, without having a viable location to
roam to.
Dynamic Channel Assignment (DCA)
Dynamic channel assignment (DCA) is used by the controller
to minimize adjacent channel interference between
access points.
BSS Color Optimization (BCO)
BCO is used by the controller to minimize BSS color collisions
between access points.
Dynamic Frequency Selection (DFS)
Dynamic frequency selection (DFS) is used by the controller
to detect radar signals and avoid interfering with them.
RRM RF Grouping
Radio Resource Management (RRM) allows the Cisco WLAN controllers
to continuously analyze the existing RF environments,
and automatically adjust the AP power and channel
configurations in order to help alleviate overlapping channel
interference, signal coverage problems, and so forth.
An RF group is a cluster of Cisco wireless controllers
that coordinates its RRM calculations on a per 802.11-network basis.
An RF group exists for each 802.11 network type.
Clustering controllers into RF groups enables
the RRM algorithms to scale beyond a single controller.
+....+ Auto-leader +....+ Auto-member
+ + <-------------> + C2 +
+ + (802.11a network) +....+
+ C1 +
+ +
+ + Static-member +....+ Static-leader
+ + <-------------> + C3 +
+....+ (802.11b network) +....+
With the help of above diagram, different aspects of
RRM RF Grouping can be explained. Grouping can be
configured for 3 modes.
1) Automatic
2) Static
3) Off
If the mode is 'Automatic', the controllers automatically
form groups and elect leaders to perform better
dynamic parameter optimization. If the mode is 'Static',
user can select one controller as the group leader and
configure the group members manually. If the mode
is 'Off', no dynamic grouping occurs. Each controller
optimizes only its own APs' parameters.
In the above diagram, controller C1 forms a RF group with
controller C2 in 802.11a network. And with controller C3,
it forms a different group in 802.11b network.
For the 802.11a network, the group mode is selected as 'Automatic'.
So between C1 and C2 controllers, one would be selected as
group leader and the other controller as member automatically by
the algorithm. In the above case C1 is the group leader and C2 is
the group member.
Now for 802.11b network, group mode is selected as 'Static'.
Also the user has manually configured C3 as the leader in this group
and C1 was added to this group as member.
REFERENCE
[1] Wireless LAN Medium Access Control ( MAC ) and
Physical Layer ( PHY ) Specifications
[2] Draft-obara-capwap-lwapp-00.txt, IETF Light
Weight Access Point Protocol
- Source file
CISCO-LWAPP-RRM-MIB- Last revised
- Identity
ciscoLwappRrmMIB- Base OID
1.3.6.1.4.1.9.9.615
Imported Objects
| CISCO-LWAPP-AP-MIB | cLApName |
| CISCO-LWAPP-DOT11-CLIENT-MIB | cldcApMacAddress cldcClientMacAddress cldcIfType |
| CISCO-LWAPP-TC-MIB | CLApIfType |
| CISCO-LWAPP-WLAN-MIB | cLWlanChdEnable (no object page) |
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page) |
| SNMPv2-SMI | Integer32 IpAddress MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) Unsigned32 |
| SNMPv2-TC | MacAddress RowStatus TEXTUAL-CONVENTION (no object page) TimeStamp TruthValue |
Net-SNMP examples using the cisco MIB directory Show commands
These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.
Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-RRM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-RRM-MIB::ciscoLwappRrmMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-LWAPP-RRM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-RRM-MIB::ciscoLwappRrmMIB'
Objects (143)
Showing 143 of 143 objects
Object legend
Object type
Icons distinguish tables, entry rows, columns, scalars, and structural nodes.
SNMPv2-TCTruthValue
Syntax
Blue badges identify the value syntax. Connected badges read as defining module and convention.
IF-MIBifIndex
Table index
Green identifies an index object; yellow names its module when the index is defined elsewhere.
r/w
deprecated
obsolete
Access and status
r/w means read-write. Grey labels mark definitions retained for compatibility.
OBS ✓
Observium use
The indicator appears only when Observium directly references that object.
ifOperStatus
.1.3.6.1.2.1…
Names and OIDs
Object names link to their detail pages. Hover or focus a linked name or badge for available definition details.
.1.3.6.1.4.1.9.9.615 |
||
.1.3.6.1.4.1.9.9.615.0 |
||
.1.3.6.1.4.1.9.9.615.1 |
||
.1.3.6.1.4.1.9.9.615.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.10 |
|
|
dBmInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.11 |
|
|
dBmInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.12 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.13 |
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.14 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1.15 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1.16 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1.17 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1.18 |
||
.1.3.6.1.4.1.9.9.615.1.1.1.1.19 |
||
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.2 |
.1.3.6.1.4.1.9.9.615.1.1.1.1.20 |
||
|
dbmInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.21 |
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.22 |
||
|
mbpsInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.23 |
|
|
secondsInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.24 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.25 |
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.3 |
||
|
packetsUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.4 |
|
|
percentUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.5 |
|
|
dbmInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.6 |
|
|
packetsUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.7 |
|
|
percentUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.8 |
|
|
dbmInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.1.1.9 |
|
.1.3.6.1.4.1.9.9.615.1.1.10 |
||
.1.3.6.1.4.1.9.9.615.1.1.10.1 |
||
|
dbmInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.10.2 |
|
.1.3.6.1.4.1.9.9.615.1.1.10.3 |
||
|
|
.1.3.6.1.4.1.9.9.615.1.1.10.4 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.10.5 |
|
.1.3.6.1.4.1.9.9.615.1.1.11 |
||
|
|
.1.3.6.1.4.1.9.9.615.1.1.11.1 |
|
|
hoursSNMPv2-SMIInteger32
|
.1.3.6.1.4.1.9.9.615.1.1.11.2 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.11.3 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.11.4 |
|
|
percentUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.11.5 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.11.6 |
|
.1.3.6.1.4.1.9.9.615.1.1.11.7 |
||
.1.3.6.1.4.1.9.9.615.1.1.12 |
||
|
countUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.12.1 |
|
|
dBmUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.12.2 |
|
|
countUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.12.3 |
|
.1.3.6.1.4.1.9.9.615.1.1.13 |
||
.1.3.6.1.4.1.9.9.615.1.1.13.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.13.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.13.1.2 |
||
.1.3.6.1.4.1.9.9.615.1.1.13.1.3 |
||
.1.3.6.1.4.1.9.9.615.1.1.14 |
||
.1.3.6.1.4.1.9.9.615.1.1.14.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.14.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.14.1.2 |
||
.1.3.6.1.4.1.9.9.615.1.1.14.1.3 |
||
.1.3.6.1.4.1.9.9.615.1.1.15 |
||
.1.3.6.1.4.1.9.9.615.1.1.15.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.15.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.15.1.2 |
||
.1.3.6.1.4.1.9.9.615.1.1.15.1.3 |
||
.1.3.6.1.4.1.9.9.615.1.1.15.1.4 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.15.1.5 |
|
.1.3.6.1.4.1.9.9.615.1.1.15.1.6 |
||
.1.3.6.1.4.1.9.9.615.1.1.15.1.7 |
||
.1.3.6.1.4.1.9.9.615.1.1.16 |
||
.1.3.6.1.4.1.9.9.615.1.1.16.1 |
||
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.16.1.1 |
.1.3.6.1.4.1.9.9.615.1.1.17 |
||
.1.3.6.1.4.1.9.9.615.1.1.17.1 |
||
|
|
.1.3.6.1.4.1.9.9.615.1.1.2 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.1 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.10 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.2 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.3 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.4 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.5 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.6 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.7 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.8 |
|
|
|
.1.3.6.1.4.1.9.9.615.1.1.2.1.9 |
|
.1.3.6.1.4.1.9.9.615.1.1.4 |
||
.1.3.6.1.4.1.9.9.615.1.1.4.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.4.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.4.1.2 |
||
.1.3.6.1.4.1.9.9.615.1.1.4.1.3 |
||
.1.3.6.1.4.1.9.9.615.1.1.5 |
||
.1.3.6.1.4.1.9.9.615.1.1.5.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.5.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.5.1.10 |
||
.1.3.6.1.4.1.9.9.615.1.1.5.1.2 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.615.1.1.5.1.3 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.5.1.4 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.5.1.5 |
|
.1.3.6.1.4.1.9.9.615.1.1.5.1.6 |
||
.1.3.6.1.4.1.9.9.615.1.1.5.1.7 |
||
|
secondsUnsigned32
|
.1.3.6.1.4.1.9.9.615.1.1.5.1.8 |
|
.1.3.6.1.4.1.9.9.615.1.1.5.1.9 |
||
.1.3.6.1.4.1.9.9.615.1.1.6 |
||
.1.3.6.1.4.1.9.9.615.1.1.6.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.6.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.6.1.2 |
||
.1.3.6.1.4.1.9.9.615.1.1.6.1.3 |
||
.1.3.6.1.4.1.9.9.615.1.1.6.1.4 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.1.6.1.5 |
|
.1.3.6.1.4.1.9.9.615.1.1.6.1.6 |
||
.1.3.6.1.4.1.9.9.615.1.1.7 |
||
.1.3.6.1.4.1.9.9.615.1.1.7.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.8 |
||
.1.3.6.1.4.1.9.9.615.1.1.9 |
||
.1.3.6.1.4.1.9.9.615.1.1.9.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.9.1.1 |
||
.1.3.6.1.4.1.9.9.615.1.1.9.1.2 |
||
.1.3.6.1.4.1.9.9.615.1.1.9.1.3 |
||
.1.3.6.1.4.1.9.9.615.1.2 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.615.1.2.1 |
|
.1.3.6.1.4.1.9.9.615.1.2.10 |
||
.1.3.6.1.4.1.9.9.615.1.2.11 |
||
.1.3.6.1.4.1.9.9.615.1.2.12 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.615.1.2.13 |
|
.1.3.6.1.4.1.9.9.615.1.2.14 |
||
.1.3.6.1.4.1.9.9.615.1.2.15 |
||
.1.3.6.1.4.1.9.9.615.1.2.16 |
||
.1.3.6.1.4.1.9.9.615.1.2.17 |
||
.1.3.6.1.4.1.9.9.615.1.2.18 |
||
.1.3.6.1.4.1.9.9.615.1.2.19 |
||
.1.3.6.1.4.1.9.9.615.1.2.2 |
||
.1.3.6.1.4.1.9.9.615.1.2.20 |
||
.1.3.6.1.4.1.9.9.615.1.2.21 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.615.1.2.3 |
|
.1.3.6.1.4.1.9.9.615.1.2.4 |
||
.1.3.6.1.4.1.9.9.615.1.2.5 |
||
.1.3.6.1.4.1.9.9.615.1.2.6 |
||
.1.3.6.1.4.1.9.9.615.1.2.7 |
||
.1.3.6.1.4.1.9.9.615.1.2.8 |
||
.1.3.6.1.4.1.9.9.615.1.2.9 |
||
.1.3.6.1.4.1.9.9.615.2 |
||
.1.3.6.1.4.1.9.9.615.2.1 |
||
.1.3.6.1.4.1.9.9.615.2.2 |
Dependencies (32) 10 direct · 22 transitive 1 circular Show tree and compile order Hide dependency details
Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.
Circular imports detected
CISCO-LWAPP-AP-MIB → CISCO-LWAPP-DOT11-MIB → CISCO-LWAPP-AP-MIBDependency tree
Suggested compile order
- SNMPv2-SMIrfc
- CISCO-SMIcisco
- SNMPv2-TCrfc
- CISCO-LWAPP-TC-MIBcisco
- SNMPv2-CONFrfc
- SNMP-FRAMEWORK-MIBrfc
- CISCO-LWAPP-DOT11-MIBcisco
- CISCO-TCcisco
- INET-ADDRESS-MIBrfc
- CISCO-LWAPP-WLAN-MIBcisco
- CISCO-LWAPP-RF-MIBcisco
- IANA-ENTITY-MIBrfc
- UUID-TC-MIBrfc
- ENTITY-MIBrfc
- IANAifType-MIBrfc
- CISCO-LWAPP-AP-MIBcisco
- CISCO-LWAPP-WLAN-POLICY-MIBcisco
- CISCO-QOS-PIB-MIBcisco
- SNMPv2-MIBrfc
- IF-MIBrfc
- BRIDGE-MIBrfc
- P-BRIDGE-MIBrfc
- RMON-MIBrfc
- RFC-1212rfc
- RFC1155-SMIrfc
- RFC1213-MIBrfc
- RFC1271-MIBrfc
- TOKEN-RING-RMON-MIBrfc
- RMON2-MIBrfc
- Q-BRIDGE-MIBrfc
- CISCO-LWAPP-MOBILITY-EXT-MIBcisco
- CISCO-LWAPP-DOT11-CLIENT-MIBcisco
- CISCO-LWAPP-RRM-MIBciscoselected
Type Definitions (1)
| Integer32 |
range: -127..127 |
Conformance Groups (20)
|
ciscoLwappRrmConfigGroup
deprecated
|
clrRrmParametersPicoCellMode clrRrmTupleRxSenseThresholdMin clrRrmTupleRxSenseThresholdMax clrRrmTupleRxSenseThreshold clrRrmTupleCcaSenseThresholdMin clrRrmTupleCcaSenseThresholdMax clrRrmTupleCcaSenseThreshold clrRrmTupleTransmitPowerLevelMin clrRrmTupleTransmitPowerLevelMax clrRrmTupleTransmitPowerLevel clrRrmTupleSetDefault clrRrmChannelDcaState
This collection of objects represent the
RRM configuration on the controller. ciscoLwappRrmConfigGroup object is superseded by ciscoLwappRrmConfigGroupSup1 . |
.1.3.6.1.4.1.9.9.615.2.2.1
|
|
clrRrmParametersChdEnable clrRrmParametersVoicePktCountThreshold clrRrmParametersVoicePktPercentThreshold clrRrmParametersVoiceRssiThreshold clrRrmParametersDataPktCountThreshold clrRrmParametersDataPktPercentThreshold clrRrmParametersDataRssiThreshold
This collection of objects represents the
RRM configuration for Voice and Data packets on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.2
|
|
|
ciscoLwappRrmConfigGroupSup2
deprecated
|
This collection of objects represent the
RRM configuration on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.3
|
|
This collection of objects represent the
Transmission Power Control(TPC) configuration on the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.4
|
|
|
clrRrmDot11BandGrpMode clrRrmDot11BandGrpRestart clrRrmDot11BandMemberName clrRrmDot11BandMemberRowStatus
This collection of objects represent the
RRM RF Grouping configuration on the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.5
|
|
|
clrRrmDot11BandGrpLeaderIpAddressType clrRrmDot11BandGrpLeaderIpAddress clrRrmDot11BandGrpLeaderName clrRrmDot11BandGrpRole clrRrmDot11BandGrpLastUpdateTime clrRrmDot11BandGrpInterval clrRrmDot11BandMemberIsJoined clrRrmDot11BandMemberJoinFailureReason clrRrmDot11BandGrpLeaderIpv6AddressType clrRrmDot11BandGrpLeaderIpv6Address
This collection of objects represent the
status of RRM RF Groping on the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.6
|
|
|
A collection of objects providing creation or deletion of
802.11 channels. |
.1.3.6.1.4.1.9.9.615.2.2.7
|
|
|
clrRrmParametersTpcVersion clrRrmParametersMaxClients clrRrmParametersChdNoise clrRrmParametersChdInterference clrRrmParametersChdLoad clrRrmParametersChdSignal clrRrmParametersChdDevice
This collection of objects represent the
RRM parameters for a 802.11 interface type. |
.1.3.6.1.4.1.9.9.615.2.2.8
|
|
|
ciscoLwappDot11ClientCoverageHolePreAlarmRev ciscoLwappRrmRfGroupLeaderChangeRev ciscoLwappRrmRfGroupMemberAddedRev ciscoLwappRrmRfGroupMemberRemovedRev
This collection of objects provides the information
about the notifications sent by the agent related to RRM. |
.1.3.6.1.4.1.9.9.615.2.2.9
|
|
|
This collection of objects represent the channels used
in DCA as well as not used in DCA for APs. |
.1.3.6.1.4.1.9.9.615.2.2.10
|
|
|
This collection of objects represent the
RRM configuration on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.11
|
|
|
clrRrmFraEnable clrRrmFraInterval clrRrmFraSensitivity clrRrmFraSensorThreshold clrRrmFraSensorCoverage clrRrmFraServicePriority clrRrmFraSensorDensityOptimisationTargetRssi
This collection of objects represent the Flexible Radio
Assignment (FRA) configuration on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.12
|
|
|
This collection of objects represent the RRM configuration on
the controller. |
.1.3.6.1.4.1.9.9.615.2.2.13
|
|
|
clrRrmParametersChdNoise clrRrmParametersChdInterference clrRrmParametersChdLoad clrRrmParametersChdSignal clrRrmParametersChdDevice
This collection of objects represent the Coverage Hold Detection(CHD)
configuration on the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.14
|
|
|
clrRrmParametersOptRoamEnable clrRrmParametersOptRoamDataRate clrRrmParametersOptRoamInterval clrRrmParametersRssiCheckEnable clrRrmParametersRssiThreshold
This collection of objects represent the Optimized Roaming
configuration on the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.15
|
|
|
clrRrmHyperLocationEnable clrRrmPakRssiThreshold clrRrmPakRssiThresholdTrigger clrRrmPakRssiNtpIpAddressType clrRrmPakRssiNtp
This collection of objects represent the Packet RSSI
configuration on the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.16
|
|
|
clrRrmApTransmitPowerLevel clrRrmTimeStamp clrRrmClientType clrRrmRssiHistogramLength clrRrmRssiHistogramMaxIndex clrRrmRssiHistogramMinIndex clrRrmRssiHistogramValuesRev clrRrmNeighborApCountRev clrRrmNeighborApMacAddressRev clrRrmNeighborApRssiRev clrRrmNeighborApIfTypeRev clrRrmSysMacAddressRev clrRrmSysIpAddressType clrRrmSysIpAddress
This collection of objects provide the information
about RRM trap configuration and trap definition. These objects are defined under ciscoLwappRrmNotifObjects. |
.1.3.6.1.4.1.9.9.615.2.2.17
|
|
|
This collection of objects represent the
RRM configuration on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.18
|
|
|
clrRrmRemovedChannelDcaState clrRrmRemoveChannelRowStatus clrRrmAddedChannelDcaState clrRrmAddChannelRowStatus
This collection of objects represent the
RRM Dca configuration on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.19
|
|
|
clrRrmDot11BandJoinedMemberName clrRrmDot11BandJoinedMemberIsJoined clrRrmDot11BandMemberName clrRrmDot11BandJoinedMemberJoinFailureReason clrRrmDot11BandJoinedMemberIpv6AddressType clrRrmDot11BandJoinedMemberIpv6Address
This collection of objects represents
RRM Grouping configuration corresponding to dot11 band of APs joined to the controller, when the same is enabled on the controller. |
.1.3.6.1.4.1.9.9.615.2.2.20
|
Compliance Statements (5)
OID
.1.3.6.1.4.1.9.9.615.2.1.1The compliance statement for the SNMP entities that
implement the ciscoLwappRrmMIB module.
implement the ciscoLwappRrmMIB module.
Required groups
| mandatory | ciscoLwappRrmConfigGroup |
OID
.1.3.6.1.4.1.9.9.615.2.1.2The compliance statement for the SNMP entities that
implement the ciscoLwappRrmMIB module.
implement the ciscoLwappRrmMIB module.
Required groups
| mandatory | ciscoLwappRrmConfigGroup | |
| optional | ciscoLwappRrmConfigGroupSup1 |
Implementation of this group is mandatory for controllers that support CHD (Coverage Hole Detection). |
OID
.1.3.6.1.4.1.9.9.615.2.1.3The compliance statement for the SNMP entities that
implement the ciscoLwappRrmMIB module.
implement the ciscoLwappRrmMIB module.
Required groups
| mandatory | ciscoLwappRrmConfigGroupSup2 | |
| optional | ciscoLwappRrmConfigGroupSup1 |
Implementation of this group is mandatory for controllers that support CHD (Coverage Hole Detection). |
| optional | ciscoLwappRrmConfigGroupSup3 |
Implementation of this group is mandatory for controllers that supports TPC (Transmission Power Control). |
| optional | ciscoLwappRrmConfigGroupSup4 |
Implementation of this group is mandatory for controllers that supports RRM RF Grouping. |
| optional | ciscoLwappRrmGrpStatusGroup |
Implementation of this status group is mandatory for controllers that supports RRM RF Grouping. |
OID
.1.3.6.1.4.1.9.9.615.2.1.4The compliance statement for the SNMP entities that implement
the ciscoLwappRrmMIB module.
the ciscoLwappRrmMIB module.
Required groups
| mandatory | ciscoLwappRrmConfigGroupSup7 | |
| optional | ciscoLwappRrmConfigGroupSup1 |
Implementation of this group is mandatory for controllers that support CHD (Coverage Hole Detection). |
| optional | ciscoLwappRrmConfigGroupSup3 |
Implementation of this group is mandatory for controllers that supports TPC (Transmission Power Control) |
| optional | ciscoLwappRrmConfigGroupSup4 |
Implementation of this group is mandatory for controllers that supports RRM RF Grouping. |
| optional | ciscoLwappRrmConfigGroupSup5 |
Implementation of this group is mandatory for controllers that support CHD (Coverage Hole Detection). |
| optional | ciscoLwappRrmGrpStatusGroup |
Implementation of this status group is mandatory for controllers that supports RRM RF Grouping |
| optional | ciscoLwappRrmChannelStatusGroup |
Implementation of this group is mandatory for the devices which support creation or deletion of 802.11 channels. |
| optional | ciscoLwappRrmParametersGroup |
Implementation of this group is mandatory for the devices which support additional RRM parameters for 802.11 channels. |
| optional | ciscoLwappRrmDcaChannelListGroup |
Implementation of this group is optional for the devices which support enabling or disabling 802.11 channels for DCA. |
| optional | ciscoLwappRrmFraConfigGroup |
Implementation of this group is optional for the devices which has XOR radio. |
| optional | ciscoLwappRrmConfigGroupSup6 |
Implementation of this group is optional based upon client or network preference. |
| optional | ciscoLwappRrmNotifsGroup |
Implementation of this groups sends notifications by the agent related to management station regarding RRM. |
| optional | ciscoLwappRrmNotifyObjectsGroup |
Implementation of this groups sends notifications by the agent related to management station regarding RRM. |
| optional | ciscoLwappRrmPakRssiConfigGroup |
Implementation of this group is necessary to configure hyperlocation /fastlocate for APs that belong to a user defined group. |
| optional | ciscoLwappRrmChdConfigGroup |
Implementation of this group is mandatory for controllers that support CHD (Coverage Hole Detection). |
| optional | ciscoLwappRrmOptRoamGroup |
Implementation of this group is mandatory for controllers that support Optimized Roaming. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| clrRrmParametersChdEnable | readonly | write access is not required. | |
| clrRrmParametersVoicePktCountThreshold | readonly | write access is not required. | |
| clrRrmParametersVoicePktPercentThreshold | readonly | write access is not required. | |
| clrRrmParametersVoiceRssiThreshold | readonly | write access is not required. | |
| clrRrmParametersDataPktCountThreshold | readonly | write access is not required. | |
| clrRrmParametersDataPktPercentThreshold | readonly | write access is not required. | |
| clrRrmParametersDataRssiThreshold | readonly | write access is not required. | |
| clrRrmParametersMaxTxPower | readonly | write access is not required. | |
| clrRrmParametersMinTxPower | readonly | write access is not required. | |
| clrRrmParametersTpcVersion | readonly | write access is not required. | |
| clrRrmParametersChdNoise | readonly | write access is not required. | |
| clrRrmParametersChdInterference | readonly | write access is not required. | |
| clrRrmParametersChdLoad | readonly | write access is not required. | |
| clrRrmParametersChdSignal | readonly | write access is not required. | |
| clrRrmParametersChdDevice | readonly | write access is not required. | |
| clrRrmParametersMaxClients | readonly | write access is not required. | |
| clrRrmParametersRssiCheckEnable | readonly | write access is not required. | |
| clrRrmParametersRssiThreshold | readonly | write access is not required. | |
| clrRrmParametersOptRoamEnable | readonly | write access is not required. | |
| clrRrmParametersOptRoamDataRate | readonly | read-write access is not required. | |
| clrRrmParametersOptRoamInterval | readonly | write access is not required. | |
| clrRrmParametersClientNetworkPreference | readonly | write access is not required. | |
| clrRrmChannelDcaState | readonly | write access is not required. | |
| clrRrmChannelRowStatus | readonly | write access is not required. | |
| clrRrmDot11BandGrpLeaderIpAddressType | readonly | write access is not required. | |
| clrRrmDot11BandGrpLeaderIpAddress | readonly | write access is not required. | |
| clrRrmDot11BandGrpLeaderName | readonly | write access is not required. | |
| clrRrmDot11BandGrpMode | readonly | write access is not required. | |
| clrRrmDot11BandGrpRole | readonly | write access is not required. | |
| clrRrmDot11BandGrpRestart | readonly | write access is not required. | |
| clrRrmDot11BandGrpLastUpdateTime | readonly | write access is not required. | |
| clrRrmDot11BandGrpInterval | readonly | write access is not required. | |
| clrRrmDot11BandMemberName | readonly | write access is not required. | |
| clrRrmDot11BandMemberIsJoined | readonly | write access is not required. | |
| clrRrmDot11BandMemberJoinFailureReason | readonly | write access is not required. | |
| clrRrmDot11BandMemberRowStatus | readonly | write access is not required. | |
| clrRrmDcaDot11aOutdoorAPDca | readonly | write access is not required. | |
| clrRrmRfGroupingPriority | readonly | write access is not required. | |
| clrRrmDcaUsedChannelList | readonly | write access is not required. | |
| clrRrmDcaUnusedChannelList | readonly | write access is not required. | |
| clrRrmHyperLocationEnable | readonly | write access is not required. | |
| clrRrmPakRssiThreshold | readonly | write access is not required. | |
| clrRrmPakRssiThresholdTrigger | readonly | write access is not required. | |
| clrRrmPakRssiNtpIpAddressType | readonly | write access is not required. | |
| clrRrmPakRssiNtp | readonly | write access is not required. | |
| clrRrmFraEnable | readonly | write access is not required. | |
| clrRrmFraInterval | readonly | Write access is not required. | |
| clrRrmFraSensitivity | Write access is not required. | ||
| clrRrmApTransmitPowerLevel | Write access is not required. | ||
| clrRrmTimeStamp | Write access is not required. | ||
| clrRrmClientType | Write access is not required. | ||
| clrRrmRssiHistogramLength | Write access is not required. | ||
| clrRrmRssiHistogramMaxIndex | Write access is not required. | ||
| clrRrmRssiHistogramMinIndex | Write access is not required. | ||
| clrRrmRssiHistogramValuesRev | Write access is not required. | ||
| clrRrmNeighborApCountRev | Write access is not required. | ||
| clrRrmNeighborApMacAddressRev | Write access is not required. | ||
| clrRrmNeighborApRssiRev | Write access is not required. | ||
| clrRrmNeighborApIfTypeRev | Write access is not required. | ||
| clrRrmSysMacAddressRev | Write access is not required. | ||
| clrRrmSysIpAddressType | Write access is not required. | ||
| clrRrmSysIpAddress | Write access is not required. |
OID
.1.3.6.1.4.1.9.9.615.2.1.5The compliance statement for the SNMP entities that
implement the ciscoLwappRrmMIB module.
implement the ciscoLwappRrmMIB module.
Required groups
| mandatory | ciscoLwappRrmConfigGroupSup8 | |
| optional | ciscoLwappRrmConfigGroupSup1 |
Implementation of this group is mandatory for controllers that support CHD (Coverage Hole Detection). |
| optional | ciscoLwappRrmConfigGroupSup3 |
Implementation of this group is mandatory for controllers that supports TPC (Transmission Power Control). |
| optional | ciscoLwappRrmConfigGroupSup4 |
Implementation of this group is mandatory for controllers that supports RRM RF Grouping. |
| optional | ciscoLwappRrmGrpStatusGroup |
Implementation of this status group is mandatory for controllers that supports RRM RF Grouping. |
| optional | ciscoLwappRrmChannelStatusGroup |
Implementation of this group is mandatory for the devices which support creation or deletion of 802.11 channels. |
| optional | ciscoLwappRrmParametersGroup |
Implementation of this group is mandatory for the devices which support additional RRM parameters for 802.11 channels. |
| optional | ciscoLwappRrmDcaChannelListGroup |
Implementation of this group is optional for the devices which support enabling or disabling 802.11 channels for DCA. |
| optional | ciscoLwappRrmConfigGroupSup5 |
Implementation of this group is mandatory for the devices which support deletion of 802.11 channels. |
| optional | ciscoLwappRrmConfigGroupSup9 |
Implementation of this group is mandatory for controllers that supports RRM RF Grouping. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| clrRrmChannelRowStatus | readonly |
active(1)
|
read-create access is not required. |
| clrRrmParametersTpcVersion | readonly | Write access is not required. | |
| clrRrmParametersMaxClients | readonly | Write access is not required. | |
| clrRrmParametersChdNoise | readonly | Write access is not required. | |
| clrRrmParametersChdInterference | readonly | Write access is not required. | |
| clrRrmParametersChdLoad | readonly | Write access is not required. | |
| clrRrmParametersChdSignal | readonly | Write access is not required. | |
| clrRrmParametersChdDevice | readonly | Write access is not required. | |
| clrRrmDcaUsedChannelList | Write access is not required. | ||
| clrRrmDcaUnusedChannelList | Write access is not required. | ||
| clrRrmRemoveChannelRowStatus | readonly |
active(1)
|
read-create access is not required. |
Notifications / Traps (8)
| Name | OID | Description |
|---|---|---|
|
CISCO-LWAPP-DOT11-CLIENT-MIBcldcClientMacAddress CISCO-LWAPP-DOT11-CLIENT-MIBcldcApMacAddress CISCO-LWAPP-DOT11-CLIENT-MIBcldcIfType CISCO-LWAPP-AP-MIBcLApName clrRrmApTransmitPowerLevel clrRrmTimeStamp clrRrmClientType clrRrmRssiHistogramLength clrRrmRssiHistogramMaxIndex clrRrmRssiHistogramMinIndex clrRrmRssiHistogramValues clrRrmNeighborApCount clrRrmNeighborApMacAddress clrRrmNeighborApRssi clrRrmNeighborApIfType CISCO-LWAPP-WLAN-MIB::cLWlanChdEnable (unresolved reference)
|
.1.3.6.1.4.1.9.9.615.0.1 |
This notification is generated when the AP receives at least
'packet count' packets, represented by clrRrmParametersVoicePktCount for voice or clrRrmParametersDataPktCount for data, from a client in any given 5 second interval and 'packet percent' of the packets, represented by clrRrmParametersVoicePktCount for voice and clrRrmParametersDataPktCount for data, from the client are below the 'RSSI threshold' represented by clrRrmParametersVoiceRssiThreshold for voice and clrRrmParametersDataRssiThreshold for data. |
.1.3.6.1.4.1.9.9.615.0.2 |
This notification would be generated,
from the controller that is elected as the new leader, when RF Grouping is done. It has MAC address and details of the new Group Leader. |
|
.1.3.6.1.4.1.9.9.615.0.3 |
This notification is generated from the group leader
when a new member is added to the RF group. This notification has MAC address and details of new group member. |
|
.1.3.6.1.4.1.9.9.615.0.4 |
The notification is generated from the group leader,
when a member is removed from the RF group. This notification has MAC address and details of removed group member. |
|
|
CISCO-LWAPP-DOT11-CLIENT-MIBcldcClientMacAddress CISCO-LWAPP-DOT11-CLIENT-MIBcldcApMacAddress CISCO-LWAPP-DOT11-CLIENT-MIBcldcIfType CISCO-LWAPP-AP-MIBcLApName clrRrmApTransmitPowerLevel clrRrmTimeStamp clrRrmClientType clrRrmRssiHistogramLength clrRrmRssiHistogramMaxIndex clrRrmRssiHistogramMinIndex clrRrmNeighborApCountRev clrRrmNeighborApMacAddressRev clrRrmNeighborApRssiRev clrRrmNeighborApIfTypeRev CISCO-LWAPP-WLAN-MIB::cLWlanChdEnable (unresolved reference) clrRrmRssiHistogramValuesRev
|
.1.3.6.1.4.1.9.9.615.0.5 |
The system generates this notification when the
RRM coverage hole detection algorithm detects areas of radio coverage in a wireless LAN that are below the level needed for robust radio performance. If clients on a access point are detected at threshold levels (RSSI, percentage of failed packets, and number of failed packets) specified in RRM configuration, the access point sends a 'coverage hole' alert to the controller. This notification is generated in any of the following conditions 1)When the failed packet count is more than failed packet count threshold represented by clrRrmParametersVoicePktCountThreshold for voice and clrRrmParametersDataPktCountThreshold for data. 2)When the percentage of failed packet count is more than the failed packet count threshold represented by clrRrmParametersVoicePktPercentThreshold for voice and clrRrmParametersDataPktPercentThreshold for data. 3)When RSSI value is lower than the RSSI threshold represented by clrRrmParametersVoiceRssiThreshold for voice and clrRrmParametersDataRssiThreshold for data. |
.1.3.6.1.4.1.9.9.615.0.6 |
This notification would be generated,
from the controller that is elected as the new leader, when RF Grouping is done. It has MAC address and details of the new Group Leader. |
|
.1.3.6.1.4.1.9.9.615.0.7 |
This notification is generated from the group leader
when a new member is added to the RF group. This notification has MAC address and details of new group member. |
|
.1.3.6.1.4.1.9.9.615.0.8 |
The notification is generated from the group leader,
when a member is removed from the RF group. This notification has MAC address and details of removed group member. |