Commit Graph

1253 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
636df56d28 configuration for 9800 wlan open-wlan 1 open-wlan 2020-09-10 14:20:54 -06:00
Chuck SmileyRekiere
840379cf07 added auto mode for 9800 series 2020-09-10 12:11:24 -06:00
Chuck SmileyRekiere
893e16ce8e #ap name <AP> dot11 24ghz/5ghz radio role manual client-serving added manual 2020-09-10 10:52:41 -06:00
Chuck SmileyRekiere
bec9f668d1 update 9800 for 24ghz radios 2020-09-10 10:11:52 -06:00
Chuck SmileyRekiere
36ca4d40d7 updated txpower for 9800 series and added manual for manual client-serving mode 2020-09-10 09:42:03 -06:00
Chuck SmileyRekiere
d61133f88b working on logout 2020-09-09 15:30:59 -06:00
Jed Reynolds
fd541e7526 more telnet object fixes 2020-09-09 11:08:04 -07:00
Jed Reynolds
204144d731 updates library pathing, using telnet 2020-09-09 11:01:00 -07:00
Chuck SmileyRekiere
d94868aa68 changed timing and modified sendline to send \r \n 2020-09-09 11:41:47 -06:00
Chuck SmileyRekiere
33cbb785d6 try expect_exact 2020-09-08 19:37:54 -06:00
Chuck SmileyRekiere
e6667c76f4 debugging 9800 2020-09-08 19:11:17 -06:00
Chuck SmileyRekiere
09a9ab0565 another try 2020-09-08 18:41:22 -06:00
Chuck SmileyRekiere
732770caa1 Updated string 2020-09-08 18:30:58 -06:00
Chuck SmileyRekiere
d54d534d47 fixed show ap dot11 5ghz summary 2020-09-08 18:12:59 -06:00
Chuck SmileyRekiere
b62cab0965 9800 updates 2020-09-08 17:04:52 -06:00
Chuck SmileyRekiere
ff8e19276a fix file after test session with cisco 2020-09-08 12:32:00 -06:00
Chuck SmileyRekiere
f9f7a14ea4 9800 telnet 2020-09-08 12:04:30 -06:00
Chuck SmileyRekiere
4f5f00860c more sendline on telnet 2020-09-08 11:51:22 -06:00
Chuck SmileyRekiere
62f05df538 updates to telnet 2020-09-08 11:43:22 -06:00
Chuck SmileyRekiere
5a95509c28 updates to try even if prompt is incorrect 2020-09-04 16:14:38 -06:00
Logan Lipke
da3ea9b2d9 Changed default values for min/max read/write values 2020-09-03 10:25:52 -07:00
Logan Lipke
6a57a3a68c Added FIOCXProfile for fileio endpoints, added new_fio_cx_profile() factory method 2020-09-03 10:23:11 -07:00
Chuck SmileyRekiere
d9b60fdccd bug fix 2020-09-02 14:22:23 -06:00
Jed Reynolds
5b18849fed associate: adds help for DHCP, DHCP6 2020-09-02 12:19:06 -07:00
Jed Reynolds
4eee7dda45 associate: improves flags for DHCP, DHCP6 2020-09-02 12:08:48 -07:00
Jed Reynolds
35b3c8a941 associate: adds dhcp6 switch 2020-09-02 11:32:17 -07:00
Chuck SmileyRekiere
5e597eb9e2 updates to reset ports 2020-09-02 11:36:25 -06:00
Chuck SmileyRekiere
437de81510 port reset functionality 2020-09-01 18:19:58 -06:00
Logan Lipke
350062ad12 Added options to VAPProfile for using ttls/roaming, updated cleanup method 2020-09-01 15:49:40 -07:00
Ben Greear
68c3c4bbc2 cicd: Fix bugcheck log gathering
Several syntax errors and typos.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-31 17:29:55 -07:00
Ben Greear
4306f85ff5 cicd: Support capturing bugcheck output on openwrt systems.
Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-31 16:02:00 -07:00
Ben Greear
fc24fffbe2 firemod: Attempt to fix INC path issue.
On my system that does not have the directory /home/lanforge/scripts, the
lf_firemod.pl would fail saying it cannot find Net::Telnet, even though it
is installed.

The problem turns out to be that if you have "use lib foo" and foo does not exist,
or is not readable, then perl craps out immediately instead of trying other
places in @INC.  I think this 'use if' logic fixes that issue based on
internet reading.  It fixes the issue on my system, but I'm not certain
it works properly on systems that do depend on /home/lanforge/scripts/
existing, so that will need some more testing.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-29 13:13:21 -07:00
Logan Lipke
a79a32dc7a Updated stop method 2020-08-28 15:04:35 -07:00
Logan Lipke
b02580b10d Updated stop method 2020-08-28 12:22:13 -07:00
Logan Lipke
18f08506d8 Merge remote-tracking branch 'origin/master' 2020-08-27 16:18:36 -07:00
Logan Lipke
e694a4b162 Removed unnecessary debug output 2020-08-27 16:07:45 -07:00
Logan Lipke
6cf34bd242 Updated stop method moved admin_up to correct place 2020-08-27 14:17:16 -07:00
Logan Lipke
a115f1fe7a Updated stop method 2020-08-27 14:10:57 -07:00
Chuck SmileyRekiere
e016db4d7f updates l3 longevity help 2020-08-27 11:27:27 -06:00
Chuck SmileyRekiere
a5de1b3e02 fix channel command for 9800 series 2020-08-27 09:00:16 -06:00
Logan Lipke
383d2cf7b9 Updated to add wpa and wep options for dut_security 2020-08-26 13:41:59 -07:00
Chuck SmileyRekiere
c30d4c6bb8 cisco updates 9800 2020-08-26 13:48:32 -06:00
Chuck SmileyRekiere
a3398d565c command line example fix 2020-08-25 18:54:46 -06:00
Chuck SmileyRekiere
2053562c94 changed radio parameters to not be positional 2020-08-25 18:37:05 -06:00
Logan Lipke
602d3328e8 Script for checking ip association and connection to eap-ttls 2020-08-25 12:53:17 -07:00
Logan Lipke
08030c4b61 Added set_wifi_extra method to StationProfile to assist with ttls, added params to create for ttls 2020-08-25 12:36:22 -07:00
Logan Lipke
22eb0b0ab8 Moved VAPProfile ht160 options from init to create method 2020-08-24 15:34:40 -07:00
Logan Lipke
9f1efbcbeb Merge remote-tracking branch 'origin/master' 2020-08-24 12:41:52 -07:00
Chuck SmileyRekiere
cbfb03eb52 added controller configuration 2020-08-22 17:26:07 -06:00
Logan Lipke
2b3c3a90bd Removed debug output in VAPProfile 2020-08-21 12:31:59 -07:00