mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
update show ap summary
This commit is contained in:
@@ -517,9 +517,9 @@ def main():
|
||||
if (args.action == "summary"):
|
||||
if args.series == "9800":
|
||||
if band == "a":
|
||||
command = "show ap dot11 5ghz monitor"
|
||||
command = "show ap summary"
|
||||
else:
|
||||
command = "show ap dot11 24ghz monitor"
|
||||
command = "show ap summary"
|
||||
else:
|
||||
command = "show ap summary"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user