380
Default
No OSPFv3 process is enabled.
Views
System view
Predefined user roles
network-admin
Parameters
process-id
: Specifies an OSPFv3 process by its ID in the range of 1 to 65535. The default process ID is
1.
vpn-instance
vpn-instance-name
: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. If no VPN is specified, the OSPFv3 process runs on the public network.
Usage guidelines
Specify a router ID for the OSPFv3 process. Otherwise, the OSPFv3 process cannot generate LSAs.
Examples
# Enable OSPFv3 process 120 and configure the Router ID as 1.1.1.1.
<Sysname> system-view
[Sysname] ospfv3 120
[Sysname-ospfv3-120] router-id 1.1.1.1
ospfv3 area
Use
ospfv3 area
to enable an OSPFv3 process and specify an area for on an interface.
Use
undo ospfv3 area
to disable an OSPFv3 process.
Syntax
ospfv3
process-id
area
area-id
[
instance
instance-id
]
undo ospfv3
process-id
area
area-id
[
instance
instance-id
]
Default
No OSPFv3 process is enabled on an interface.
Views
Interface view
Predefined user roles
network-admin
Parameters
process-id
: Specifies an OSPFv3 process by its ID in the range of 1 to 65535.
area-id
: Specifies an area by its ID, an IPv4 address or a decimal integer in the range of 0 to
4294967295 that is translated into an IPv4 address by the system.
instance-id
: Specifies an instance by its ID in the range of 0 to 255. The default is 0.
Examples
# Configure VLAN-interface 10 to run instance 1 of OSPFv3 process 1 in Area 1.