Session Setup Rate

Use the following commands to configure alerts related to the Session Setup Rate procedure.

alerts rules group SMFSession 
   interval-seconds 300 
   rule SMFSessionSetupRate 
   expression “sum(rate(smf_service_stats{procedure_type=~\”pdu_sess_create|pdn_sess_create\” , status=\“attempted\”}[5m]))>  THRESHOLD ” 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value “This alert is fired when the session setup rate exceeds the threshold” 
   exit 
exit