Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cisco_wlc_ssh_show_exclusionlist #425

Merged
merged 6 commits into from
Sep 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions templates/cisco_wlc_ssh_show_exclusionlist.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Value MAC (([\da-fA-F]{2}[-:]){5}[\da-fA-F]{2})
Value COMMENT (.*)

Start
^Manually\s*Disabled\s*Clients -> ManuallyDisabled
^No\s*dynamically
^\s*$$
^. -> Error

ManuallyDisabled
^---
^MAC\s+Address\s+Description
^${MAC}\s+${COMMENT} -> Record
^\s*$$ -> Start
2 changes: 2 additions & 0 deletions templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,11 @@ cisco_nxos_show_vrf.template, .*, cisco_nxos, sh[[ow]] vrf

cisco_wlc_ssh_show_cdp_neighbors_detail.template, .*, cisco_wlc_ssh, sh[[ow]] c[[dp]] neig[[hbors]] det[[ail]]
cisco_wlc_ssh_show_ap_config_general.template, .*, cisco_wlc_ssh, sh[[ow]] ap con[[fig]] ge[[neral]]
cisco_wlc_ssh_show_exclusionlist.template, .*, cisco_wlc_ssh, sh[[ow]] ex[[clusionlist]]
cisco_wlc_ssh_show_ap_summary.template, .*, cisco_wlc_ssh, sh[[ow]] ap sum[[mary]]
cisco_wlc_ssh_show_sysinfo.template, .*, cisco_wlc_ssh, sh[[ow]] sysi[[nfo]]


cisco_xr_show_controllers_fabric_fia_errors_ingress_location.template, .*, cisco_xr, sh[[ow]] contr[[ollers]] fabric fi[[a]] err[[ors]] in[[gress]] loc[[ation]]
cisco_xr_show_controllers_fabric_fia_drops_ingress_location.template, .*, cisco_xr, sh[[ow]] contr[[ollers]] fabric fi[[a]] dr[[ops]] in[[gress]] loc[[ation]]
cisco_xr_show_controllers_fabric_fia_errors_egress_location.template, .*, cisco_xr, sh[[ow]] contr[[ollers]] fabric fi[[a]] err[[ors]] eg[[ress]] loc[[ation]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
parsed_sample:
- mac: aa:bb:cc:dd:ee:ff
comment: "bad-guy"
- mac: 00:22:43:cc:ac:2d
comment: "request #6aa493"
- mac: 34:f6:aa:7e:70:3e
comment: "ticket #612333"
- mac: 40:b0:34:99:95:d9
comment: "Unkown Device"
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Manually Disabled Clients
-------------------------
MAC Address Description
----------------------- --------------------------------
aa:bb:cc:dd:ee:ff bad-guy
00:22:43:cc:ac:2d request #6aa493
34:f6:aa:7e:70:3e ticket #612333
40:b0:34:99:95:d9 Unkown Device


No dynamically excluded clients.