-
Notifications
You must be signed in to change notification settings - Fork 662
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
"show int status" command fails on multi-asic/chassis devices. #2312
Comments
@stephenxs, could you take a look at this issue, we need to handle specially for certain interfaces ? |
checking. |
Vote for 2. We can catch the exception and treat it as non-RJ45 port if there is an exception |
Fixed by #2313 |
@stephenxs there is a minor issue to fix in PR #2313, following error File "/usr/local/bin/intfutil", line 204, in port_oper_speed_get Could you add a quick fix, I think we can remove the "if physical_port:" check |
Maybe initialize |
|
Description
The sanity was failing for chassis & multi-asic devices with the following error in pre-sanity
The "show int status" command also fails
This was added via #2249, we need to handle special interfaces like Inband/Recirc/Backplane etc in the API is_rj45_port().
Options to fix
Steps to reproduce the issue
Describe the results you received
Error in the is_rj45_port API.
Describe the results you expected
show interface status o/p
Additional information you deem important (e.g. issue happens only occasionally)
Output of
show version
Latest 202205
The text was updated successfully, but these errors were encountered: