Configuration Guide Vol. 3


11.2.3 Configuring OSPF Apply

Points to note
  • Exchange of LSAs with neighboring routers is enabled on an interface when the network address for the interface matches the range of addresses specified by the network command.

  • If you are not using multiple areas, make sure that the same area ID is set on all OSPF routers.

Command examples

  1. (config)# router ospf 1

    Places the router in OSPF mode. Assigns 1 as the domain number.

  2. (config-router)# router-id 100.1.1.1

    Assigns 100.1.1.1 as the router ID.

  3. (config-router)# network 10.0.0.0 0.255.255.255 area 0

    Associates interfaces in the 10.0.0.0/8 network range with area 0.