Configuration Example
The following example configuration allows three crashes of smf-service or sgw-service pods, within a duration of 10 minutes interval, and with the fault occurrence action as subscriber cleanup.
config
system-diagnostics { service | sgw-service }
fault
num 3 interval 10
action cleanup
end
The following example configuration allows graceful fault handling for the gtpc-ep pod or the protocol pod to close the keepalive port on receiving a fault signal.
config
system-diagnostics { gtp | pfcp }
fault
action graceful-Reload
end