< Home

ospfv3 peer router-id

Function

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.

Format

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 ] *

Parameters

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.

Views

Ethernet interface view, Ethernet sub-interface view, Eth-Trunk interface view, Eth-Trunk sub-interface view, Tunnel interface view, Dialer interface view, VLANIF interface view

Default Level

2: Configuration level

Usage Guidelines

None

Example

# On GigabitEthernet0/0/0, specify the peer end to take part in DR selection.

<sysname> system-view
[sysname] interface GigabitEthernet 0/0/0
[sysname-GigabitEthernet0/0/0] ipv6 enable
[sysname-GigabitEthernet0/0/0] ospfv3 peer router-id 1.1.1.1 FE80::1 dr-eligible
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >