Specifications

Issue 1.0, April 2006 Section 364-180-N02
©2006 Charles Industries, Ltd.
All rights reserved. Printed in United States of America.
133
2.
Add the Ethernet device to the router. In the following command, eth0 is the name of the
transport, and ethernet is the port name.
ethernet add transport eth1 ethernet
ip add interface ip1 192.168.0.1 255.255.255.0
ip attach ip1 eth1
3. Create the PPP transport. The following commands configure PPP device 1 for dial-out (client)
on HDLC port, ppp1 is the transport name and 1 is the interface id:
pppoh add transport ppp1 dialout 1 hdlc
4. Configure the PPP transport:
A. CHAP authentication will be used; PPP will supply a username of ‘admin’ and a
password of ‘admin’:
pppoh set transport ppp1 username admin
pppoh set transport ppp1 password admin
pppoh set transport ppp1 welogin chap
B. Ensure that PPP uses the correct IP subnet mask:
pppoh set transport ppp1 subnetmask 255.255.255.0
C. By default, the transport creates a default route to the subnet at the remote end of the PPP
link. You do not need to configure this.
5. Add the PPP device to the router:
ip add interface ip2
ip attach ip2 ppp1
Configure Router B using the CLI
1. Clear any existing IP interfaces and transports. Clearing the IP interfaces also deletes any
existing DHCP client settings on those interfaces. This change to DHCP is not updated in the
DHCP client configuration until you enter the dhcpclient update command. Type the following
commands:
The availability of features and technical specifications herein subject to change without notice.