Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04
5991-2118 www.procurve.com 21
! CONFIGURING DYNAMIC ROUTES VIA OSPF - BRANCH OFFICE 1 - FRAME RELAY
!***********************************************************************************************************!
! Enter the OSPF configuration mode.
router ospf
!
! Your prompt should now display (config-ospf)#.
!
! Specify the networks.
network 10.10.10.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 OSPF - BRANCH OFFICE 1 - PPP
!*************************************************************************************************!
! Enter the OSPF configuration mode.
router ospf
!
! Your prompt should now display (config-ospf)#.
!
! Specify the networks.
network 10.10.10.0 0.0.0.255 area 0
network 68.168.72.0 0.0.0.255 area 0
!
! Exit back to the global configuration mode.
exit
!
! CONFIGURING DYNAMIC ROUTES VIA RIP - BRANCH OFFICE 1 - FRAME RELAY
!**********************************************************************************************************!
! Enter the RIP configuration mode.
router rip
!
! Your prompt should now display (config-rip)#.
!
! Define RIP version 2.
version 2
!
! Specify the networks.
network 10.10.10.0 255.255.255.0
network 192.168.72.0 255.255.255.252
!
! Exit back to the global configuration mode.
exit
!
! CONFIGURING DYNAMIC ROUTES VIA RIP - BRANCH OFFICE 1 - PPP
!*********************************************************************************************!
! Enter the RIP configuration mode.
router rip
!
! Your prompt should now display (config-rip)#.
!