Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04

16 www.procurve.com 5991-2118
! CONFIGURING DYNAMIC ROUTES VIA OSPF - CORP HQ - FRAME RELAY
!****************************************************************************************************!
! Enter the OSPF configuration mode.
router ospf
!
! Your prompt should now display (config-ospf)#.
!
! Specify the networks.
network 10.10.20.0 0.0.0.255 area 0
network 192.168.72.0 0.0.0.3 area 0
network 192.168.72.4 0.0.0.4 area 0
!
! Exit back to the global configuration mode.
exit
!
! CONFIGURING DYNAMIC ROUTES VIA OSPF - CORP HQ - PPP
!*****************************************************************************************!
! Enter the OSPF configuration mode.
router ospf
!
! Your prompt should now display (config-ospf)#.
!
! Specify the networks.
network 10.10.20.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 - CORPORATE HQ - 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.20.0 255.255.255.0
network 192.168.72.0 255.255.255.252
network 192.168.72.4 255.255.255.252
!
! Exit back to the global configuration mode.
exit
!
! CONFIGURING DYNAMIC ROUTES VIA RIP - CORPORATE HQ - PPP
!********************************************************************************************!
! Enter the RIP configuration mode.
router rip
!
! Your prompt should now display (config-rip)#.