Quick Configuration Guide for A7000 dl 1xE1 or 1xE1 + G.703 Modules 2005-04

10 www.procurve.com 5991-2117
!Exit back to the global configuration mode
exit
!
! BINDING THE INTERFACES - FRAME RELAY
!*************************************************************!
! Connect the tdm group (1) on the e1 interface module to the
! virtual Frame Relay interface (fr 1).
!
bind 1 e1 1/1 1 frame-relay 1
!
! BINDING THE INTERFACES - PPP
!*************************************************************!
! Connect the tdm group (1) on the e1 interface module to the
! virtual PPP interface (ppp 1).
!
bind 1 e1 1/1 1 ppp 1
!
! CONFIGURING STATIC ROUTES - CORP HQ ROUTER - DEFAULT ROUTE
!************************************************************************************************!
! Configures the default gateway to the internet router.
!
! Enter the default gateway ip address to the route table.
! This is the address of the internet router.
ip route 0.0.0.0 0.0.0.0 10.10.10.x
!
! CONFIGURING THE STATIC ROUTES - CORP HQ ROUTER - FRAME RELAY
!****************************************************************************************************!
! Enter the static route to the branch site router through the
! virtual Frame Relay interface (fr 1.16).
ip route 10.10.20.0 255.255.255.0 fr 1.16
!
! CONFIGURING THE STATIC ROUTES - CORP HQ ROUTER - PPP
!**************************************************************************************!
! Enter the static route to the branch site router through the
! virtual PPP interface (ppp 1).
ip route 10.10.20.0 255.255.255.0 ppp 1
!
! CONFIGURING THE STATIC ROUTES - BRANCH ROUTER - FRAME RELAY
!**************************************************************************************************!
! Enter the static route back to the Corp HQ router through the
! virtual Frame Relay interface (fr 1.16).
ip route 0.0.0.0 0.0.0.0 fr 1.16
!
! CONFIGURING THE STATIC ROUTES - BRANCH ROUTER - PPP
!*************************************************************************************!
! Enter the static route back to the Corp HQ router through the
! virtual ppp interface (ppp 1).
ip route 0.0.0.0 0.0.0.0 ppp 1
!