router ospfv3

Syntax

router ospfv3 <INSTANCE-TAG> [vrf <VRF-NAME>]

no router ospfv3 <INSTANCE-TAG> [vrf <VRF-NAME>]

Description

Creates the OSPFv3 process (if not created already) and enters the router OSPFv3 instance context. Optionally if specified, you can specify a named VRF, or the default VRF if the <vrf-name> is not specified. Only one OSPFv3 process is allowed per VRF.

The no form of this command removes the OSPFv3 instance. If a VRF is specified, it removes the OSPF instance from the named VRF, or the default VRF if the <var-name> is not specified.

Command context

config

Parameters

<INSTANCE-TAG>

Specifies an OSPFv3 process ID. Length: 1 to 63.

vrf <VRF-NAME>

Specifies the name of a VRF. Default: default.

Authority

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

Examples

Entering the router OSPFv3 instance:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)#

Setting the router OSPFv3 VRF instance:

switch(config)# router ospfv3 1 vrf vrf_red

Removing the router OSPFv3 instance:

switch#(config)# no router ospfv3 1