1-18
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring OSPF
Configuring OSPFv3
Enabling OSPFv3
To enable OSPFv3, you need to create an OSPFv3 routing process, create an area for OSPFv3, enable
an interface for OSPFv3, then redistribute the route into the targeted OSPFv3 routing processes.
To enable OSPFv3,enter the following command or perform the following steps:
Command Purpose
ipv6 router ospf process-id
Example:
hostname(config)# ipv6 router ospf 10
Creates an OSPFv3 routing process and enters IPv6 router
configuration mode.
The process-id argument is an internally used tag for this
routing process and can be any positive integer. This tag does
not have to match the tag on any other device; it is for internal
use only. You can use a maximum of two processes.
Command Purpose
Step 1
interface interface_name
Example:
hostname(config)# interface Gigabitethernet0/0
Enables an interface.
Step 2
ipv6 ospf process-id area area_id
Example:
hostname(config)# ipv6 ospf 200 area 100
Creates the OSPFv3 routing process with the
specified process ID and an area for OSPFv3 with
the specified area ID.