A Cisco router, R1, initializes its OSPFv2 routing process without an explicit router-id configuration. R1 has three interfaces with the following states:
- Loopback0: IP address 172.16.100.1/32 (Line protocol UP, Operational state UP)
- Loopback1: IP address 192.168.50.1/32 (Line protocol DOWN, Operational state DOWN)
- GigabitEthernet0/0: IP address 10.0.12.1/24 (Line protocol UP, Operational state UP, MTU 1500)
After the OSPF process starts operating and selects its Router ID, a network engineer enters the command 'router-id 1.1.1.1' under the OSPF configuration mode on R1, but does not reload the router or issue the 'clear ip ospf process' command.
R1 then sends an initial OSPF Hello packet out GigabitEthernet0/0 to neighboring router R2. Router R2 has its connected interface configured in the same OSPF area with matching timers, but with an interface MTU of 1400 bytes. When R2 receives this initial Hello packet from R1 (which does not yet list R2's Router ID in its neighbor field), which OSPF Router ID will R1 use in the packet header, and what state will R2 record for neighbor R1 upon processing this packet?
- Router ID: 172.16.100.1; Neighbor State on R2: InitCevap
- BRouter ID: 1.1.1.1; Neighbor State on R2: Init
- CRouter ID: 192.168.50.1; Neighbor State on R2: 2-Way
- DRouter ID: 172.16.100.1; Neighbor State on R2: ExStart