mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
lf_cisco_power.py: LCS-45 Read AP for Power values, updates to AP login
This commit is contained in:
@@ -178,8 +178,13 @@ def main():
|
||||
egg.expect("#")
|
||||
egg.sendline('show controllers dot11Radio 1 powercfg | g T1')
|
||||
egg.expect("#", timeout=5)
|
||||
egg.sendcontrol('c')
|
||||
egg.expect("#",timeout=5)
|
||||
egg.sendline("exit")
|
||||
egg.excect(">",timeout=5)
|
||||
egg.sendline("exit")
|
||||
|
||||
# ctlr.execute(cn_cmd)
|
||||
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user