-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[frr-mgmt-framework] "auth_password" in the BGP_NEIGHBOR table cannot be restored correctly #19946
Comments
@puffc what FRR version was used for this testing 8.5.4? |
Yes, 8.5.4. |
@venkatmahalingam BTW, according to my knowledge, the "encrytped" option can only be used on Broadcom Enterprise SONiC. |
@puffc Remove encrypted keyword from the below lines as FRR expects the MD5 password by default, we no longer need it. |
Thanks! Should I raise a PR to include your recommendation? |
yes, please, hope this works fine. |
Description
According to the current frrcfgd design, the "auth_password" in the BGP_NEIGHBOR table is converted into the following FRR command:
config_db:
bgpd.conf:
However, the generated neighbor password command cannot be restored because the "encrytped" option is not supported by the current version of FRR.
Related PR #5142
Steps to reproduce the issue:
Describe the results you received:
Cannot find the neighbor password in the frr running-config.
Describe the results you expected:
The neighbor password configured in the config_db should be restored.
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: