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

8 www.procurve.com 5991-2118
Configuration for Branch Office 2 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.19
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.30.0
(Branch Office 2 LAN)
Subnet mask: 255.255.255.0
Gateway: 10.10.20.7 (Corporate HQ 7203dl’s LAN IP)
Configuration for Branch Office 2 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.30.0
(Branch Office 1 LAN)
Subnet mask: 255.255.255.0
Gateway: 10.10.20.7 (Corporate HQ 7203dl’s LAN IP)
Scenario 1: Dynamic Routing via OSPF
Configuration for Frame Relay diagram on page 1
1. At the (config)# prompt, enter router ospf to activate the OSPF configuration mode. Your
prompt should now display (config-ospf)#.
2. Specify the networks:
Corporate HQ Router
(config-ospf)#network 10.10.20.0 0.0.0.255 area 0 (for eth 0/1 LAN)
(config-ospf)#network 192.168.72.0 0.0.0.3 area 0 (for FR 1.16)
(config-ospf)#network 192.168.72.4 0.0.0.3 area 0 (for FR 1.17)
Branch Office 1 Router
(config-ospf)#network 10.10.10.0 0.0.0.255 area 0 (for eth 0/1 LAN)
(config-ospf)#network 192.168.72.0 0.0.0.3 area 0 (for FR 1.18)
Branch Office 2 Router
(config-ospf)#network 10.10.30.0 0.0.0.255 area 0 (for eth 0/1 LAN)
(config-ospf)#network 192.168.72.4 0.0.0.3 area 0 (for FR 1.19)
3. Enter exit to return to the Global Configuration mode.
Configure Dynamic Routes