Hi Michael,
See attached link. The link has config-examples.
http://www.hp.com/rnd/support/config_examples/7000dl.htmThis should help you configure the FR link.
For the backup:
Backing up a Connection with an Analog Module
1. Install the backup module:
a. Unscrew the dl module.
b. Plug the backup module on top of it.
c. Reinsert and screw in the dl module.
2. Using a cable with an RJ-11 connector, connect the backup interface to
the telephone companyâ s wall jack.
3. Power up the router and move to the global configuration mode context.
If the router is in any country except the USA or Canada, specify the
country for the modem. (Use the ? help command to get a list of the
keywords for countries.)
ProCurve(config)# modem countrycode < country>
4. Enter the modem interface configuration mode context:
ProCurve(config)# int modem < slot number>/< port number>
5. Activate the interface:
ProCurve(config-modem 1/3)# no shut
6. Create a backup PPP interface:
ProCurve(config)# int ppp <INTERFACE number="">
7. Assign the backup interface an IP address on a different network than the
primary interface:
ProCurve(config-ppp 2)# ip address < backup IP address>
8. Activate the interface:
ProCurve(config-ppp 2)# no shut
9. Move to the virtual interface for the primary connection. For example:
ProCurve(config)# int fr 1.102
10. Add the remote siteâ s telephone number to the backup call list. For
example:
ProCurve(config-fr 1.102)# backup number 5552222 analog ppp 2
Syntax: backup number < remote siteâ s number> analog ppp < backup interface number>
11. Disable backup for days and times you do not want to provide backup:
ProCurve(config-fr 1.102)# no backup schedule day
< day>
ProCurve(config-fr 1.102)# backup schedule disabletime
< hh:mm:ss>
ProCurve(config-fr 1.102)# backup schedule enable-time
< hh:mm:ss>
12. If you are using static routing, add a floating static route to the remote
site. For example:
ProCurve(config)# ip route 192.168.3.0 /24 10.30.30.1
2
Syntax: ip route < remote network address> << remote
subnet mask> | /< bit prefix>> < remote backup address> 2
BTW: you need a VPN accellerator module (J8471A) for the VPN connection. This modules enables the VPN feature set.
Hope this helps,
Olaf
</INTERFACE>