Configuration
Last updated
Last updated
The OSPF process ID is locally significant. Routers with different process IDs can become OSPF neighbors.
The OSPF network command requires you to specify the area.
The passive-interface command tells the router to stop sending OSPF 'hello' messages out of the interface.
However, the router will continue to send LSAs informing its neighbors about the subnet configured on the interface.
You should always use this command on interfaces that don't have any OSPF neighbors.
Router ID order of priority:
Manual configuration.
The highest IP address on a loopback interface.
The highest IP address on a physical interface.
An autonomous system boundary router (ASBR) is an OSPF router that connects the OSPF network to an external network.
R1 is connected to the internet. By using the default-information originate command, R1 becomes an ASBR.