Chapter 63 System
ZyWALL Series CLI Reference Guide
521
63.7.2 Authentication Server Command Examples
The following example shows you how to enable the authentication server feature on the Zyxel Device
and sets a trusted RADIUS client profile. This example also shows you the authentication server and client
profile settings.
63.8 Notification
The notification commands allow you to configure the Zyxel Device to send you event notifications by
SMS and email. You can also configure how the Zyxel Device notifies clients that they have accessed a
restricted web page.
63.8.1 Mail Server Commands
The mail server commands allow you configure a mail server, so you can receive reports and
notification emails such as when your password is about to expire.
Router# configure terminal
Router(config)# auth-server activate
Router(config)# auth-server trusted-client AP-1
Router(config-trusted-client-AP-1)# activate
Router(config-trusted-client-AP-1)# ip address 10.10.1.2 255.255.255.0
Router(config-trusted-client-AP-1)# secret 12345678
Router(config-trusted-client-AP-1)# exit
Router(config)# show auth-server status
activation: yes
authentication method: default
certificate: default
Router(config)# show auth-server trusted-client AP-1
Client: AP-1
Activation: yes
Description:
IP: 10.10.1.2
Netmask: 255.255.255.0
Secret: VQEq907jWB8=
Router(config)#
Table 298 mail-server commands
COMMAND DESCRIPTION
mail-server
Enters mail-server sub-command mode for configuring e-mail
server settings and notification email settings.
[no] mail-from email_address
Sets the email address from which the notification email is sent.
[no] mail-subject append
system-name
Determines whether the system name will be appended to the
subject of the notification e-mails.
[no] mail-subject append
date-time
Determines whether the sending date-time will be appended at
subject of the notification e-mails.
schedule hour <0..23> minute
<00..59>
Sets the time for sending out the notification e-mails.
show
Displays mail server settings.