ZyWALL Series CLI Reference Guide
524
63.8.2.1 SMS Commands Example
The following example enables the SMS service on the Zyxel Device to provide and configures the
ViaNett account information. It then displays the SMS settings.
63.8.3 Response Message Commands
When a webpage is blocked by a service such as URL threat filter or content filter, the Zyxel Device
displays an HTML block page. The HTML block page informs the user that the page was blocked and
why. You can use the response message commands to customize the look of this block page.
Router# configure terminal
Router(config)# sms-service activate
Router(config)# sms-service provider vianett
Router(sms-service-vianett)# username test@example.com
Router(sms-service-vianett)# password 12345
Router(sms-service-vianett)# exit
Router(config)# show sms-service
enable sms service: yes
SMS Country-Code: 0
SMS Provider-Selected: vianett
SMS Service: Vianett
username: test@example.com
password: 12345
Router(config)#
Table 300 Commands for Response Message
COMMAND DESCRIPTION
[no] respmsg url-filter
block-page customized
activate
Use a custom block page when a page is blocked.
The no command tells the
Zyxel Device to use the default block
page.
respmsg url-filter block-
page message-color
{<rgb(0,0,255)> | <color
name> | <#00FF00>}
Sets the color of the message on the block page.
You can specify the color as an RGB value, a Hex value, or as a CSS color
name.
respmsg url-filter block-
page background-color
{<rgb(0,0,255)> | <color
name> | <#00FF00>}
Sets the color of the background on the block page.
You can specify the color as an RGB value, a Hex value, or as a CSS color
name.
respmsg url-filter block-
page banner-color
{<rgb(0,0,255)> | <color
name> | <#00FF00>}
Sets the color of the banner at the bottom of the block page.
You can specify the color as an RGB value, a Hex value, or as a CSS color
name.
respmsg url-filter block-
page banner-message-color
{<rgb(0,0,255)> | <color
name> | <#00FF00>}
Sets the color of the banner message at the bottom of the block page.
You can specify the color as an RGB value, a Hex value, or as a CSS color
name.
show respmsg url-filter
block-page
Shows the current response message settings.