CISCO-LWAPP-MESH-MIB Download
This MIB is intended to be implemented on all those
devices operating as Central Controllers (CC) that
terminate the Light Weight Access Point Protocol
(LWAPP) tunnel from Light-weight Access Points.
This MIB represents information used in Wireless Mesh
Network. MAP APs associates directly with RAP APs or
with another MAP AP. Each association of AP (MAP-MAP
or RAP-MAP) with another AP forms parent-child
relationship.
IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges,
Firewalls, Repeaters.
OID list for CISCO-LWAPP-MESH-MIB
- clMeshNodeTable
- This table represents information about the 802.11 LWAPP Access Points that have joined the controller as part of a mesh network.
- clMeshNodeEntry
- Each entry represents a conceptual row in this table. An entry is created when MAP joins the controller. The entry is removed when the mesh node lose their association with the controller due to loss of communication with controller or when a mesh node is ...
- clMeshNodeRole
- This object represents the role of mesh AP which has joined the controller. See glossary section above for detail about MAP and RAP.
- clMeshNodeGroupName
- This object represents the group name of the mesh sector. MAP AP will join the mesh sector which has the same group name configured on RAP AP.
- clMeshNodeBackhaul
- This object represents 802.11 interface type of the backhaul link. See Mesh Link in glossary section for more detail on backhaul link. dot11a - 802.11a radio is used as backhaul link. dot11b - 802.11b radio is used as backhaul link. dot11g - 802.11g radio ...
- clMeshNodeBackhaulDataRate
- This object represents the rate at which packets are sent on the backhaul link.
- clMeshNodeEthernetBridge
- A value of 'true' indicates ethernet bridging is enable on this mesh node. A value of 'false indicates ethernet bridging is not enable on this mesh node. Ethernet bridging can be enabled on RAP or MAP.
- clMeshNodeEthernetLinkStatus
- This object represents if the link is up or down on the ethernet port of the RAP or MAP. up - ethernet link is up. down - ethernet link is down.
- clMeshNodePublicSafetyBackhaul
- 4.9Ghz considered to be public safety band and is limited to some service providers. A value of true indicates that 4.9 Ghz can be used on backhaul link by selecting channel on the 802.11a backhaul radio.
- clMeshNodeParentMacAddress
- This object represents the MAC address of a parent mesh node. In case of RAP this object will return 0000000000000.
- clMeshNodeHeaterStatus
- This object represents the heater status of the mesh node. on - heater is in operation off - heater is not operation.
- clMeshNodeInternalTemp
- This object represents the internal temperature of mesh node in celsius.
- clMeshNodeType
- This object represents the type of mesh node. indoor - Mesh node which is manufactured to be used inside the building. outdoor - Mesh node which can be used outside building in open environment.
- clMeshNodeHops
- This object represents the number of hops a MAP mesh node is from RAP. When the clMeshNodeRole is set to 'RAP' this object will return a value of zero.
- clMeshNodeRange
- This object represents the optimal distance in feet between RAP and MAP for backhaul link without degrading SNR value.
- clMeshBackhaulClientAccess
- This object represents if client access is to be enable on backhaul link. If AP has two radios,802.11a and 802.11bg, then radio which is used as backhaul link does not have client access. A value of 'true' indicates client access is present on backhaul li ...
- clMeshMacFilterList
- If this object is 'true' then any mesh node joining controller will be authenticated against this list. If this object is 'false' then mesh node can join controller even if mesh node MAC address is not in MAC filter list.
- clMeshMeshNodeAuthFailureThreshold
- This object represents the authorization failure threshold value. When the number of failures exceeds this value then 'ciscoLwappMeshAuthFailure' notification is raised.
- clMeshMeshChildAssociationFailuresThreshold
- This object represents the number of failed association to controller occurred through a parent mesh node. When this values exceeds then 'ciscoLwappMeshChildExcludedParent' notification is raised.
- clMeshMeshChildExcludedParentInterval
- This object represents the time interval during which a child mesh node will exclude a parent mesh node. During this interval child will not try to associate the controller through the parent mesh node.
- clMeshSNRThresholdAbate
- This object represents the abate threshold value of SNR. This threshold value is use to determine if the SNR value seen by the child mesh node has reached acceptable level and is use to trigger the 'ciscoLwappMeshAbateSNR' notification.
- clMeshSNRThresholdOnset
- This object represents the onset threshold value of SNR. This threshold value is use to determine if the SNR value seen by the child mesh node has reached below unacceptable level and is use to trigger the 'ciscoLwappMeshOnsetSNR' notification.
- clMeshSNRCheckTimeInterval
- This object represents the time interval after which SNR value is checked by child mesh node.
- clMeshExcessiveParentChangeThreshold
- This object represents the threshold for the number of times a child mesh node changes its parent. If number of parent change exceeds this value with in the time interval defined by object 'clMeshExcessiveParentChangeInterval' then the 'ciscoLwappMeshExce ...
- clMeshExcessiveParentChangeInterval
- This object represents the time interval during which number of times a child mesh node changes its parent change is counted. If number of parent change exceeds the value defined by the object 'clMeshExcessiveParentChangeThreshold' with in this time inter ...
- clMeshBackgroundScan
- A value of 'true' indicates the MAP mesh node scans its neighbors on different channel other than only its current channel on backhaul link. This scanning helps MAP mesh node to quickly determine its new parent on different channels.
- clMeshAuthenticationMode
- This object represents authentication mode of RAP and MAP mesh nodes in controller. none - no authentication is done. psk - pre shared key. Keys provided during manufacturing will be used for authentication of mesh node. eap - extensible authentication ...
- clMeshNeighborTable
- This table represents information about neighbors of any mesh node. Neighbor AP can be on same or different mesh sector. Any mesh node is neighbor of a mesh node, if it can detect 802.11 signals on any channels. Child or parent mesh node also considers as ...
- clMeshNeighborEntry
- An (conceptual) entry in this table is created when mesh node detects neighbor mesh nodes. Entries are removed when the mesh node does not detect AP as neighbor.
- clMeshNeighborMacAddress
- This object represents MAC address of neighbor mesh node.
- clMeshNeighborType
- This object represents type of neighbor mesh node. parent - Neighbor mesh node is a parent mesh node of this mesh node. neighbor - Its a neighbor mesh node. It can be on same or different mesh-sector. excluded - Neighbor mesh node is excluded by this me ...
- clMeshNeighborLinkSnr
- This object represents the SNR value seen by this mesh node from neighbor mesh node.
- clMeshNeighborChannel
- This object represents the channel on which neighbor mesh node is operating.
- clMeshNeighborUpdate
- This object represents when the neighbor table was last updated. This value is represented as a instance of sysUp time.
- clMeshAuthFailureNotifEnabled
- This object controls the generation of 'ciscoLwappMeshAuthFailure' notification. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshChildExcludedParentNotifEnabled
- This object controls the generation of 'ciscoLwappMeshChildExcludedParent' notification. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshParentChangeNotifEnabled
- This object controls the generation of 'ciscoLwappMeshParentChange' notification. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshChildMovedNotifEnabled
- This object controls the generation of 'ciscoLwappMeshChildMoved' notification. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshExcessiveParentChangeNotifEnabled
- This object controls the generation of 'ciscoLwappMeshExcessiveParentChange' notification. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshPoorSNRNotifEnabled
- This object controls the generation of 'ciscoLwappMeshOnsetSNR' and 'ciscoLwappMeshAbateSNR' notifications. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshConsoleLoginNotifEnabled
- This object controls the generation of 'ciscoLwappMeshConsoleLogin' notification. A value of 'true' indicates notification will be generated. A value of 'false' indicates notification will be not be generated.
- clMeshNodeMacAddress
- This object specifies the MAC address of a LWAPP AP.
- clMeshAuthFailureReason
- This object specifies the failure reason when a mesh node failed to authenticate through a controller to an Authentication Server. notInMacFilterList - MAC address of a mesh node is not configured in MAC filter list. securityFailure - Authentication se ...
- clMeshPreviousParentMacAddress
- This object specifies the MAC address of previous parent Mesh Node.
- clMeshConsoleLoginStatus
- This object specifies the status of console login at MAP mesh node.
- ciscoLwappMeshConfigGroup
- This collection of objects represent the global and mesh node specific configuration and monitor parameters.
- ciscoLwappMeshNeighborStatusGroup
- This collection of objects represent the neighbor status of any mesh node.
- ciscoLwappMeshNotifControlGroup
- This collection of objects represent the flags to control the generation of notification.
- ciscoLwappMeshNotifObjsGroup
- This collection of objects represent the information carried by the mesh network related notifications sent by the agent to a network management station.
Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.