SAI icon indicating copy to clipboard operation
SAI copied to clipboard

[Question] System Port Admin State

Open tbgowda opened this issue 3 years ago • 0 comments

Hello,

I am trying to understand the admin state system port attribute. Any insights will help.

     * @brief Admin Mode
     *
     * @type bool
     * @flags CREATE_AND_SET
     * @default false
     */
    SAI_SYSTEM_PORT_ATTR_ADMIN_STATE,

a. What exactly is this attribute referring to? b. What should be the behavior of the implementations when this attribute is set? c. Since its default value is false, what should the implementations return for system ports created during switch initialization? Since there is no way to send a true for those system ports during switch init.

Thanks!

tbgowda avatar Sep 26 '22 16:09 tbgowda