Skip to content

Comments

Add cisco_nxos show interface breakout#2272

Merged
jvanderaa merged 4 commits intonetworktocode:masterfrom
mjbear:nxos_sh_int_breakout_issue2182
Feb 12, 2026
Merged

Add cisco_nxos show interface breakout#2272
jvanderaa merged 4 commits intonetworktocode:masterfrom
mjbear:nxos_sh_int_breakout_issue2182

Conversation

@mjbear
Copy link
Collaborator

@mjbear mjbear commented Jan 31, 2026

resolves #2182

  • Add cisco_nxos show interface breakout
  • Updated index regex for show interface brief to match more than "br"
    • show interface breakout
    • show interface brief

A thank you goes out to @i-m-d for the data on issue #2182.

Any test data I can find only has titlecase words for the header.
Also replace literal spaces with regex.
Match more dashes to avoid an accidental match (on a single dash).
With two commands that start with "show interface br", it
seems fitting to update the index pattern. This now matches
"show interface brief" out to "bri" instead of the former "br".
Based on template name length, the "breakout" entry does come
first.

Now we have:

* show interface breakout
* show interface brief
@mjbear mjbear marked this pull request as ready for review January 31, 2026 23:24
@jvanderaa
Copy link
Contributor

I've got this as a breaking change. We will need to add a migration plan on this, and it is thanks to the Cisco change...

@jvanderaa
Copy link
Contributor

This is looking good. I wonder if we can include migration notes in some fashion when we have a breaking change. I'm good to get this in this week yet and cut a new major.

@mjbear
Copy link
Collaborator Author

mjbear commented Feb 11, 2026

I've got this as a breaking change. We will need to add a migration plan on this, and it is thanks to the Cisco change...

Gotcha, yep that index change.

@jvanderaa jvanderaa merged commit 31a6e0e into networktocode:master Feb 12, 2026
10 checks passed
@mjbear mjbear deleted the nxos_sh_int_breakout_issue2182 branch February 13, 2026 00:07
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.

I share the new template for Cisco NXOS command 'show interface breakout'

2 participants