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
admin@vlab-01:~$ show logging -f | grep ERR
Mar 25 09:23:23.886809 vlab-01 ERR bgp#bgpcfgd: Peer '(default|11.0.0.1)': Can't update the peer. Only 'admin_status' attribute is supported
Describe the results you received
Syslog have error when do removal
Describe the results you expected
Two ways of fix in my mind:
Make sure syslog doesn't report ERR
Ignore this kind of error. The bgp monitor config removal is successful as it is not a real issue.
Additional information you deem important (e.g. issue happens only occasionally)
Output of show version
(paste your output here)
The text was updated successfully, but these errors were encountered:
This seems like an issue in bgpcfgd. The operation is removing admin_status using SET operation, but the bgpcfgd is complaining it is only possible to remove admin_status which is what we are doing. This is a contradiction.
wen587
changed the title
[GCU] bgpl test report syslog err when do removal
[GCU] bgpl and bgp_prefix test report syslog err when do removal
Apr 2, 2022
For bgp_prefix test, Log analyzer will also report err:
ERR bgp#bgpcfgd: BGPAllowListMgr::Received BGP ALLOWED 'SET' message with no prefixes specified: {'NULL': 'NULL'}
This is also fixed by above optimization group PR.
Description
Please read below info after finish Steps to reproduce the issue
I guess this issue come from below logic:
The whole config removal is split to two action:
When admin_status was removed, the config looks like we are do a 'SET' option to modify the bgp monitor from
to the one without admin_status.
But we are not actually do the 'SET' option, just a list of removal.
Steps to reproduce the issue
2.1 remove bgpmonitor config
2.2 syslog when removal
Describe the results you received
Syslog have error when do removal
Describe the results you expected
Two ways of fix in my mind:
Additional information you deem important (e.g. issue happens only occasionally)
Output of
show version
The text was updated successfully, but these errors were encountered: