Description

Best practice for BGP authentication.

Symptoms

Need BGP authentication

Solution

Use the below command to set the authentication:

set protocols bgp group <xyz> authentication-key-chain <keychain>
set protocols bgp group <xyz> authentication-algorithm md5

Modification History

2024-08-07 : Article Created