Paradyne CSU User Manual

Page of 470
5. Configuring the FrameSaver SLV Router
5-4
  
September 
2002
9128-A2-GB20-80
Interface Configuration
The following examples require that IP addresses have been assigned to the 
Ethernet and Serial interfaces, and that a passthrough PVC connection exists to 
Rtr-S0. Optionally you might also disable bridging.
In the following example, the Serial 0 sub-interface is shown as x. The valid range 
is 0–4,294,967,295.
Procedure
To set up the router’s interfaces:
1. If a Net1-FR1 DLCI does not exist:
— Create one using the Network Circuit Records screen, then select 
CreatePVC.
— When the 
Create PVC using DLCI Number?
 prompt appears, select 
a DLCI and press Enter. 
— When the 
Create Pass-Thru PVC Connection to:?
 prompt 
appears, enter Rtr-S0.
— Save the configuration.
2. From the Main Menu screen, press Ctrl-a then Shift-r to access the router’s 
Command Line Interface. Set the IP addresses of the interfaces.
The following example commands: 
— Set the Ethernet interface address to 10.1.3.1
— Set the Serial 0.
x
 interface to 172.20.95.2
— Disable bridging for both interfaces
— Specify that messages for all IP addresses should be routed to the 
upstream router at 172.20.95.1 
en
config t
int e 0
ip address 10.1.3.1 255.255.255.0
no bridge-group 1
int se 0.x
ip address 172.20.95.2 255.255.255.0
no bridge group 1
exit
ip route 0.0.0.0 0.0.0.0 172.20.95.1
save
exit