-
Notifications
You must be signed in to change notification settings - Fork 667
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
In alias mode, "show interfaces counters detailed <alias_name>" cannot be displayed. #2464
Comments
puffc
added a commit
to puffc/sonic-utilities
that referenced
this issue
Nov 2, 2022
Fixes sonic-net#2464 --- How I did it Convert the alias name into interface name for "show interfaces counters -u xxx", "show interfaces counters detailed xxx" and "show interfaces counters rif xxx" subcommands. --- How to verify it 1. Set interface naming mode to alias. 2. Logout/Login. 3. Verify "show interfaces counters -i Eth1". 4. Verify "show interfaces counters rif Eth1". 5. Verify "show interfaces counters detailed Eth1". 6. Set interface naming mode to default. 7. Repeat step 3~5. Signed-off-by: Julian Chang - TW <julianc@supermicro.com.tw>
puffc
added a commit
to puffc/sonic-utilities
that referenced
this issue
Nov 2, 2022
…rs ...' command --- What I did Fixes sonic-net#2464 --- How I did it Convert the alias name into interface name for "show interfaces counters -u xxx", "show interfaces counters detailed xxx" and "show interfaces counters rif xxx" subcommands. --- How to verify it 1. Set interface naming mode to alias. 2. Logout/Login. 3. Verify "show interfaces counters -i Eth1". 4. Verify "show interfaces counters rif Eth1". 5. Verify "show interfaces counters detailed Eth1". 6. Set interface naming mode to default. 7. Repeat step 3~5. Signed-off-by: Julian Chang - TW <julianc@supermicro.com.tw>
puffc
added a commit
to puffc/sonic-utilities
that referenced
this issue
Nov 2, 2022
…rs ...' command --- What I did This change fixed "show interfaces counters xxx" output nothing when naming mode is alias. Fixes sonic-net#2464 --- How I did it Convert the alias name into interface name for "show interfaces counters -u xxx", "show interfaces counters detailed xxx" and "show interfaces counters rif xxx" subcommands. --- How to verify it 1. Set interface naming mode to alias. 2. Logout/Login. 3. Verify "show interfaces counters -i Eth1". 4. Verify "show interfaces counters rif Eth1". 5. Verify "show interfaces counters detailed Eth1". 6. Set interface naming mode to default. 7. Repeat step 3~5. Signed-off-by: Julian Chang - TW <julianc@supermicro.com.tw>
qiluo-msft
pushed a commit
that referenced
this issue
May 5, 2023
…rs ...' command (#2468) Fixes #2464 #### What I did This change fixed "show interfaces counters xxx" output nothing when naming mode is alias. #### How I did it Convert the alias name into interface name for "show interfaces counters -u xxx", "show interfaces counters detailed xxx" and "show interfaces counters rif xxx" subcommands. #### How to verify it 1. Set interface naming mode to alias. 2. Logout/Login. 3. Verify "show interfaces counters -i Eth1". 4. Verify "show interfaces counters rif Eth1". 5. Verify "show interfaces counters detailed Eth1". 6. Set interface naming mode to default. 7. Logout/Login 8. Repeat step 3~5.
pdhruv-marvell
pushed a commit
to pdhruv-marvell/sonic-utilities
that referenced
this issue
Aug 23, 2023
…rs ...' command (sonic-net#2468) Fixes sonic-net#2464 #### What I did This change fixed "show interfaces counters xxx" output nothing when naming mode is alias. #### How I did it Convert the alias name into interface name for "show interfaces counters -u xxx", "show interfaces counters detailed xxx" and "show interfaces counters rif xxx" subcommands. #### How to verify it 1. Set interface naming mode to alias. 2. Logout/Login. 3. Verify "show interfaces counters -i Eth1". 4. Verify "show interfaces counters rif Eth1". 5. Verify "show interfaces counters detailed Eth1". 6. Set interface naming mode to default. 7. Logout/Login 8. Repeat step 3~5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Using "show interfaces counters detailed" command with alias interface name not showing any information.
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
Additional information you deem important (e.g. issue happens only occasionally)
The text was updated successfully, but these errors were encountered: