-
Notifications
You must be signed in to change notification settings - Fork 735
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
cisco_wlc show mobility summary #628
Conversation
new template for "show mobiltiy summary" command on Cisco WLC |
^Mobility\s+Keepalive\s+Count | ||
^Mobility\s+Group\s+Members\s+Configured | ||
^Mobility\s+Control\s+Message\s+DSCP\s+Value | ||
^Controllers\s+configured\s+in\s+the\s+Mobility\s+Group -> Mobility_Controllers |
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.
I would make the state change to the actual headers we're looking to obtain data like you did under Mobility_Controllers
, but move it up here to transition states.
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.
Ok I think I corrected what you asked.
|
||
Mobility_Controllers | ||
^\s+MAC\s+Address\s+IP\s+Address\s+Group\s+Name\s+Multicast\s+IP\s+Status | ||
^\s${MAC_ADDR}\s+${IP_ADDR}\s+${GROUP_NAME}\s+${MULTICAST_IP}\s+${STATUS}s*$$ -> Record |
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.
I'd change the initial \s
to \s+
just in case spacing changes at the beginning of the capture line
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.
done
ISSUE TYPE
COMPONENT
cisco_wlc_ssh_show_mobility_sum.textfsm, .*, cisco_wlc_ssh, show mobility summary
SUMMARY
new template for "show mobiltiy summary" command on Cisco WLC