This article explains an issue where BGP peering goes down after adding authentication key on both sides for the secure connection.
Example:
routing-instances { FW-VR-1 { instance-type virtual-router; >>>>>>>>> protocols { bgp { group BGP_GROUP { type external; hold-time 90; import DENY_ALL_IMPORT_EXPORT; export DENY_ALL_IMPORT_EXPORT; peer-as 65100; local-as 64800; multipath; bfd-liveness-detection { version automatic; minimum-interval 900; multiplier 3; } neighbor 10.16.16.17; neighbor 10.16.16.14; }
2026-05-29 : Article Created
2026-06-02: Added Related information and PR link
Define the type of routing instance: https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/instance-type-edit-routing-instances-vp.html