Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04

5991-2118 www.procurve.com 7
Routes may be assigned either statically or dynamically. Continue with this section to create a
static route. Refer to Configure Dynamic Routes on page 8 for information on configuring RIP
and OSPF dynamic route assignments.
Depending on your network setup, configure static routing on your unit in one of the following
ways.
Configuration for Corporate HQ router in the diagram on page 1 (Frame Relay)
1. At the (config)# prompt, enter ip route 10.10.10.0
255.255.255.0 frame-relay 1.16 to set up
the static route to Branch Office 1.
2. Enter ip route 10.10.30.0
255.255.255.0 frame-relay 1.17 to set up the static route to
Branch Office 2.
3. Enter ip route 0.0.0.0 0.0.0.0 10.10.20.x
(i.e., address of internet router) to set up the default
route for local internet.
Configuration for Corporate HQ router in the diagram on page 2 (PPP)
1. At the (config)# prompt, enter ip route 10.10.10.0
255.255.255.0 ppp 1 to set up the static
route to Branch Office 1.
2. Enter ip route 10.10.30.0
255.255.255.0 ppp 1 to set up the static route to Branch Office 2.
3. Enter ip route 0.0.0.0 0.0.0.0 10.10.20.x
(i.e., address of internet router) to set up the default
route.
Configuration for Branch Office 1 router in the diagram on page 1 (Frame Relay)
1. At the (config)# prompt, enter ip route 0.0.0.0 0.0.0.0 frame-relay 1.18
to set up the default
route to the Corporate HQ.
2. The internet router at the far side (Corporate HQ) will need a route statement to send traffic
back to this network through the ProCurve Secure Router. The information (based on the
diagram shown at the beginning of this document) is as follows:
Destination address: 10.10.10.0
(Branch Office 1 LAN)
Subnet mask: 255.255.255.0
Gateway: 10.10.20.7 (Corporate HQ 7203dl’s LAN IP)
Configuration for Branch Office 1 router in the diagram on page 2 (PPP)
1. At the (config)# prompt, enter ip route 0.0.0.0 0.0.0.0 ppp 1
to set up the default route to the
Corporate HQ.
2. The internet router at the far side (Corporate HQ) will need a route statement to send traffic
back to this network through the ProCurve Secure Router. The information (based on the
diagram shown at the beginning of this document) is as follows:
Destination address: 10.10.10.0
(Branch Office 1 LAN)
Subnet mask: 255.255.255.0
Gateway: 10.10.20.7 (Corporate HQ 7203dl’s LAN IP)
Configure Static Routes
Note
These examples are based on the network diagrams on pages 1 and 2.