22CCM840/1640 Installer/User Guide
To display modem configuration information:
Issue a Show Server CLI command.
SHOW SERVER CLI
For more information, see Show Server CLI command in Chapter 5.
Connecting to devices using PPP
The CCM supports remote PPP access using an
The PPP
The PPP
Once the PPP connection is established, you must launch an application that connects to the CCM or to one of its ports. The PPP connection is only a communications interface to the CCM.
The CCM implements a PPP server that uses CHAP (Challenge Authentication Protocol). Passwords are not accepted in the clear on PPP connections.
PPP is disabled by default.
To enable or disable a PPP server on the serial CLI port:
1.To enable a PPP server on the serial CLI port, issue a Show Server CLI command to ensure that a serial CLI port has been defined.
SHOW SERVER CLI
2.Issue a Server PPP command with the Enable parameter.
SERVER PPP ENABLE LOCALIP=<local_ip> REMOTEIP=<rem_ip> [MASK=<subnet>]
You must specify local and remote IP addresses to be used for the CCM and client ends of the PPP connection respectively. You are prompted to confirm or cancel the changes. Enter Y to confirm or N to cancel.
3.To disable a PPP server, issue a Server PPP command with the Disable parameter.
SERVER PPP DISABLE