Example of Viewing OSPF ConfigurationDell#show run ospf!router ospf 4router-id 4.4.4.4network 4.4.4.0/28 area 1!ipv6 router ospf 999default-information originate alwaysrouter-id 10.10.10.10Dell#Sample Configurations for OSPFv2The following configurations are examples for enabling OSPFv2.These examples are not comprehensive directions. They are intended to give you some guidance with typical configurations.You can copy and paste from these examples to your CLI. To support your own IP addresses, interfaces, names, and so on, be sure that youmake the necessary changes.Basic OSPFv2 Router TopologyThe following illustration is a sample basic OSPFv2 topology.Figure 100. Basic Topology and CLI Commands for OSPFv2OSPF Area 0 — Te 1/1 and 1/2router ospf 11111network 10.0.11.0/24 area 0network 10.0.12.0/24 area 0network 192.168.100.0/24 area 0!interface TenGigabitEthernet 1/1ip address 10.1.11.1/24no shutdown!interface TenGigabitEthernet 1/2ip address 10.2.12.2/24no shutdown!642 Open Shortest Path First (OSPFv2 and OSPFv3)