-
Notifications
You must be signed in to change notification settings - Fork 739
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
add cisco_wlc_ssh_show_exclusionlist #425
Conversation
I'm seeing that the exclusionlist has a bunch of manually generated exclusions (makes sense). Would it also catch the dynamically excluded clients? Asking as someone that is particularly interested in doing a few more WLC SSH templates in the future. |
I'm not sure. I don't have any in my production system so I wasn't able to test for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a header catch so we can make sure the data we're trying to catch is correct?
This would like the following:
Start
^MAC\s+Address\s+Description -> ManuallyDisabled
ManuallyDisabled
^${mac}\s+${comment} -> Record
^No\s*dynamically
^\s*$$
^. -> Error
Also, can you make the values uppercase, e.g. MAC & COMMENT
Done. |
Sorry that wasn't the complete change was just a suggestion:
|
Sorry. Regex isn't my strong suit. |
ISSUE TYPE
COMPONENT
Cisco WLC SSH, 'show exclusionlist'.
SUMMARY
Template will read MAC addresses and comments from the Cisco WLC exclusionlist.