SIMULATION 4
Guidelines
This is a lab item in which tasks will be performed on virtual devices.
- Refer to the Tasks tab to view the tasks for this lab item.
- Refer to the Topology tab to access the device console(s) and perform the tasks.
- Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
- All necessary preconfigurations have been applied.
- Do not change the enable password or hostname for any device.
- Save your configurations to NVRAM before moving to the next item.
- Click Next at the bottom of the screen to submit this lab and move to the next question.
- When Next is clicked, the lab closes and cannot be reopened.
Topology

Tasks
Configure and verify the OSPF neighbor adjacency between R1 and R2 in OSPF area 0 according to the topology to achieve these goals:
1. Configure OSPF cost to 15 on R1 and R2.
2. Redistribute all the static routes defined in R1 and R2 to the OSPF routing protocol.
3. Set the OSPF hello interval to 5 and the OSPF dead interval to 10 between R1 and R2.
Correct Answer:
R1:
Conf t
Router ospf 10
Router-id 10.1.1.1
Redistribute static
interface e0/0
ip ospf 10 area 0
ip ospf network point-to-point
ip ospf cost 15
ip ospf hello-interval 5
ip ospf dead-interval 15
int lo0
ip ospf 10 area 0
R2:
Conf t
Router ospf 10
Router-id 10.2.2.2
Redistribute static
interface e0/0
ip ospf 10 area 0
ip ospf network point-to-point
ip ospf cost 15
ip ospf hello-interval 5
ip ospf dead-interval 15
int lo0
ip ospf 10 area 0