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
Starting from SONiC.master.43510-dirty-20211014.091725 COPP configuration doesn't updates, after changing /etc/sonic/copp_cfg.json and performing config_reload, COPP isn't updated in APP_DB and ASIC_DB. On previous image SONiC.master.43029-dirty-20211012.080803 everything is working as expected.
Steps to reproduce the issue:
sudo cp /etc/sonic/copp_cfg.json /tmp/base_copp_config.json (save original copp config)
Description
Starting from
SONiC.master.43510-dirty-20211014.091725
COPP configuration doesn't updates, after changing/etc/sonic/copp_cfg.json
and performing config_reload, COPP isn't updated in APP_DB and ASIC_DB. On previous imageSONiC.master.43029-dirty-20211012.080803
everything is working as expected.Steps to reproduce the issue:
sudo cp /etc/sonic/copp_cfg.json /tmp/base_copp_config.json
(save original copp config)sudo vi /tmp/copp_config.json
copp_config.json
sudo cp /tmp/copp_config.json /etc/sonic/copp_cfg.json
sudo config reload -y -f
dump state copp ip2me --key-map --db ASIC_DB
redis-cli -n 1 hgetall 'ASIC_STATE:SAI_OBJECT_TYPE_POLICER:oid:{oid}'
redis-cli -n 0 hgetall 'COPP_TABLE:queue1_group1'
Describe the results you received:
COPP config isn't updated in ASIC_DB and APP_DB
Results on SONiC.master.43510-dirty-20211014.091725
Describe the results you expected:
COPP config updated according to content of copp_config.json
For comparison results on SONiC.master.43029-dirty-20211012.080803
Output 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: