-
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.
New Template: WLC - show advanced 802.11 channel (#526)
- Loading branch information
1 parent
b94a1a9
commit 7c89e49
Showing
4 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
templates/cisco_wlc_ssh_show_advanced_802.11a_channel.template
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,52 @@ | ||
Value ASSIGN_MODE (\w+) | ||
Value UPDATE_TIME (\d+ \w+) | ||
Value ANCHOR_TIME (\d+) | ||
Value NOISE (\w+) | ||
Value INTERFER (\w+) | ||
Value LOAD (\w+) | ||
Value DEVICE_AWARE (\w+) | ||
Value CLEANAIR_DRIVEN (\w+) | ||
Value LEADER (\w+) | ||
Value DCA_SENSITIVITY (\w+ \(\d+ dB\)) | ||
Value DCA_WIDTH (\d+ \w+) | ||
Value DCA_MIN (-\d+ dBm) | ||
Value List DCA_CHANNELS ((\d+,?)*?) | ||
Value List UNUSED_DCA_CHANNELS ((\d+,?)*?) | ||
|
||
Start | ||
^\s*Leader\sAutomatic\sChannel\sAssignments*$$ | ||
^\s+Channel\sAssignment\sMode\.*\s${ASSIGN_MODE}s*$$ | ||
^\s+Channel\sUpdate\sInterval\.*\s${UPDATE_TIME}s*$$ | ||
^\s+Anchor\stime\s\(Hour\sof\sthe day\)\.*\s+${ANCHOR_TIME}\s+s*$$ | ||
^\s+Update\sContributions*$$ | ||
^\s+Noise\.*\s${NOISE}s*$$ | ||
^\s+Interference\.*\s${INTERFER}s*$$ | ||
^\s+Load\.*\s${LOAD}s*$$ | ||
^\s+Device\sAware\.*\s${DEVICE_AWARE}s*$$ | ||
^\s+CleanAir\sEvent-driven\sRRM option\.*\s${CLEANAIR_DRIVEN}s*$$ | ||
^\s+Channel\sAssignment\sLeader\.*\s+${LEADER}\s+\(([\d1-9]+\.?){4}\)\s+\(\:\:\)s*$$ | ||
^\s+Last\s+Run\.*\s+\d+\s+seconds\s+agos*$$ | ||
^\s+Last\s+Run\s+Time\.*\s+\d+\s+secondss*$$ | ||
^\s+DCA\sSensitivity\sLevel\:?\s?\.*\s${DCA_SENSITIVITY}s*$$ | ||
^\s+DCA\s\S+\sChannel\sWidth\.*\s${DCA_WIDTH}s*$$ | ||
^\s+DCA\sMinimum\sEnergy\sLimit\.*\s${DCA_MIN}s*$$ | ||
^\s+Channel\sEnergy\sLevels | ||
^\s+Minimum | ||
^\s+Average | ||
^\s+Maximum | ||
^\s+Channel\sDwell\sTimes | ||
^\s+802\.11a\s5\sGHz\sAuto\-RF Channel Lists*$$ -> Channels | ||
^.*Allowed\sChannel\sList | ||
^\s+Unused\sChannel\sList | ||
^\s+\d+,? | ||
^\s+DCA\sOutdoor\sAP\soption | ||
^\s*$$ | ||
^. -> Error | ||
|
||
Channels | ||
^.*Allowed\sChannel\sList\.*\s${DCA_CHANNELS}s*$$ | ||
^\s+${DCA_CHANNELS}s*$$ | ||
^\s+Unused Channel List.*\s${UNUSED_DCA_CHANNELS}s*$$ | ||
^\s+802.11a\s4.9\sGHz\sAuto-RF Channel Lists*$$ -> Start | ||
|
||
|
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
21 changes: 21 additions & 0 deletions
21
..._wlc_ssh/show_advanced_802.11a_channel/cisco_wlc_ssh_show_advanced_802.11a_channel.parsed
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,21 @@ | ||
--- | ||
parsed_sample: | ||
- anchor_time: '0' | ||
assign_mode: 'OFF' | ||
cleanair_driven: Disabled | ||
dca_channels: | ||
- 36,40,44,48,52,56,60,64,100, | ||
- 104,108,112,116,120,124,128, | ||
- 132,136,140,144,149,153,157, | ||
- '161' | ||
dca_min: -95 dBm | ||
dca_sensitivity: MEDIUM (15 dB) | ||
dca_width: 20 MHz | ||
device_aware: Disable | ||
interfer: Enable | ||
leader: Cisco_lab | ||
load: Disable | ||
noise: Enable | ||
unused_dca_channels: | ||
- '165' | ||
update_time: 600 seconds |
37 changes: 37 additions & 0 deletions
37
...sco_wlc_ssh/show_advanced_802.11a_channel/cisco_wlc_ssh_show_advanced_802.11a_channel.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,37 @@ | ||
|
||
Leader Automatic Channel Assignment | ||
Channel Assignment Mode........................ OFF | ||
Channel Update Interval........................ 600 seconds | ||
Anchor time (Hour of the day).................. 0 | ||
Update Contribution | ||
Noise........................................ Enable | ||
Interference................................. Enable | ||
Load......................................... Disable | ||
Device Aware................................. Disable | ||
CleanAir Event-driven RRM option............... Disabled | ||
Channel Assignment Leader...................... Cisco_lab (192.168.1.11) (::) | ||
Last Run....................................... 448 seconds ago | ||
Last Run Time.................................. 0 seconds | ||
DCA Sensitivity Level.......................... MEDIUM (15 dB) | ||
DCA 802.11n/ac Channel Width................... 20 MHz | ||
DCA Minimum Energy Limit....................... -95 dBm | ||
Channel Energy Levels | ||
Minimum...................................... unknown | ||
Average...................................... unknown | ||
Maximum...................................... unknown | ||
Channel Dwell Times | ||
Minimum...................................... unknown | ||
Average...................................... unknown | ||
Maximum...................................... unknown | ||
802.11a 5 GHz Auto-RF Channel List | ||
Allowed Channel List......................... 36,40,44,48,52,56,60,64,100, | ||
104,108,112,116,120,124,128, | ||
132,136,140,144,149,153,157, | ||
161 | ||
Unused Channel List.......................... 165 | ||
802.11a 4.9 GHz Auto-RF Channel List | ||
Allowed Channel List......................... | ||
Unused Channel List.......................... 1,2,3,4,5,6,7,8,9,10,11,12, | ||
13,14,15,16,17,18,19,20,21, | ||
22,23,24,25,26 | ||
DCA Outdoor AP option.......................... Disabled |