Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04
20 www.procurve.com 5991-2118
!
! Activate the interface.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! PPP VIRTUAL INTERFACE CONFIGURATION
!****************************************************************************!
! Create a PPP virtual interface (labeled 1) and enter the
! PPP configuration mode.
!
! Your prompt should now display (config-ppp1)#.
!
! Assign an IP address to the interface using a 30-bit mask.
ip address 68.168.72.2 255.255.255.252
!
! Activate the interface.
no shutdown
!
! Exit back to the global configuration mode
exit
!
! BINDING THE INTERFACES - FRAME RELAY
!*************************************************************!
! Connect the TDM group (1) on the t1 interface to the
! virtual Frame Relay interface (fr 1).
!
bind 1 t1 1/1 1 frame-relay 1
!
! BINDING THE INTERFACES - PPP
!*************************************************************!
! Connect the TDM group (1) on the t1 interface to the
! virtual PPP interface (ppp 1).
!
bind 1 t1 1/1 1 ppp 1
!
! CONFIGURING THE STATIC ROUTES - BRANCH OFFICE 1 - FRAME RELAY
!*****************************************************************************************************!
! Enter the static route back to the Corp HQ router through the
! virtual Frame Relay interface (fr 1.18).
ip route 0.0.0.0 0.0.0.0 fr 1.18
!
! CONFIGURING THE STATIC ROUTES - BRANCH OFFICE 1 - 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
!