We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Abbreviation for TwoGigabitEthernet should be Tw e.g. Tw1/0/1
See Example output of a Cisco C9300-48UXM running 17.6.4
switch#show int status Port Name Status Vlan Duplex Speed Type Tw1/0/1 test notconnect 1 auto auto 100/1000/2.5GBaseTX
Currently the abbreviation is Two
>>> from netutils.interface import abbreviated_interface_name >>> abbreviated_interface_name("TwoGigabitEthernet1/0/1") 'Two1/0/1' >>>
The text was updated successfully, but these errors were encountered:
If issue is accepted you can assign it to me and I will open a PR.
Sorry, something went wrong.
Please do : )
Interface abbreviation for TwoGigabitEthernet
6ad64ab
Fixes networktocode#221
Interface abbreviation for TwoGigabitEthernet (#223)
41c0742
* Interface abbreviation for TwoGigabitEthernet Fixes #221 * Added tests for TwoGigabitEthernet * Fixed linting
Successfully merging a pull request may close this issue.
Environment
Expected Behavior
Abbreviation for TwoGigabitEthernet should be Tw e.g. Tw1/0/1
See Example output of a Cisco C9300-48UXM running 17.6.4
Observed Behavior
Currently the abbreviation is Two
Steps to Reproduce
The text was updated successfully, but these errors were encountered: