
SCS commands 62
Table 5-16
Server Init command parameters
Parameter Description
ALL
Reinitializes the SCS, including the network address information
Server PPP
The
Server PPP
command enables or disables the PPP server on the console port. See “Using PPP” and
“Configuring and using dial-in connections.”
After the PPP server has been configured with this command by specifying the required addresses and masks, those
values remain in the database. Later, if you disable the PPP server and want to re-enable it with the same addresses,
you do not need to specify the address values again.
When you enter this command, you are prompted to confirm or cancel the specified changes.
Access right:
SCON
Access level:
APPLIANCEADMIN
Syntax:
server ppp disable|enable
[localip=<local_ip>] [remoteip=<rem_ip>] [mask=<subnet>]
Table 5-17
Server PPP command parameters
Parameter Description
DISABLE|ENABLE
Disables or enables the PPP server.
LOCALIP=<local_ip>
IP address to be used to connect the SCS over the PPP connection. Must be on same subnet as
REMOTEIP address.
REMOTEIP=<rem_ip>
IP address to assign to the PPP client end of the PPP connection. Must be on same subnet as
LOCALIP address.
MASK=<subnet>
Subnet mask for the PPP dial-in client.
Examples
The following command enables the PPP server with a local IP address of 192.168.0.1, a remote IP address of
192.168.0.2, and a subnet mask of 255.255.255.0.
> ser ppp ena loc=192.168.0.1 rem=192.168.0.2 mas=255.255.255.0
The following command enables the PPP server with previously configured IP and subnet mask values. This form of the
command would not be valid unless the IP and subnet mask values had been previously configured.
> server ppp enable
Server RADIUS
The
Server RADIUS
command defines or deletes
RADIUS
parameters for the SCS RADIUS client. See “RADIUS
authentication” for more information.
When you enter this command, you are prompted to confirm or cancel the specified changes.
Access right:
SCON
Access level:
APPLIANCEADMIN
Syntax:
server radius primary|secondary
ip=<radius_ip> secret=<secret> user-rights=<attr> [authport=<udp>] [timeout=<time-
out>] [retries=<retry>]
-or-
server radius primary|secondary delete
Table 5-18
Server RADIUS command parameters
Parameter Description