-
Notifications
You must be signed in to change notification settings - Fork 726
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
Updated support for Cisco NXOS devices #1175
Conversation
There appears to be a problem with the Python 3.7 test environment, Travis is showing |
Restarted the build that failed still. Will continue to check on that, but also missing the |
Looks like the environment is failing to be installed:
|
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.
@ReK42 can you re-base this PR on master.
CI is now fixed.
131859a
to
3e8cb51
Compare
It looks like someone else added one of the commands in the meantime. I've removed that but kept the |
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.
Please add ^. -> Error
at the end of each template so there is an error raised instead of an empty result and we are good to merge ;-)
Thank you!
ntc_templates/templates/cisco_nxos_show_ip_pim_group-range_vrf_all.textfsm
Outdated
Show resolved
Hide resolved
ntc_templates/templates/cisco_nxos_show_ip_pim_interface_brief_vrf_all.textfsm
Outdated
Show resolved
Hide resolved
ntc_templates/templates/cisco_nxos_show_ip_pim_neighbor_vrf_all.textfsm
Outdated
Show resolved
Hide resolved
ntc_templates/templates/cisco_nxos_show_ip_pim_rp_vrf_all.textfsm
Outdated
Show resolved
Hide resolved
ntc_templates/templates/cisco_nxos_show_ip_pim_group-range_vrf_all.textfsm
Outdated
Show resolved
Hide resolved
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 looks like I was able to make the necessary changes myself.
Many thanks for your contribution and apologies that it took so long to merge it.
* Add support for four nxos commands under show ip pim --------- Co-authored-by: Patryk Szulczewski <[email protected]>
ISSUE TYPE
COMPONENT
show_ip_ospf_interface_brief
show_ip_pim_rp_vrf
show_ip_pim_neighbor_vrf
show_ip_pim_interface_brief_vrf
show_ip_pim_group-range_vrf
SUMMARY
Added 5 new commands.
See tests for command output.