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

mdc-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.

<Sysname> system-view
[Sysname] interface vlan-interface 10
[Sysname-Vlan-interface10] ospfv3 1 area 1 instance 1