The ospfv3 peer router-id command sets the DR priority and IP addresses for adjacent routers on an NBMA network.
The undo ospfv3 peer router-id command removes the setting.
ospfv3 peer router-id router-id ipv6-address [ dr-eligible | cost cost | poll interval | instance instance-id ] *
undo ospfv3 peer router-id router-id [ ipv6-address ] [ dr-eligible | cost [ cost ] | poll [ interval ] | instance instance-id ] *
| Parameter | Description | Value |
|---|---|---|
| router-id | Specifies the Router ID of the adjacent node. | - |
| ipv6-address | Specifies the Link-local address of the adjacent node. | - |
| dr-eligible | Specifies the neighbor can take part in the DR election. | - |
| cost cost | Specifies the cost of the interface on the neighbor router of the NBMA network. | The value is an integer ranging from 1 to 65535. By default, it is 1. |
| poll interval | Specifies the interval for sending the polling Hello packet on the neighbor router of the NBMA network. | The value ranges from 1 to 65535. By default, it is 120 seconds. |
| instance instance-id | Specifies the instance ID of the interface. | The value ranges from 0 to 255. By default, it is 0. |