Example: Configuring an OSPF Router Identifier

This example shows how to configure an OSPF router identifier.

Requirements

Before you begin:

Overview

In this example, you configure the OSPF router identifier by setting its router ID value to the IP address of the device, which is 177.162.4.24.

Configuration

Step-by-Step Procedure

To configure an OSPF router Identifier:

  1. Configure the OSPF router identifier.
    [edit]user@host# set routing-options router-id 177.162.4.24
  2. If you are done configuring the device, commit the configuration.
    [edit]user@host# commit

Verification

To verify the configuration is working properly, enter the show routing-options router-id command.

Related Topics