267
Parameters
router-id: 32-bit router ID, in IPv4 address format.
Description
Use router-id to configure the OSPFv3 router ID.
Use undo router-id to remove a configured router ID.
Router ID is the unique identifier of a device running an OSPFv3 process in the AS. The OSPFv3 process
cannot run without a Router ID.
Make sure that different processes have different Router IDs.
Related commands: ospfv3.
Examples
# Configure the Router ID as 10.1.1.3 for OSPFv3 process 1.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] router-id 10.1.1.3
silent-interface(OSPFv3 view)
Syntax
silent-interface { interface-type interface-number | all }
undo silent-interface { interface-type interface-number | all }
View
OSPFv3 view
Default level
2: System level
Parameters
interface-type interface-number: Specifies an interface by its type and number.
all: Specifies all interfaces.
Description
Use silent-interface to disable the specified interface from receiving and sending OSPFv3 packets.
Use undo silent-interface to restore the default.
An interface is able to receive and send OSPFv3 packets by default.
Examples
# Disable an interface from receiving and sending OSPFv3 packets in OSPFv3 processes 100 and 200.
<Sysname> system-view
[Sysname] ospfv3 100
[Sysname-ospfv3-100] router-id 10.110.1.9
[Sysname-ospfv3-100] silent-interface vlan-interface 10
[Sysname-ospfv3-100] quit
[Sysname] ospfv3 200
[Sysname-ospfv3-200] router-id 20.18.0.7