Quick Configuration Guide for A7000 1xT1 or 1xT1 + DSX-1 Modules 2005-04

10 www.procurve.com 5991-2115
! 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
!
! Specify the Branch Office networks.
network 10.10.20.0 0.0.0.255 area 0
network 192.168.72.0 0.0.0.3 area 0
!
! Exit back to the global configuration mode.
exit
!
! CONFIGURING DYNAMIC ROUTES VIA RIP