ipv6 <instance-tag> ospfv3 area

Syntax

ipv6 ospfv3 <instance-tag> area <area-id>

no ipv6 ospfv3 <instance-tag> area <area-id>

Description

Runs the OSPFv3 protocol on the interface for the area specified. For moving an interface to a new area, unmap the existing area and then associate a new area to the interface.

The no form of this command disables OSPFv3 on the interface.

Command context

config-if-vlan

Parameters

<instance-tag>

Specifies the OSPFv3 Process ID. Range: 1 to 63.

<area-id>
Specifies the area ID in one of the following formats.
  • Area ID in IPv4 format (x.x.x.x), where x is a decimal number from 0 to 255.

  • Area ID as a decimal value. Range: 0-4294967295.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Setting OSPFv3 network for the area:

switch(config)# interface vlan 1
switch(config-if-vlan)# ipv6 ospfv3 1 area 1
switch(config-if-vlan)# ipv6 ospfv3 1 area 0.0.0.1

Disabling OSPFv3 network for the area:

switch(config)# interface 1/1/1
switch(config-if-vlan)# no ipv6 ospfv3 1 area 1
switch(config-if-vlan)# no ipv6 ospfv3 1 area 0.0.0.1