3.0 CCNA - IP Connectivity
3.4 Configure and verify single area OSPFv2
1. Neighbor adjacencies,
2. Point-to-point,
3. Broadcast (DR/BDR selection),
4. Router ID
Configuring and verifying single area OSPFv2 involves several steps, including defining the OSPF process, defining network statements, and verifying the OSPF configuration and operation. Steps involved in configuration and verification of single area OSPFv2:
1. Define the OSPF process:
Configuration: "router ospf [process-id]"
Verification: "show running-config"
2. Define network statements:
Configuration: "network [network-address] [wildcard-mask] area [area-id]"
Verification: "show ip ospf interface"
3. Verify neighbor adjacencies:
Verification: "show ip ospf neighbor"
4. Configure point-to-point OSPF:
Configuration: "ip ospf network point-to-point"
Verification: "show ip ospf interface"
5. Configure broadcast OSPF and DR/BDR selection:
Configuration: "ip ospf network broadcast"
Verification: "show ip ospf interface"
6. Configure the Router ID:
Configuration: "router-id [IPv4-address]"
Verification: "show running-config" or "show ip ospf"