You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Voq Chassis the Recirc [port with role 'Rec'] stays admin-down after load minigraph.
Steps to reproduce the issue:
Load the T2 linecard minigraph on Voq chassis linecard
execute sudo config load_minigraph
check the admin and oper status of the recirc port
Describe the results you received:
admin@str2-sonic-lc3-1:~$ show interface status | grep Rec0
Ethernet-Rec0 221 400G 9100 N/A Recirc0/0 routed down down N/A off
admin@str2-sonic-lc3-1:~$
Describe the results you expected:
The expectation is this Recirc port should be up after load minigraph
Output of show version:
SONiC Software Version: SONiC.master.90181-0191300b9
Distribution: Debian 11.3
Kernel: 5.10.0-8-2-amd64
Build commit: 0191300b9
Build date: Thu Apr 14 18:53:06 UTC 2022
Built by: AzDevOps@sonic-build-workers-001E8J
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan [email protected]
Why I did it
resolves#10761.
For VOQ chassis, the Recirc port, which was added for the Everflow, stays admin down after load minigraph.
This PR add the fix to make the recirc port as admin up
How I did it
The PR adds a change in minigraph.py, if port has role as Rec make the the port as admin-status up.
How to verify it
UT
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <[email protected]>
liushilongbuaa
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this issue
Jun 20, 2022
Description
In the Voq Chassis the
Recirc
[port with role 'Rec'] stays admin-down after load minigraph.Steps to reproduce the issue:
sudo config load_minigraph
Describe the results you received:
Describe the results you expected:
The expectation is this
Recirc
port should be up after load minigraphOutput of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: