Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm wondering why the "allowed power levels" are different from one 3602i to another 3602i:(WiSM-slot8-1) >grep include ap-wbh-181-5 "show advanced 802.11b Press yes to continue(y)yap-wbh-181-5 *1 *7/7 ( 4 dBm) [22/19/16/1...
When installing 1250 AP on standard 802.3af PoE, according to the following: http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps6973/ps8382/product_data_sheet0900aecd806b7c5c.html : operation will be limited to a single transmitter per rad...
Not sure what the official way to submit a feature request is, but I'd really like to see the "compensated heard power" ported over to the "Highest Rx neighbor on-channel". Would be very useful for determining where too much CCI could occur. As it st...
Answering my own question here, after discussing this elsewhere:Kind of obvious now, but point being: If a radio is transmitting, there's no way for it to be receiving at the same time. Hence, even if OSX is just probing to remain associated, the cha...
What is the difference between using the "airport" utility, ie: "sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport --channel=1"followed by: "tcpdump -I -P -i en1 -w /tmp/channel-1.pcap"and using airportd: ...
I use linux tools for stuff like this. ie, using awk, if you had a list of just ap names in a file, you could take the output of the following and paste into CLI:awk '{print "config ap mode se-connect",$1;print "y"}' apfile.txtor the same, except gra...