-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9351320
commit 77d6de8
Showing
6 changed files
with
97 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
tests/cisco_wlc_ssh/show_ap_summary/cisco_wlc_ssh_show_ap_summary_2500.raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Number of APs.................................... 2 | ||
|
||
Global AP User Name.............................. lastresort | ||
Global AP Dot1x User Name........................ Not Configured | ||
|
||
AP Name Slots AP Model Ethernet MAC Location Port Country Priority | ||
------------------ ----- -------------------- ----------------- ---------------- ---- ------- ------ | ||
CISCO-WAP05 2 AIR-CAP2602I-A-K9 c0:ff:ee:c0:ff:11 default location LAG US 1 | ||
CISCO-WAP11 2 AIR-CAP2602I-A-K9 c0:ff:ee:c0:ff:22 default location LAG US 1 |
30 changes: 30 additions & 0 deletions
30
tests/cisco_wlc_ssh/show_ap_summary/cisco_wlc_ssh_show_ap_summary_2500.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
parsed_sample: | ||
- ap_model: "AIR-CAP2602I-A-K9" | ||
ap_name: "CISCO-WAP05" | ||
clients: "" | ||
country: "US" | ||
dse_location: "" | ||
ip_address: "" | ||
location: "default" | ||
mac_address: "c0:ff:ee:c0:ff:11" | ||
number_of_aps: "" | ||
port: "location LAG" | ||
priority: "1" | ||
radio_mac: "" | ||
slot: "2" | ||
state: "" | ||
- ap_model: "AIR-CAP2602I-A-K9" | ||
ap_name: "CISCO-WAP11" | ||
clients: "" | ||
country: "US" | ||
dse_location: "" | ||
ip_address: "" | ||
location: "default" | ||
mac_address: "c0:ff:ee:c0:ff:22" | ||
number_of_aps: "" | ||
port: "location LAG" | ||
priority: "1" | ||
radio_mac: "" | ||
slot: "2" | ||
state: "" |
6 changes: 6 additions & 0 deletions
6
tests/cisco_wlc_ssh/show_ap_summary/cisco_wlc_ssh_show_ap_summary_C9800.raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Number of APs: 2 | ||
|
||
AP Name Slots AP Model Ethernet MAC Radio MAC Location Country IP Address State | ||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CISCO-WAP01 2 3802I 00a7.42e8.4011 00a7.42e8.b111 default location NL 11.11.11.11 Registered | ||
CISCO-WAP02 2 3802I 00a7.42f2.8622 00a7.42f3.cb22 default location NL 22.22.22.22 Registered |
30 changes: 30 additions & 0 deletions
30
tests/cisco_wlc_ssh/show_ap_summary/cisco_wlc_ssh_show_ap_summary_C9800.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
parsed_sample: | ||
- ap_model: "3802I" | ||
ap_name: "CISCO-WAP01" | ||
clients: "" | ||
country: "NL" | ||
dse_location: "" | ||
ip_address: "11.11.11.11" | ||
location: " default location" | ||
mac_address: "00a7.42e8.4011" | ||
number_of_aps: "" | ||
port: "" | ||
priority: "" | ||
radio_mac: "00a7.42e8.b111" | ||
slot: "2" | ||
state: "Registered" | ||
- ap_model: "3802I" | ||
ap_name: "CISCO-WAP02" | ||
clients: "" | ||
country: "NL" | ||
dse_location: "" | ||
ip_address: "22.22.22.22" | ||
location: " default location" | ||
mac_address: "00a7.42f2.8622" | ||
number_of_aps: "" | ||
port: "" | ||
priority: "" | ||
radio_mac: "00a7.42f3.cb22" | ||
slot: "2" | ||
state: "Registered" |