07-13-2012 08:34 AM - edited 07-03-2021 10:23 PM
In a mesh network, i understand each radio interface works on a specific speed. some refer to as back haul.
How do we find what is the speed the back haul radio is using in an access point used in such a network.
any commands for this? thanks in advance.
07-13-2012 10:33 AM
(WLC) >show mesh path
http://www.cisco.com/en/US/docs/wireless/controller/7.0/configuration/guide/c70mesh.html#wp1453813
you can see link SnR along the Mesh path, arbitary datarate used for Link SnR can be viewed from below table.
#Table 9-1 Backhaul Data Rates and Minimum LinkSNR Requirements
#Viewing Neighbor Statistics for an Access Point
This section describes how to use the controller GUI or CLI to view neighbor statistics for a selected access point. It also describes how to run a link test between the selected access point and its parent.
07-18-2012 06:36 AM
thank you. we tried , but the above command does not give the answer that we are looking for.
what we want is to know how much bandwidth are we using or getting at the backhaul of between mesh access points.
07-18-2012 08:07 AM
use iperf/jperf between the point of interest.
07-18-2012 07:41 AM
You can use following command to see the current rate. Different IOS version has different out, and this is based on 12.4.
show dot11 statistics client-traffic
The number under 'Rate' is the current speed the AP is connected. Please note that the number is hex and indicates bi-directional rate, so you have to convert it to decimal and cut by half, and you get the current connection speed. Here is a typical output.
Dot11Radio1: -- Client Statistics
---Clients AID VLAN Status Age Tx Mode Enc Key Rate
0027.0c4c.2940 1 0 0000 1800000FF 30/30 0-0 0191 020 0-10 00FF0000 06C
Rx Pkts KBytes Dup Dec Mic Mis Tx Pkts KBytes Retry RSSI SNR
0027.0c4c.2940 895076082 3471601 0 0 0 0 5196782 1140463 15131 66 31
RSC
0027.0c4c.2940 [1]0x3559C707 [3]0x2
Please also note that the columns are not properly aligned. The current rate in hex is 06C and it translates to 108 in decimal. Cut it by half and you get 54mbps.
07-19-2012 04:04 AM
Hi,
this command doesn't show any results. can we have another command which might yied anything.
07-19-2012 05:17 AM
There is not a command to tell you the bandwidth between two mesh APs. You can look at the rssi value and see how the link looks, but if your trying to determine the bandwidth, then like the other mentioned, use iperf.
Sent from Cisco Technical Support iPhone App
07-19-2012 10:29 AM
The link between APs in wireless mesh design is a bridge. That means, there is a root bridge and you should issue the command from the root access point. The command is self-explanatory with 'client' in it. You can use iperf but it only shows the useable bandwidth from your workstation to the AP, not between APs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide