How to enable the BGP alarms on the branch devices?


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:

  1. In the Versa Director, select an Appliance > Configuration > Virtual Router and select a virtual router.


  2. Select BGP and click the Instance ID. This opens the Edit BGP Instance window.


  3. Select the check box against the Enable Alarms and click OK.

On Versa FlexVNF

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;

                 }

             }

         }

     }

}