mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +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.expect("#")
 | 
				
			||||||
    egg.sendline('show controllers dot11Radio 1 powercfg | g T1')
 | 
					    egg.sendline('show controllers dot11Radio 1 powercfg | g T1')
 | 
				
			||||||
    egg.expect("#", timeout=5)
 | 
					    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)
 | 
					    #             ctlr.execute(cn_cmd)
 | 
				
			||||||
    ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
 | 
					 | 
				
			||||||
if __name__ == '__main__':
 | 
					if __name__ == '__main__':
 | 
				
			||||||
    main()
 | 
					    main()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user