From bd58c8a41348a7269fcdb226f2bdb8360c2d9927 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Mon, 2 Nov 2020 08:02:56 -0700 Subject: [PATCH] lf_cisco_power.py: help update list default ports to avoid confusion. --- lf_cisco_power.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lf_cisco_power.py b/lf_cisco_power.py index b91203d0..18153f5a 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -22,8 +22,9 @@ The user also has the option of setting up the station oustide of this script, h # Examples: # See cisco_power_results.txt when complete. # See cisco_power_results.xlsx when complete. +NOTE: Telnet port 23 unless specified , ssh port 22 unless specified, scheme defaults to ssh -./lf_cisco_power.py -d 172.19.36.168 -u admin -p Wnbulab@123 --port 2043 --scheme telnet --ap "APA453.0E7B.CF60" \ +./lf_cisco_power.py -d 172.19.36.168 -u admin -p Wnbulab@123 --port 23 --scheme telnet --ap "APA453.0E7B.CF60" \ --bandwidth "20 40 80" --channel "36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165" \ --nss 4 --txpower "1 2 3 4 5 6 7 8" --pathloss 54 --antenna_gain 6 --band a --upstream_port eth2 --series 9800 \ --wlan open-wlan --wlanID 1 --create_station sta0001 --radio wiphy1 --ssid open-wlan --ssidpw [BLANK] --security open \ @@ -39,13 +40,13 @@ The user also has the option of setting up the station oustide of this script, h --band a --upstream_port eth2 --lfresource2 2 --verbose # To create a station run test against station create open-wlan -./lf_cisco_power.py -d -u admin -p Cisco123 -port 2043 --scheme telnet --ap AP6C71.0DE6.45D0 \ +./lf_cisco_power.py -d -u admin -p Cisco123 -port 23 --scheme telnet --ap AP6C71.0DE6.45D0 \ --station sta2222 --bandwidth "20" --channel "36" --nss 4 --txpower "1 2 3 4 5 6 7 8" --pathloss 54 --antenna_gain 6 --band a \ --upstream_port eth2 --series 9800 --wlan open-wlan --wlanID 1 --create_station sta2222 --radio wiphy1 --ssid open-wlan \ --ssidpw [BLANK] --security open --verbose # station already present -./lf_cisco_power.py -d -u admin -p Cisco123 -port 2043 --scheme telnet --ap AP6C71.0DE6.45D0 \ +./lf_cisco_power.py -d -u admin -p Cisco123 -port 23 --scheme telnet --ap AP6C71.0DE6.45D0 \ --station sta0000 --bandwidth "20" --channel "36" --nss 4 --txpower "1 2 3 4 5 6 7 8" --pathloss 64 --antenna_gain 5 --band a \ --upstream_port eth2 --series 9800 --wlan open-wlan --wlanID 1 --verbose