Quick Configuration Guide A7000 1xSerial Module (J8458A) 2005-04

5991-2116 www.procurve.com 5
Scenario 1: Dynamic Routing via OSPF
1. At the (config)# prompt, enter router ospf to activate the OSPF configuration mode. Your
prompt should now display (config-ospf)#.
2. Specify the networks:
Corporate HQ Router
(config-ospf)#network 10.10.10.0 0.0.0.255 area 0
(config-ospf)#network 192.168.72.0 0.0.0.3 area 0
Branch Office Router
(config-ospf)#network 10.10.20.0 0.0.0.255 area 0
(config-ospf)#network 192.168.72.0 0.0.0.3 area 0
3. Enter exit to return to the Global Configuration mode.
Scenario 2: Dynamic Routing via RIP
1. At the (config)# prompt, enter router rip to activate the RIP configuration mode. Your prompt
should now display (config-rip)#.
2. Enter version 2 to globally define RIP version 2 on all interfaces.
3. Specify the networks:
Corporate HQ Router
(config-rip)#network 10.10.10.0 255.255.255.0
(config-rip)#network 192.168.72.0 255.255.255.252
Branch Office Router
(config-rip)#network 10.10.20.0 255.255.255.0
(config-rip)#network 192.168.72.0 255.255.255.252
4. Enter exit to return to the Global Configuration mode.
1. Verify that the prompt of your unit displays (config)#.
2. Enter enable password word
to set the Enable Security mode password.
or
3. Enter enable password md5 word
to encrypt the enable password using MD5 encryption.
Configure Dynamic Routes
Set Enable Security Mode Password
Note
The Enable Security mode passwords are case sensitive.