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