CTS 103: Cisco WLC NDP




Clear To Send: Wireless Network Engineering show

Summary: In this episode, we go over the Cisco Neighbor Discovery Protocol. The basis of Cisco RRM.<br> This episode is sponsored by Metageek.<br> <a href="http://metageek.com/cts" target="_blank" rel="noopener"></a><br> Cisco WLC Neighbor Discovery Protocol (NDP)<br> Cisco NDP, short for Neighbor Discovery Protocol and Neighbor Discovery Packets, is a critical component of Cisco’s auto RF feature, Radio Resource Management (RRM). The purpose of NDP is to provide over the air (OTA) messages between access points (AP). It monitors and manages what each AP sees in the radio frequency (RF). It’s essentially how every AP sees other APs in an RF Group or Neighborhood. The end result is actual RF path loss between APs.<br> I see NDP as a way for APs to build a map of their locations in relation to each other based on RF propagation and path losses. Every 180 seconds (3 minutes), an AP will send an over the air (OTA) message to a multicast address, 01:0B:85:00:00:00, from each channel.<br> NDP messages are sent at the highest transmit power and at the lowest data rate supported for the channel being transmitted on. The transmit power and data rate selection is not configurable by the end user and is hard coded.<br> Cisco Neighbor Discovery Protocol forms the basis of many algorithms within Cisco RRM. Because of that, it goes without saying, if NDP doesn’t work neither does RRM.<br> Learn more RRM from the <a href="http://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-3/b_RRM_White_Paper/b_RRM_White_Paper_chapter_00.html" target="_blank" rel="nofollow noopener">white paper</a>.<br> NDP is used by the following<br> <br> * RF Grouping Algorithm<br> * Transmit Power Control (TPC – basis calculation for TPCv2)<br> * Flexible Radio Architecture (FRA – basis for coverage overlap factor)<br> * Rogue detection (If AP isn’t sending NDPs or unintelligible NDP then it is a rogue)<br> * CleanAir (Used for interference reports)<br> * CMX (For AP RF distance and path loss measurements)<br> <br> As you can see, NDP is very important for RRM.<br> What’s inside a Cisco NDP Packet?<br> <br> <br> <br> <br> Field Name<br> <br> <br> Description<br> <br> <br> <br> <br> Radio Identifier<br> <br> <br> Slot ID for the sending radio<br> <br> <br> <br> <br> Group ID<br> <br> <br> IP Address and Priority code of sends WLC<br> <br> <br> <br> <br> Hash<br> <br> <br> RF Group name converted to a hash for authentication<br> <br> <br> <br> <br> IP address<br> <br> <br> IP of sending AP’s RRM Group Leader<br> <br> <br> <br> <br> Encrypted ?<br> <br> <br> Are we using Encrypted NDP?<br> <br> <br> <br> <br> Version<br> <br> <br> Version of NDP<br> <br> <br> <br> <br> APs Channel<br> <br> <br> Operating channel of the sending radio<br> <br> <br> <br> <br> Encryption Key Length<br> <br> <br> <br> <br> <br> Encryption Key Name<br> <br> <br> <br> <br> <br> Message Channel<br> <br> <br> Channel the NDP was sent on<br> <br> <br> <br> <br> Message Power<br> <br> <br> The power (in dBm) the message was sent at<br> <br> <br> <br> <br> Antenna<br> <br> <br> Antenna pattern of the sending radio<br> <br> <br> <br> <br> When an AP hears and receives an NDP message, it will validate the message from the transmitting AP to determine if it is a member of the same RF group. If it’s a valid NDP, the receiving AP will forward the message to the controller along with information such as the received channel and RSSI.<br> If the message is not in the same RF group it will be invalid and the packet will be dropped.<br> The message is added to a neighbor database. Each radio on each AP can store up to 34 neighbors ordered by RSSI, high to low.<br> There are two measurements taken:<br> <br>