Divya
Divya
The documentation says: > You can provide a complete NLA structure or let filters do it for you. E.g., these pairs show equal statements: > ip.link("set", index=x, mtu=1000) > ip.link("set",...
Hi, This [link](https://github.com/Azure/sonic-swss/blob/master/doc/Configuration.md#port-qos-map) provides configuration on how to attach qos map to a port. Assume I already attached a dscp_to_tc_map to a port. e.g: ``` { "PORT_QOS_MAP": { "Ethernet50": {...
Could anyone explain how bcmcmd communicates with ASIC. From command line, it looks bcmcmd connects to sswsyncd socket; and dsserve (parent of syncd) is listening on this socket. ``` #...
Hi, I am occasionally seeing below error message. This happens either when I'm restarting all containers (swss, syncd, teamd) or when multiple vlans (around 500 to 1000 vlans) are being...
Hi, I wanted to understand what is the expected behaviour from ASIC's SAI implementation related to FDB notification handling for static entries. In` redisPutFdbEntryToAsicView()` of [NotificationProcessor.cpp](https://github.com/Azure/sonic-sairedis/blob/master/syncd/NotificationProcessor.cpp), entry type is assumed...
It would be very useful for debugging to find the number of LACP PDUs received and transmitted. Is there any way to fetch this information?
In my linux machine, I have release-1 installed which contains a rpm `foo-1.0`. `foo-1.0` has obsoletes dependency with `bar`. ``` # rpm -q --obsoletes base/foo-1.0-0.x86_64.rpm bar ``` Now I'm trying...
The API `eventlet.wsgi.server(sock, site, log=None, ..)` writes logs with level as INFO. > log – logging.Logger instance or file-like object that logs should be written to. > If a Logger...
Hello, When static FDB entries are added by user (using Adapter Host, eg: SONiC), is the SAI adapter expected to invoke the fdb event notification function? Or is event notification...
# Required information ``` # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 21.04 Release: 21.04 Codename: hirsute # lxc-start --version 4.0.2 # lxc-checkconfig Kernel configuration...