Quick Configuration Guide for A7000 1xT1 or 1xT1 + DSX-1 Modules 2005-04
5991-2115 www.procurve.com 11
!*************************************************************!
! 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
!
! CONFIGURE TELNET ACCESS
!*************************************************************!
! Enter the Telnet configuration mode.
line telnet 0 4
!
! Your prompt should now display (config-telnet-0-4)#.
!
! Change the Telnet password.
password WORD
!
! Exit back to the global configuration mode.
exit
!