STORDIS / orca_nw_lib

gNMI python package for SONiC switch discovery and management.
Other
2 stars 3 forks source link

Interface link training and adv_speed configuration. #62

Closed kamalkrbh closed 4 weeks ago

kamalkrbh commented 1 month ago

SONiC Player cell in interface.ipynb - "SET Ethernet Properties - Speed,FEC,Auto-Negotiate,Standalone Link Training"

{
    "openconfig-if-ethernet:config": {
        "advertised-speed": "",
        "auto-negotiate": False,
        "port-fec": "FEC_DISABLED",
        "port-speed": "SPEED_10GB",
        "standalone-link-training": False,
    }
}

openconfig-interfaces:interfaces/interface={interface_name}/openconfig-if-ethernet:ethernet/config