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

Cisco xr show interfaces duplex and mac for bundle ethernet #389

Conversation

Warsenius
Copy link
Contributor

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT

cisco_xr_show_interfaces.template \ 'show interfaces'

SUMMARY

changed template so speed and mac address are captured for bundle-ethernet interfaces.

Bundle-Ethernet interfaces output:

Hardware is Aggregated Ethernet interface(s), address is aaaa.bbbb.cccc
Full-duplex, 10000Mb/s

Ethernet interface output:

Hardware is TenGigE, address is 5087.8964.53b4 (bia 5087.8964.53b4)
Full-duplex, 10000Mb/s, link type is force-up

changed the template so:
'link' is not required after $SPEED
'interface(s)' is optional after the $HARDWARE_TYPE and $BIA is optional

added interface to test

@Warsenius Warsenius force-pushed the cisco_xr_show_interfaces_Duplex_and_Mac_for_Bundle-Ethernet branch 2 times, most recently from 60b2b47 to c8ad968 Compare March 11, 2019 14:36
@Warsenius Warsenius force-pushed the cisco_xr_show_interfaces_Duplex_and_Mac_for_Bundle-Ethernet branch from c8ad968 to c14e942 Compare March 11, 2019 14:44
@jmcgill298 jmcgill298 merged commit 647f643 into networktocode:master Sep 24, 2019
charlesmonson pushed a commit to charlesmonson/ntc-templates that referenced this pull request Oct 11, 2019
…etworktocode#389)

* updated template to catch speed and mac for bundle-interfaces.
* removed 'interface(s)' from HARDWARE_TYPE capture.
thomasblass pushed a commit to thomasblass/ntc-templates that referenced this pull request Oct 25, 2020
…etworktocode#389)

* updated template to catch speed and mac for bundle-interfaces.
* removed 'interface(s)' from HARDWARE_TYPE capture.
jvanderaa pushed a commit that referenced this pull request Nov 10, 2021
…389)

* updated template to catch speed and mac for bundle-interfaces.
* removed 'interface(s)' from HARDWARE_TYPE capture.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants