5G to 4G HO Success

Use the following commands to configure alerts related to the 5G to 4G HO Success procedure.

alerts rules group Handover 
   interval-seconds 300 
   rule 5gTo4gHOSuccess 
   expression “sum(smf_service_stats{procedure_type=~\“pdn_5g_4g_handover |pdn_5g_4g_handover_dft|eps_fb_5g_4g_handover_dft|eps_fb_5g_4g_handover_idft |pdn_5g_4g_handover_idft\” , status=\“success\”}) / sum(smf_service_stats{procedure_type=~\“pdn_5g_4g_handover  |pdn_5g_4g_handover_dft|eps_fb_5g_4g_handover_dft| eps_fb_5g_4g_handover_idft|pdn_5g_4g_handover_idft\” , status=\“attempted\”}) < 0.95 “ 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value "This alert is fired when the percentage successful 5G to 4G HO is below threshold.” 
   exit 
exit