Quick Configuration Guide for A7000 dl 1xE1 or 1xE1 + G.703 Modules 2005-04
5991-2117 www.procurve.com 11
! 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
!*************************************************************!
! Enter the RIP configuration mode.
router rip
!
! Your prompt should now display (config-rip)#.
!
! Define RIP version 2.
version 2
!
! Specify the Corp HQ networks.
network 10.10.10.0 255.255.255.0
network 192.168.72.0 255.255.255.252
!
! Specify the Branch Office networks.
network 10.10.20.0 255.255.255.0
network 192.168.72.0 255.255.255.252
!
! Exit back to the global configuration mode.
exit
!
! ENABLE THE SECURITY MODE PASSWORD
!*************************************************************!
! Activate the enable password.
enable password WORD
!
! ENABLE THE SECURITY MODE PASSWORD USING MD5
!***************************************************************************!
! Activate the enable password using MD5 encryption.
enable password md5 WORD
!