mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
cc_module_9800_3504.py : updated example
lf_tx_power.py : updated example and verified date Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
1198e9b943
commit
4d6cd606b3
@@ -12,6 +12,7 @@ None
|
||||
|
||||
EXAMPLE:
|
||||
There is a unit test included to try sample command scenarios
|
||||
./cc_module_9800_3504.py --scheme ssh --dest localhost --port 8887 --user admin --passwd Cisco123 --ap APA453.0E7B.CF9C --series 9800 --prompt "WLC1" --timeout 10 --band '5g'
|
||||
|
||||
|
||||
COPYWRITE
|
||||
|
||||
@@ -36,24 +36,11 @@ EPILOG = '''\
|
||||
# Verified 2/7/2022 : Run against already created station "--station sta0001"
|
||||
./lf_tx_power.py -d localhost -u admin -p Cisco123 --port 8888 --scheme ssh --ap AP687D.B45C.1D1C --bandwidth "160" --channel "36" --nss 4 --txpower "1" --pathloss 56 --antenna_gain 6 --band a --upstream_port eth2 --series 9800 --radio wiphy1 --slot 1 --ssid open-wlan --prompt "WLC2" --station sta0001 --ssidpw [BLANK] --security open --wlan open-wlan --wlanID 1 --wlanSSID open-wlan --lfmgr 192.168.100.131 --lfresource 1 --vht160 --tag_policy "RM204-TB2"
|
||||
|
||||
# Verified 2/17/2022 : create station and create open wlan on controller on testbed WLC1
|
||||
./lf_tx_power.py -d localhost -u admin -p Cisco123 --port 8887 --scheme ssh --ap APA453.0E7B.CF9C --bandwidth "40" --channel "100" --nss 4 --txpower "1 3" --pathloss 56 --antenna_gain 6 --band a --upstream_port eth2 --series 9800 --radio wiphy4 --slot 1 --ssid open-wlan-14 --prompt "WLC1" --create_station 'sta0002' --lfmgr '192.168.100.178' --ssidpw '[BLANK]' --security open --wlan open-wlan-14 --wlanID 14 --wlanSSID open-wlan-14 --lfresource 1 --vht160 --tag_policy "RM204-TB1" --policy_profile "default-policy-profile" --testbed_id 'Cisco-WLC1' --module 'cc_module_9800_3504' --create_wlan
|
||||
|
||||
|
||||
|
||||
##############################################################################
|
||||
Sample script to run create station, wlan and talk to ap 1/26/2021 run on 9800
|
||||
carriage returns specifically left out
|
||||
##############################################################################
|
||||
./lf_tx_power.py -d 172.19.27.55 -u admin -p Wnbulab@123 --port 2013 --scheme telnet --ap 9120_Candela --bandwidth "20" --channel "52 100 104" --nss 4 --txpower "1" --pathloss 56 --antenna_gain 6 --band a --upstream_port eth2 --series 9800 --radio wiphy5 --slot 1 --ssid open-wlan --prompt "katar_candela" --create_station sta0001 --ssidpw [BLANK] --security open --verbose --wlan open-wlan --wlanID 1 --wlanSSID open-wlan --ap_info "ap_scheme==telnet ap_prompt==9120_Candela ap_ip==172.19.27.55 ap_port==2008 ap_user==admin ap_pw==Wnbulab@123"
|
||||
|
||||
|
||||
|
||||
#############################################################
|
||||
Sample to test pf_ignore_offset switch 1/27/2021 run on 9800
|
||||
carriage returns specifically left out
|
||||
#############################################################
|
||||
./lf_tx_power.py -d 172.19.27.55 -u admin -p Wnbulab@123 --port 2013 --scheme telnet --ap 9120_Candela --bandwidth "20" --channel "36 52 100 104 161" --nss 4 --txpower "1" --pathloss 56 --antenna_gain 6 --band a --upstream_port eth2 --series 9800 --radio wiphy5 --slot 1 --ssid open-wlan --prompt "katar_candela" --create_station sta0001 --ssidpw [BLANK] --security open --verbose --wlan open-wlan --wlanID 1 --wlanSSID open-wlan --pf_ignore_offset "35"
|
||||
|
||||
|
||||
##############################################################################################
|
||||
##############################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user