Quick Configuration Guide A7000 1xSerial Module (J8458A) 2005-04
5991-2116 www.procurve.com 9
! BINDING THE INTERFACES - PPP
!*************************************************************!
! Connect the serial interface module to the virtual PPP
! interface (ppp 1).
!
bind 1 serial 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
!
! CONFIGURING DYNAMIC ROUTES VIA OSPF
!*************************************************************!
! Enter the OSPF configuration mode.
router ospf
!
! Your prompt should now display (config-ospf)#.
!
! Specify the Corp HQ networks.
network 10.10.10.0 0.0.0.255 area 0
network 192.168.72.0 0.0.0.3 area 0
!