ospfv3 area

Use ospfv3 area to enable an OSPFv3 process on an interface and specify an area for the interface.

Use undo ospfv3 area to disable an OSPFv3 process on an interface.

Syntax

ospfv3 process-id area area-id [ instance instance-id ]

undo ospfv3 process-id area area-id [ instance instance-id ]

Default

No OSPFv3 processes are 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 the IPv4 address format.

instance 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