home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols ospfv3 router-id <router-id>

Specifies a router identifier (ID) for an OSPFv3 process.

set protocols ospfv3 [ process process-id ] router-id router-id
delete protocols ospfv3 [ process process-id ] router-id router-id
show protocols ospfv3 [ process process-id ] router-id router-id

If no router ID is explicitly configured, the OSPF3 process calculates an ID for the router by using the following algorithm:

  1. Use the IP address of the loopback interface.
  2. Use the highest IP address of the addresses on router interfaces.
  3. If no interfaces are defined, use 0.0.0.0.
process-id
An OSPFv3 process ID. Enter alphanumeric characters.
router-id
The router ID for an OSPFv3 process. This ID overrides the router ID calculated by the OSPFv3 process. The format is an IPv4 address.

Configuration mode

protocols {
	ospfv3 {
		process process-id {
			router-id router-id
		}
	}
}

Use this command to specify a router ID for an OSPFv3 process.

Configure each router with a unique router-id. In an OSPFv3 router process that has active neighbors, a new router-id is used at the next reload or when you start the OSPFv3 manually.

CAUTION:

Modifying the router ID causes the router to restart.

Note: The minimal requirement for a functioning OSPFv3 setup is to configure both the protocols ospfv3 router-id <router-id> command and the protocols ospfv3 area <area-id> command. Thereafter, you must commit the configuration.

Use the set form of this command to specify a router ID for an OSPFv3 process.

Use the delete form of this command to restore defaults for the router ID.

Use the show form of this command to display the router ID for an OSPFv3 process.