Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Clarity information not seen on the Airwave server due to incorrect LMS_IP. 

May 12, 2019 01:30 AM

Problem:

Only DNS information is seen on the Home --> Clarity Live page. 



Diagnostics:

The issue will occur if either AMON_PASSIVE_AP_STATION_STATS_INFO_MESSAGE is not being received or not sent in appropriate format. To verify this, enable qlog for raw amon information being received:

qlog enable amon_dump_raw

 

Once the qlog has sufficient amount of data, we can decode the information using the following set of commands for the mentioned message type:

qlog_decoder --notail --nofollow -decoder papi --msg_type AMON_PASSIVE_AP_STATION_STATS_INFO path_to_the_qlog_dump file > path_to_decoded_file 

 

The individual messages will look as follows:

172.30.120.69 --> This would be the source IP which would not necessarily be the configured LMS IP.
Wed Dec  6 15:05:04 2017 (1512594304.000000)
{
          bk_compatible_w_major_version => 0,
          bk_compatible_w_minor_version => 0,
          lms_ip => '172.30.120.69',
          major_version => 1,
          messages => [
                        {
                          major_version => 1,
                          minor_version => 1,
                          msg_sequence_number => 2027,
                          msg_timestamp => 1512594312,
                          msg_type => 'AMON_PASSIVE_AP_STATION_STATS_MESSAGE',
                          rows => [
                                    {
                                      CL_PHYC_D11_SUPT => 4,
                                      CL_P_AP_STA_ASSOC_RESP_DURATION => 6,
                                      CL_P_AP_STA_ASSOC_RX_TIME => '1512594307014',
                                      CL_P_AP_STA_AUTH_RX_TIME => '1512594307012',
                                      CL_P_AP_STA_BSSID => '18:64:72:8A:7E:60',
                                      CL_P_AP_STA_CTRL_PSTA_SEQNUM => 4147,
                                      CL_P_AP_STA_CTRL_STA_UP_ACK_DURATION => 47,
                                      CL_P_AP_STA_DEAUTH_ARUBA_REASON => 68,
                                      CL_P_AP_STA_DEAUTH_REASON_CODE => 255,
                                      CL_P_AP_STA_DEAUTH_RX_REASON_CODE => 0,
                                      CL_P_AP_STA_DEAUTH_TIME => '1512594307016',
                                      CL_P_AP_STA_DOT11_KEY_EXCH_FAILED => 0,
                                      CL_P_AP_STA_ENCRYPTION_METHOD => 10,
                                      CL_P_AP_STA_EVENT_REPEAT_COUNT => 0,
                                      CL_P_AP_STA_FLAGS => 9,
                                      CL_P_AP_STA_FT_AUTH_RESP_DURATION => 0,
                                      CL_P_AP_STA_FT_AUTH_STATUS_CODE => 0,
                                      CL_P_AP_STA_FT_R1DATA_MISS_ON_AP => 0,
                                      CL_P_AP_STA_FT_R1DATA_RX_DURATION => 0,
                                      CL_P_AP_STA_FT_R1DATA_RX_STATUS_CODE => 0,
                                      CL_P_AP_STA_MAC => '2C:20:0B:10:B9:0B',
                                      CL_P_AP_S_MAC => '18:64:72:C0:A7:E6',
                                      CL_STA_SNR => 18
                                    }]}]

the LMS_IP parameter seen for this of utmost importance as it needs to be a PHYSICAL IP ADDRESS configured on the controller and not the Virtaul or VRRP IP. 



Solution

If AMON_PASSIVE_AP_STATION_STATS_INFO_MESSAGE is not seen on the Airwave dump file:

This issue might be seen if CpSec is enabled on the controller, if it is, then the AP related STAT messages would be sent over UDP port 8209, confirm if the port is open between the controller and the Airwave server.

 

If is seen with the incorrect / VRRP IP address:

The LMS_IP parameter is fetched from the LMS information either discovered by the AP using master discovery methods or could be configured from AP system profile under the Configuration --> Wireless --> AP Configuration --> Select AP Group --> AP --> AP system --> LMS Settings --> LMS IP. We can update this value to be the physical IP address of the controller to resolve the Clarity information not seen issue:

 

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.