Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04
5991-2118 www.procurve.com 15
! BINDING THE INTERFACES - FRAME RELAY
!*************************************************************!
! Connect the tdm group (1) on the first t1 interface to the
! virtual multilink Frame Relay interface (fr 1).
!
bind 1 t1 1/1 1 frame-relay 1
!
! (Multilink Only) Connect the tdm group (1) on the second t1 interface to the
! virtual multilink Frame Relay interface (fr 1).
!
bind 2 t1 1/2 1 frame-relay 1
!
! BINDING THE INTERFACES - PPP
!*************************************************************!
! Connect the tdm group (1) on the first t1 interface to the
! virtual multilink PPP interface (ppp 1).
!
bind 1 t1 1/1 1 ppp 1
!
! (Multilink Only) Connect the tdm group (1) on the second t1 interface to the
! virtual multilink PPP interface (ppp 1).
!
bind 2 t1 1/2 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.20.x
!
! CONFIGURING THE STATIC ROUTES - CORP HQ ROUTER - FRAME RELAY
!****************************************************************************************************!
! Enter the static route to the branch office 1 through the virtual Frame Relay
!interface (fr 1.16).
ip route 10.10.10.0 255.255.255.0 fr 1.16
!
! Enter the static route to the branch office 2 through the virtual Frame Relay
!interface (fr 1.17).
ip route 10.10.30.0 255.255.255.0 fr 1.17
!
! CONFIGURING THE STATIC ROUTES - CORP HQ ROUTER - PPP
!**************************************************************************************!
! Enter the static route to the branch office 1 through the
! virtual PPP interface (ppp 1).
ip route 10.10.10.0 255.255.255.0 ppp 1
!
! Enter the static route to the branch office 2 through the
! virtual PPP interface (ppp 1).
ip route 10.10.30.0 255.255.255.0 ppp 1
!