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

5991-2118 www.procurve.com 17
!
! Define RIP version 2.
version 2
!
! Specify the networks.
network 10.10.20.0 255.255.255.0
network 68.168.72.0 255.255.255.0
!
! 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
!
! SAVE THE CONFIGURATION
!*************************************************************!
! Exit the global configuration mode.
exit
!
! Your prompt should now display Router>.
!
! Save the current configuration to memory.
copy running-config startup-config
!
! Exit to close the configuration session.
exit
!
! End script