Home/Catalog/WaveLAN-Roaming-MIB

WaveLAN-Roaming-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for WaveLAN-Roaming-MIB.

35
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

35 total
Object Name
wavelanRoaming
OBJECT IDENTIFIER
.1.3.6.1.4.1.74.2.21.3
RFC1155-SMI
Unknown
.1.3.6.1.4.1.74.2.21.3
wlrGenTableGeneric Roaming information for a collection of WaveLAN interfaces attached to a particular system.
SEQUENCE OF WlrGenEntry
.1.3.6.1.4.1.74.2.21.3.1
wlrGenEntryGeneric Roaming information for a particular WaveLAN interface.
WlrGenEntry
.1.3.6.1.4.1.74.2.21.3.1.1
wlrGenIndexAn index value that uniquely identifies a WaveLAN network interface this roaming information applies to. The interface associated with a particular value of this index is the same interface as identified by the same value of ifIndex.ro
INTEGER
.1.3.6.1.4.1.74.2.21.3.1.1.1
wlrDomainIdThe Domain Identifier identifies the (multi-cellular) roaming service domain. Mobile stations will connect only to those access points that have the same DomainId as they have been configured with themselves. (note: Value '0000'H has a special meaning; it may be used to disable roaming)rw
OCTET STRING
.1.3.6.1.4.1.74.2.21.3.1.1.2
wlrBeaconKeyThe key used to encipher the WaveLAN NWID when included as data in the Beacon message.rw
OCTET STRING
.1.3.6.1.4.1.74.2.21.3.1.1.3
wlrMsTableMobile station roaming information for a collection of WaveLAN interfaces attached to a particular system.
SEQUENCE OF WlrMsEntry
.1.3.6.1.4.1.74.2.21.3.2
wlrMsEntryMobile station roaming information for a particular WaveLAN interface.
WlrMsEntry
.1.3.6.1.4.1.74.2.21.3.2.1
wlrMsIndexAn index value that uniquely identifies a WaveLAN network interface this roaming information applies to. The interface associated with a particular value of this index is the same interface as identified by the same value of ifIndex.ro
INTEGER
.1.3.6.1.4.1.74.2.21.3.2.1.1
wlrRetryLimitThe protocol retry limit for the handover procedure.rw
INTEGER
.1.3.6.1.4.1.74.2.21.3.2.1.2
wlrNumberOfRecoversThe number of Recover requests to be sent after an unsuccessful handover procedure.rw
INTEGER
.1.3.6.1.4.1.74.2.21.3.2.1.3
wlrCommsQualityThe Communications Quality to the current access point. This is the running average maintained by the driver software. Expressed as percentage of maximum possible.ro
INTEGER
.1.3.6.1.4.1.74.2.21.3.2.1.4
wlrCurrentApNameThe name of the current access point this mobile station is connected to.ro
DisplayString
.1.3.6.1.4.1.74.2.21.3.2.1.5
wlrMsSignOnFailuresThe number of times no timely response was received to the Sign-on request protocol message during the sign-on and handover procedures.ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.6
wlrMsHandoversThe number of times a handover has been initiated. (i.e. Sign-on request sent, not re-sent).ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.7
wlrMsHandoverFailuresThe number of times a handover procedure failed due to not receiving a response to the Sign-on requests and retries got exhausted.ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.8
wlrMsBeaconsMissedNormalThe number of Beacons missed from current access point(s), during normal mode.ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.9
wlrMsBeaconsMissedSearchThe number of Beacons missed from current access point(s), during regular search mode.ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.10
wlrMsRegularCellSearchEnteredThe number of times the regular cell search mode was entered from the normal mode.ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.11
wlrMsFastCellSearchEnteredThe number of times the fast cell search mode was entered.ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.12
wlrMsTimeInNormalModeThe total time in normal (i.e. non-cell-search) mode since the roaming functionality got initialized. (in seconds)ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.13
wlrMsTimeInRegularSearchModeThe total time in Regular Cell Search Mode since the roaming functionality got initialized. (in seconds)ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.14
wlrMsTimeInFastSearchModeThe total time in Fast Cell Search Mode since the roaming functionality got initialized. (in seconds)ro
Counter
.1.3.6.1.4.1.74.2.21.3.2.1.15
wlrApTableAccess point roaming information for a collection of WaveLAN interfaces attached to a particular system.
SEQUENCE OF WlrApEntry
.1.3.6.1.4.1.74.2.21.3.3
wlrApEntryAccess point roaming information for a particular WaveLAN interface.
WlrApEntry
.1.3.6.1.4.1.74.2.21.3.3.1
wlrApIndexAn index value that uniquely identifies a WaveLAN network interface this roaming information applies to. The interface associated with a particular value of this index is the same interface as identified by the same value of ifIndex.ro
INTEGER
.1.3.6.1.4.1.74.2.21.3.3.1.1
wlrStopCellSearchThresholdThe level of communications quality on which the mobile station stops looking for other access point(s). Expressed on percentage-scale. Should be greater than wlrRegularCellSearchThreshold + 3.rw
INTEGER
.1.3.6.1.4.1.74.2.21.3.3.1.2
wlrRegularCellSearchThresholdThe level of communications quality on which the mobile station starts looking for an access point with a level of communications quality higher than the Stop Cell Search Threshold. Expressed on percentage-scale. Should be smaller than wlrStopCellSearchThreshold - 3, and greater than wlrFastCellSearchThreshold + 3rw
INTEGER
.1.3.6.1.4.1.74.2.21.3.3.1.3
wlrFastCellSearchThresholdThe level of communications quality on which the mobile station starts looking for an access point with a level of communications quality higher than this threshold. Expressed on percentage-scale. Should be smaller than wlrRegularCellSearchThreshold - 3rw
INTEGER
.1.3.6.1.4.1.74.2.21.3.3.1.4
wlrBeaconIntervalThe Beacon interval time. In units of a hundredth of a second (1/100 s, or 10 ms).rw
Timeout
.1.3.6.1.4.1.74.2.21.3.3.1.5
wlrBeaconTimeoutThe Beacon time-out value. In units of a hundredth of a second (1/100 s, or 10 ms). Should be at least 2 * wlrBeaconInterval.rw
Timeout
.1.3.6.1.4.1.74.2.21.3.3.1.6
wlrApSignOnRequestsThe number of Sign-on Requests received.ro
Counter
.1.3.6.1.4.1.74.2.21.3.3.1.7
wlrApHandoversSentThe number of times a handover has been requested from an other Access point.ro
Counter
.1.3.6.1.4.1.74.2.21.3.3.1.8
wlrApHandoversReceivedThe number of times a mobile station has been handed over to an other access point.ro
Counter
.1.3.6.1.4.1.74.2.21.3.3.1.9
WaveLAN-Roaming-MIB - SNMP MIB Reference | MIBs Explorer