ntc-templates
ntc-templates copied to clipboard
Add Edgecore platform with 7 templates
Templates for Edgecore commands:
show interfaces brief
show interfaces status
show interfaces switchport
show ip interface
show system
show version
show vlan
@itdependsnetworks @jmcgill298 @jvanderaa Should I make separate PR for each template when it's totally new device platform?
Generally we are going for one PR per template update/inclusion for discussion sake. At this point that is water under the bridge and keep this in place.
@jvanderaa Tests are failing because of tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface7.yml. I've made PR, which fixed it
Can this be merged?
I'm keen for this to be merged but I gave it a test and found an issue: I have edgecores with SFP ports, which report the type as '10GBASE SFP+' - the templates don't work with this due to the space. Changing TYPE to (.*?) seems to fix it.