Question: How to enable the BGP alarms on the branch devices?
Answer: Follow these steps to enable the BGP alarms on the branch device using GUI:



Follow these steps to enable the BGP alarms on the branch device using CLI:
admin@Controller1-cli(config)% set routing-instances Tenant-Control-VR protocols bgp 1 enable-alarms
admin@Controller1-cli(config)% show | compare
routing-instances {
Tenant-Control-VR {
protocols {
bgp {
1 {
+ enable-alarms;
}
}
}
}
}