1300 CHAPTER 84: IPV6 OSPFV3 CONFIGURATION COMMANDSDescription Use the ospfv3 area command to enable an OSPFv3 process on the interface andspecify the area for the process.Use the undo ospfv3 area command to disable an OSPFv3 process.OSPFv3 is not enabled on an interface by default.Examples # Enable OSPFv3 process 1 on an interface that belongs to instance 1 and specifyarea 1 for the process. system-view[Sysname] interface serial 2/0[Sysname-serial2/0] ospfv3 1 area 1 instance 1ospfv3 costSyntax ospfv3 cost value [ instance instance-id ]undo ospfv3 cost [ instance instance-id ]View Interface viewParameters value: OSPFv3 cost of the interface, in the range 1 to 65535.instance-id: The instance ID of an interface, in the range of 0 to 255, whichdefaults to 0.Description Use the ospfv3 cost command to configure the OSPFv3 cost on an interface ofan instance.Use the undo ospfv3 cost command to restore the default OSPFv3 cost on aninterface of an instance.By default, a router’s interface automatically calculates the OSPFv3 cost based onits bandwidth.Examples # Specifies the OSPFv3 cost as 33 on an interface of instance 1. system-view[Sysname] interface serial 2/0[Sysname-Serial2/0] ospfv3 cost 33 instance 1ospfv3 dr-prioritySyntax ospfv3 dr-priority priority [ instance instance-id ]undo ospfv3 dr-priority [ instance instance-id ]View Interface view