Skip to content
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

Merged
merged 7 commits into from
Jul 26, 2018
Merged

Add support for cisco show ip mroute #216

merged 7 commits into from
Jul 26, 2018

Conversation

rhoriguchi
Copy link
Contributor

ISSUE TYPE
  • New Template Pull Request
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


@rhoriguchi rhoriguchi changed the title Add cisco_ios_show_ip_mroute Add support for cisco show ip mroute Jun 14, 2018
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})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why include INCOMING_INTERFACE_?

Copy link
Contributor

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)
Copy link
Contributor

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why include OUTGOING_INTERFACE_?

@jmcgill298
Copy link
Contributor

Update mroute to capture all known lines and raise an error if a line is not matched by the parser
@jmcgill298 jmcgill298 merged commit 5daec0b into networktocode:master Jul 26, 2018
jmcgill298 pushed a commit to jmcgill298/ntc-templates that referenced this pull request Oct 14, 2018
* 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
jvanderaa pushed a commit that referenced this pull request Nov 10, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants