7.To configure an IP address for the local end of the PPP connection, enter the following com- mand:
set user name=name
where name is the user’s name and
PPPconnection. This address must be unique. That is, no other user can be assigned this address and it cannot be the IP address for the Ethernet interface.
Example: set user name=pppin localipadr=199.1.1.2
Configuring Inbound PPP Connections: Example
This example shows a very simple PPP inbound configuration. Here are some points on this configuration:
•The port is set up for inbound connections (dev=min).
•RTS and CTS are used for flow control.
•The baud rate has been set to 115000 bps.
•The user has been configured to use an IP address pool
set ports range=3 device=min
set flow range=3 ixon=off ixoff=off rts=on cts=on set line range=3 baud=115000
set user name=pppin protocol=ppp netservice=on defaultaccess=netservice set user name=pppin ipaddr=ippool
set user name=pppin localipadr=199.1.1.2
Configuring Inbound PPP Connections: Command Line |