-
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
Add support for cisco show ip mroute #216
Conversation
Value Filldown RENDEZVOUS_POINT (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) | ||
Value Filldown FLAGS (\w*) | ||
Value Filldown INCOMING_INTERFACE (\S+) | ||
Value Filldown INCOMING_INTERFACE_RENDEZVOUS_POINT_NEIGHBOUR_IP (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) |
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.
Why include INCOMING_INTERFACE_
?
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.
Shouldn't this be reverse path forwarding neighbor?
Value Filldown FLAGS (\w*) | ||
Value Filldown INCOMING_INTERFACE (\S+) | ||
Value Filldown INCOMING_INTERFACE_RENDEZVOUS_POINT_NEIGHBOUR_IP (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) | ||
Value Filldown INCOMING_INTERFACE_REGISTERING (Registering) |
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.
Why include INCOMING_INTERFACE_
?
Value Filldown INCOMING_INTERFACE_RENDEZVOUS_POINT_NEIGHBOUR_IP (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) | ||
Value Filldown INCOMING_INTERFACE_REGISTERING (Registering) | ||
Value OUTGOING_INTERFACE (\S+) | ||
Value OUTGOING_INTERFACE_FORWARD_MODE (Forward\/Sparse|Forward\/Dense) |
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.
Why include OUTGOING_INTERFACE_
?
Update mroute to capture all known lines and raise an error if a line is not matched by the parser
* Add support for cisco show ip mroute * Rename field * Use list for fields that can repeat several times * Update .gitignore * Update empty mroute to be empty list * Update template to raise an error for unmatched lines
* Add support for cisco show ip mroute * Rename field * Use list for fields that can repeat several times * Update .gitignore * Update empty mroute to be empty list * Update template to raise an error for unmatched lines
ISSUE TYPE
COMPONENT
Template name: cisco_ios_show_ip_mroute
Os: Cisco IOS
Command: show ip mroute
SUMMARY
Adding "show ip mroute" template for Cisco IOS IP multicast routing table