Cisco ASA Series Cli Configuration Manual page 650

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

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
ipv6 router ospf process-id
Example:
hostname(config)# ipv6 router ospf 10
Command
Step 1
interface interface_name
Example:
hostname(config)# interface Gigabitethernet0/0
Step 2
ipv6 ospf process-id area area_id
Example:
hostname(config)# ipv6 ospf 200 area 100
Cisco ASA Series CLI Configuration Guide
1-18
Purpose
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.
Purpose
Enables an interface.
Creates the OSPFv3 routing process with the
specified process ID and an area for OSPFv3 with
the specified area ID.
Chapter 1
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents