Perform this task to configure the SMS parameters. After you enable SMS notifications, the system can send SMS notifications to the administrators through SMS agents such as Jixintong message platform or Huawei message machine.
With RBAC enabled, only system administrators and security administrators can configure SMS settings.
To send SMS notifications, perform the following tasks:
Enable SMS notifications and configure SMS parameters.
Configure SMS notification parameters in "Configure SMS notification parameters."
On the top navigation bar, click System.
From the left navigation pane, select Parameters.
Click the SMS tab.
Configure the parameters as described in "Parameters."
Click SMS Test.
Click Save.
SMS: Select whether to enable SMS notifications or not. If you enable SMS notification, configure the corresponding parameters as required.
SMS Gateway: Select an SMS platform type. Options include Jixintong Message Platform, Huawei Message Machine, Mobile Agent Server, Ruicheng Message Platform, Common SMS Platform, NetsUnion Platform, and REpresentational State Transfer.
Jixintong Message Platform—Third-party message sending platform that requires registration and deployment. For more information, see the official website of Jixintong.
Huawei Message Machine—Message sending device.
Mobile Agent Server—Third-party message agent server.
Ruicheng Message Platform—Third-party message sending platform that requires registration and deployment. For more information, see the official website of Ruicheng.
Common SMS Platform—Common SMS platform that sends messages through HTTP requests or commands.
NetsUnion Platform.
REpresentational State Transfer.
If Jixintong Message Platform is selected, configure the following parameters:
Login Name: Enter the login name used to access the Jixintong message platform.
Login Password: Enter the password used to access the Jixintong message platform.
HTTP Proxy: Select whether to enable HTTP proxy to access the Jixintong message platform. If HTTP proxy is enabled, configure the proxy address, proxy port, proxy name, and proxy password.
If Huawei Message Machine is selected, configure the following parameters:
IP Address: Enter the IP address of the Huawei message machine.
Database Username: Enter the database username of the Huawei message machine.
Password: Enter the database password of the Huawei message machine.
Login Name: Enter the login name of the Huawei message machine.
Login Password: Enter the password of the Huawei message machine.
Service Code: Enter the service code of the Huawei message machine.
Port Number: Enter the database port number of the Huawei message machine.
If Mobile Agent Server is selected, configure the following parameters:
IP Address: Enter the IP address of the mobile agent server.
Interface Code: Enter the interface code of the mobile agent server.
Database Username: Enter the database username of the mobile agent server.
Password: Enter the database password of the mobile agent server.
Port Number: Enter the port number of the mobile agent server.
If Ruicheng Message Platform is selected, configure the following parameters:
IP Address: Enter the IP address of the Ruicheng message platform.
Login Name: Enter the login name of the Ruicheng message platform.
Login Password: Enter the password of the Ruicheng message platform.
HTTP Proxy: Select whether to enable HTTP proxy to access the Ruicheng message platform. If HTTP proxy is enabled, configure the proxy address, proxy port, proxy name, and proxy password.
If Common SMS Platform is selected, configure the following parameters:
SMS Code: Select an encoding type. Options include UTF-8 and GBK.
Method: Select a message sending mode. Options include HTTP Request (POST) and Command.
Request URL: Enter the request URL for the common SMS platform to send messages. This parameter is required when the send type is HTTP Request (POST). To obtain the exact address and address format, contact the SMS provider. Example: http://192.168.0.1:80/sendSms?userName=a&pwd=b&mobile={Mobile}&content={Content}, where {Mobile} represents the telephone numbers to receive alarm messages and {Content} represents alarm message contents.
Command: Enter the command for the common SMS platform to send messages. This parameter is required when the send type is Command. To obtain the scripts, script installation path, and command-line syntax, contact the SMS provider. Example: /vms/sendMsg.sh --mobile {Mobile} --content {Content}, where {Mobile} represents the telephone numbers to receive alarm messages and {Content} represents alarm message contents.
If REpresentational State Transfer is selected, configure the following parameters:
Auth Method: Specify the authentication method.
IP Address: Enter the IP address of the REST service.
Port Number: Enter the port number of the REST service.
Protocol: Specify the protocol for accessing the REST service. Options include http and https.
Interface Address: Specify the API for the REST service.
Login Name: Enter the login name of the REST service.
Login Password: Enter the password of the REST service.