Skip to content

Commit

Permalink
New Template: WLC - show rf profile-summary (networktocode#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgill298 authored and thomasblass committed Oct 25, 2020
1 parent 472fd81 commit 498c7d9
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
20 changes: 20 additions & 0 deletions templates/cisco_wlc_ssh_show_rf-profile_summary.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Value PROFILE (\S+)
#Value PROFILE (\S+)
Value BAND (\d\.?4? GHz)
Value DESC ((\S+(.?\S+)+))
Value N_ONLY (\w+)
Value APPLIED (\w+)


Start
^.+\.+
^RF\s+Profile\s+Name\s+Band\s+Description\s+11n-client-only\s+Applied -> Profile
^\s*$$
^. -> Error

Profile
^(?:High|Low|Typical)-Client-Density-802.11
^${PROFILE}\s+${BAND}\s+${DESC}\s+${N_ONLY}\s+${APPLIED} -> Record
^-+[\s|-]+$$
^\s*$$
^. -> Error
5 changes: 3 additions & 2 deletions templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,14 @@ cisco_nxos_show_fex.template, .*, cisco_nxos, sh[[ow]] fex
cisco_nxos_show_vpc.template, .*, cisco_nxos, sh[[ow]] vpc
cisco_nxos_show_vrf.template, .*, cisco_nxos, sh[[ow]] vrf

cisco_wlc_ssh_show_802.11a_cleanair_config.template, .*, cisco_wlc_ssh, sh[[ow]] 802\.11[a|b] cl[[eanair]] c[[onfig]]
cisco_wlc_ssh_show_802.11a_cleanair_config.template, .*, cisco_wlc_ssh, sh[[ow]] 802\.11[ab] cl[[eanair]] c[[onfig]]
cisco_wlc_ssh_show_cdp_neighbors_detail.template, .*, cisco_wlc_ssh, sh[[ow]] c[[dp]] neig[[hbors]] det[[ail]]
cisco_wlc_ssh_show_rf-profile_summary.template, .*, cisco_wlc_ssh, sh[[ow]] rf-[[profile]] s[[ummary]]
cisco_wlc_ssh_show_ap_config_general.template, .*, cisco_wlc_ssh, sh[[ow]] ap con[[fig]] ge[[neral]]
cisco_wlc_ssh_show_client_detail.template, .*, cisco_wlc_ssh, sh[[ow]] cl[[ient]] det[[ail]]
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_802.11a.template, .*, cisco_wlc_ssh, show 802\.11[a|b]
cisco_wlc_ssh_show_802.11a.template, .*, cisco_wlc_ssh, show 802\.11[ab]
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]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
parsed_sample:
- applied: 'Yes'
band: 5 GHz
desc: <none>
n_only: disable
profile: VSW_OFFICE
- applied: 'Yes'
band: 5 GHz
desc: <none>
n_only: disable
profile: VSW_OUTDOOR
- applied: 'Yes'
band: 5 GHz
desc: <none>
n_only: disable
profile: VSW_WAREHOUSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Number of RF Profiles............................ 9

Out Of Box State................................. Disabled

Out Of Box Persistence........................... Disabled

RF Profile Name Band Description 11n-client-only Applied
--------------------------------- ------- ----------------------------------- ------------------ ----------
High-Client-Density-802.11a 5 GHz <none> disable No
High-Client-Density-802.11bg 2.4 GHz <none> disable No
Low-Client-Density-802.11a 5 GHz <none> disable No
Low-Client-Density-802.11bg 2.4 GHz <none> disable No
Typical-Client-Density-802.11a 5 GHz <none> disable No
Typical-Client-Density-802.11bg 2.4 GHz <none> disable No
VSW_OFFICE 5 GHz <none> disable Yes
VSW_OUTDOOR 5 GHz <none> disable Yes
VSW_WAREHOUSE 5 GHz <none> disable Yes

0 comments on commit 498c7d9

Please sign in to comment.