Quick Configuration Guide A7000 1xSerial Module (J8458A) 2005-04
10 www.procurve.com 5991-2116
! 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
!
! 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