Quick Configuration Guide for A7000 dl 1xE1 or 1xE1 + G.703 Modules 2005-04
5991-2117 www.procurve.com 5
1. For Frame Relay applications, at the (config)# prompt, enter bind 1 e1 1/1 1 frame-relay 1
to connect the E1 network connection (e1 1/1) to the virtual Frame Relay interface (fr 1).
or
2. For PPP applications, enter bind 1
e1 1/1 1 ppp 1 to connect the E1 network connection
(e1 1/1) to the virtual PPP interface (ppp 1).
Routes may be assigned either statically or dynamically. Continue with this section to create a
static route. Refer to the next section 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.
Scenario 1: Configuration for Corporate HQ router in the diagram on page 1 (Static Route
to the Far Side/Internet Access at Local Site)
1. At the (config)# prompt, enter ip route 10.10.20.0
255.255.255.0 ppp 1 (or frame-relay
1.16) to set up the static route.
2. Enter ip route 0.0.0.0 0.0.0.0 10.10.10.x
(i.e., address of internet router) to set up the default
route.
Scenario 2: Configuration for Branch Office router in the diagram on page 1 (No Internet
Access at Local Site)
1. At the (config)# prompt, enter ip route 0.0.0.0 0.0.0.0 ppp 1 (or frame-relay 1.16) to set up
the default route.
2. The internet router at the far side 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.20.0
(remote LAN)
• Subnet mask: 255.255.255.0
• Gateway: 10.10.10.1 (ProCurve Secure Router’s Ethernet)
Bind the Interfaces
Configure Static Routes
Note
These examples are based on the network diagrams on page 1.