Specifications

Section 364-180-202
12
5.2.7 Make sure there is a carriage return entered after the “system config save” command and the
message “wait for ‘configuration saved’ message...” is displayed. This takes about 15 seconds.
5.2.8 Restart the router by pushing the front panel RESET button or enter “system restart” at the
Æ prompt to activate the new configuration. It can take up to 6 minutes for the router link to be
established and traffic to start to be exchanged.
NOTE: The router must be RESET after any change in the card rate over the T1 (using a T1/E1
Controller management interface). The router must also be RESET after any change in router
configuration. The configuration must be SAVED before the unit it RESET.
See section 8.4 (CLI Applications) of the Router Guide and Web Browser Manual for other detailed
application examples.
The CD shipped with the router contains a library of command scripts examples; PPP bridge client v1.0,
PPP routed client v1.0, PPP routed Cisco v1.0, PPP bridge Cisco v1.0.
EXAMPLE CONFIGURATION FOR PPP
In this example the LAN address is 192.168.0.1 with a subnet of 255.255.255.0 and the WAN address is
10.10.10.1 with a subnet of 255.255.255.0. Be sure to change IP address as needed to insure each
router address is unique.
Type in or ‘copy’ and ‘paste to host’ the following commands into HyperTerminal:
ip clear interfaces
ip clear routes
transports clear
port fr set AutoStart false
port fb set AutoStart false
dhcpclient update
ethernet add transport eth1 ethernet
ip add interface ip1 192.168.0.1 255.255.255.0
ip attach ip1 eth1
pppoh add transport ppp1 dialout 1 hdlc
pppoh set transport ppp1 welogin none
pppoh set transport ppp1 subnet 255.255.255.0
ip add interface ip2
ip attach ip2 ppp1
system config save