-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Design doc for portable console switch for multiple vendors #1012
Design doc for portable console switch for multiple vendors #1012
Conversation
@lizhijianrd several things need be updated:
|
""" | ||
Retrieves the infomation of all console lines on portable console devices. | ||
|
||
:return: A dict, the key is console line number (integer, same as portable console device designed), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you daisy-chain 2 same console devices, and this model have 8ports. How the port name of 2nd console devices aligned with physical port name?
Thanks @zhangyanzhao! Currently we are still in the design phase, so I'll update these points when I begin to implementation. |
In this design document, we provide the standard for adapting console devices to SONiC. If a vendor's console device implementation conforms to this standard, it will work on any switch with SONiC installed.