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

Fix cisco_nxos_show_interface_brief.textfsm #1356

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Fix cisco_nxos_show_interface_brief.textfsm #1356

merged 1 commit into from
Apr 17, 2023

Conversation

vladimirs-git
Copy link
Contributor

I would like to update cisco_nxos_show_interface_brief.textfsm to fix the following things

  • support interface "Tunnel"
  • support sub-interface "Eth1/52.111"
  • support mode "f-path" and any others
  • support interfaces without ip address, like "--"

support interface "Tunnel"

.. code:: text

-----------------------------------------------------------------------------------------------------------
Interface                Status     IP Address                                   Encap type       MTU
-----------------------------------------------------------------------------------------------------------
Tunnel101                up         10.0.0.1/31                                  GRE/IP             1476

support sub-interface "Eth1/52.111"

.. code:: text

--------------------------------------------------------------------------------
Ethernet      VLAN   Type Mode   Status  Reason                   Speed     Port
Interface                                                                   Ch #
--------------------------------------------------------------------------------
Eth1/52.111   111     eth  routed down    none                        10G(D) --

support mode f-path and any others

.. code:: text

--------------------------------------------------------------------------------
Ethernet      VLAN   Type Mode   Status  Reason                   Speed     Port
Interface                                                                   Ch #
--------------------------------------------------------------------------------
Eth1/51       1       eth  f-path up      none                        10G(D) --

support interfaces without ip address

.. code:: text

--------------------------------------------------------------------------------
Port   VRF          Status IP Address                              Speed    MTU
--------------------------------------------------------------------------------
mgmt0  --           down   --                                      --       1500

-----------------------------------------------------------------------------------------------------------
Interface                Status     IP Address                                   Encap type       MTU
-----------------------------------------------------------------------------------------------------------
Tunnel102                down       --                                           IPIP/IP            1480

- support interface "Tunnel"
- support sub-interface "Eth1/52.111"
- support mode "f-path" and any others
- support interfaces without ip address, like "--"
@itdependsnetworks itdependsnetworks merged commit ef2e7d6 into networktocode:master Apr 17, 2023
cppmonkey pushed a commit to cppmonkey/ntc-templates that referenced this pull request Oct 25, 2023
- support interface "Tunnel"
- support sub-interface "Eth1/52.111"
- support mode "f-path" and any others
- support interfaces without ip address, like "--"
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