Wireless Device Monitoring

Top  Previous  Next

AggreGate Network Manager can monitor diverse wireless devices via SNMP. The required MIB files are included in the distribution bundle.

The basic tool designed for analyzing wireless device information is Wireless Information widget. Other AggreGate tools, such as events, widgets, or charts can be created for monitoring wireless SNMP-enabled devices that use non-standard MIBs.

Wireless Information Widget

The Wireless Information widget is available on any SNMP-compliant wireless device providing cDot11ActiveDevicesTable SNMP variable. To start the widget, select Wireless Information item in context menu of the device in System Tree.

The widget presents the following essential information about the selected wireless device.

1.System Name and Description. System name assigned to the managed item and its textual description are read from sysName and sysDescr SNMP variables respectively. This data is displayed in the widget header.
2.Wireless Interfaces. A list of wireless (IEEE 802.11) interfaces is obtained from ifTable SNMP variable. Those are the ones having ifType equal to ieee80211 (71) value. Advanced information for every wireless interface is retrieved from cDot11ActiveDevicesTable. The following information is presented for each wireless interface:

Field Name

Description

Source

Description

A textual string containing information about the interface.  This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.

ifDescr in ifTable

MAC address

Physical (MAC-) address of the interface.

ifPhysAddress in ifTable

Clients

The number of wireless clients currently associated with the interface.

cDot11ActiveWirelessClients in cDot11ActiveDevicesTable

Bridges

The number of bridges currently associated with the interface.

cDot11ActiveBridges in cDot11ActiveDevicesTable

Repeaters

The number of repeaters currently associated with the interface.

cDot11ActiveRepeaters in cDot11ActiveDevicesTable

1.Service Set Identifiers. A list of SSIDs associated with the device is obtained from cd11IfAuxSsidTable variable and presented in a table with the following fields:

Field Name

Description

Source

SSID

SSID recognized by the device.

cd11IfAuxSsid in cd11IfAuxSsidTable

Broadcast

True, if the is SSID is the Broadcast SSID. There is only one Broadcast SSID per IEEE 802.11 radio interface.

cd11IfAuxSsidBroadcastSsid in cd11IfAuxSsidTable

Max. Stations

The maximum number of wireless stations which may be associate with this radio interface through the SSID. If the value is '0', the maximum number is limited only by IEEE 802.11 standard or hardware/firmware limitations. The default value is '0'.

cd11IfAuxSsidMaxAssocSta in cd11IfAuxSsidTable

2.Clients. This table contains configuration information, status and statistics of all client devices, including wireless clients, repeaters, and bridges, associated with the wireless device. This information is obtained from cDot11ClientConfigInfoTable and cDot11ClientStatisticTable SNMP variables:

Field Name

Description

Source

Name

The wireless client name.

cDot11ClientName in cDot11ClientConfigInfoTable

State

State of the authentication and association process between the client and device:

Value

Description

initial (1)

association request received from client

authenNotAssociated (2)

authenticated but not  associated

assocAndAuthenticated (3)

associated and authenticated

assocNotAnuthenticated (4)

associated but not authenticated

 

cDot11ClientAssociationState in cDot11ClientConfigInfoTable

Address

The static or DHCP-assigned IP address of the client.

cDot11ClientIpAddress in cDot11ClientConfigInfoTable

Role

This defines the type of a wireless device. Available device types are:

Value

Description

clientStation (0)

client station

repeater (1)

repeater access point

accessPoint (2)

access point

bridgeHost (3)

bridge host (WGB)

bridge (4)

bridge

bridgeRoot (5)

root bridge

ethernetClient (6)

Ethernet client through WGB

 

cDot11ClientRoleClassType in cDot11ClientConfigInfoTable

Device

This defines the classifications of wireless client device. The devices are classified by their Ethernet connection, serial connection, and the type of radio it uses.  The device classifications are:

Value

Description

unknown (1)

unknown

ethernetAP (76)

Ethernet access point

ethernetBridge (77)

Ethernet bridge

pc3000Client (84)

client with a 3000 radio

serialUC (85)

serial port universal client

ethernetUC (86)

Ethernet universal client

pc3500Client (101)

client with a 5300 radio

pc4500Client (102)

client with a 4500 radio

generic80211Client (104)

client of an unknown radio type and non-Cisco device

pc4800Client (109)

client with a 4800 radio

pc3100Client (110)

client with a 3100 radio

mc (111)

multiple client Ethernet, universal client

ethernetClient (112)

Ethernet client of a WGB

pc4800bClient (117)

client with a 4800b radio

wgbNoDiversity (123)

WGB with one antenna

wgb (124)

WGB with two antennas

series350Client (127)

client with 350 series radio

series370Client (128)

client with 370 series dot11A radio

c1100SeriesAP (129)

Cisco 1100 series AP

c1410SeriesBridge (130)

Cisco 1410 series bridge

c1200SeriesAP (132)

Cisco 1200 series AP

mp2xClient (133)

client with MP2x IEEE 802.11g radio

c350SeriesAP (134)

Cisco IOS 350 series AP

cb21agClient (135)

Cisco CB21AG/PI21AG IEEE 802.lla/b/g client

radioKodiak (136)

Cisco IEEE 802.11a AIR-RM21A-x-K9 and AIR-RM22A-x-K9 radio

c1130SeriesAP (137)

Cisco 1130 series AP

c1310SeriesBridge (138)

Cisco 1310 series bridge

c7920phone (139)

Cisco 7920 series phone

c1240SeriesAP (140)

Cisco 1240 series A

 

cDot11ClientDevType in cDot11ClientConfigInfoTable

Associated, sec.

The time in seconds that this client has been associated with this device.

cDot11ClientUpTime in cDot11ClientStatisticTable

RSSI

This is a device-dependent measure of the signal quality of the most recently received packet from the client.

cDot11ClientSigQuality in cDot11ClientStatisticTable

Received, bytes

The number of bytes received from this client.

cDot11ClientBytesReceived in cDot11ClientStatisticTable

Sent, bytes

The number of bytes sent to this client.

cDot11ClientBytesSent in cDot11ClientStatisticTable