config alert
Description: Configure alert type message setting.
config alert
set system-reboot {string}
set data-exhausted {string}
set session-disconnect {string}
set low-signal-strength {string}
set os-image-fallback {string}
set mode-switch {string}
set fgt-backup-mode-switch {string}
unset
show
end
show
end
| Parameter | Description | Type | Size | Default |
|---|---|---|---|---|
| system-reboot | System reboot alert. Only the first user can receive this alert message. | string | Up to 127 characters in length. | system will reboot |
| data-exhausted | Data plan exhausted alert message. | string | Up to 127 characters in length. | data plan is exhausted |
| session-disconnect | LTE data session disconnect alert message. | string | Up to 127 characters in length. | LTE data session is disconnected |
| low-signal-strength | Low LTE signal strength alert message. | string | Up to 127 characters in length. | LTE signal strength is too low |
| os-image-fallback | OS image fallback alert. Only the first user can receive this alert message. | string | Up to 127 characters in length. | system start to fallback OS image |
| mode-switch | System networking mode switch alert message. | string | Up to 127 characters in length. | system networking mode switched |
| fgt-backup-mode-switch | FortiGate backup work mode switching alert message. | string | Up to 127 characters in length. | FortiGate backup work mode switched |
Sample command:
FX201E5919000057 (sms-notification) # show
config system sms-notification
set notification disable
config receiver
edit rec1
set receiver enable
set phone-number +15082558657
set alert data-exhausted fgt-backup-mode-switch low-signal-strength mode-switch os-image-fallback session-disconnect
next
end
config alert
set system-reboot system will reboot
set data-exhausted data plan is exhausted
set session-disconnect LTE data session is disconnected
set low-signal-strength LTE signal strength is too low
set os-image-fallback system start to fallback OS image
set mode-switch system networking mode switched
set fgt-backup-mode-switch FortiGate backup work mode switched
end
end