Cisco ASA Series Cli Configuration Manual page 670

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

Advertisement

Configuring OSPFv3
Configuring an IPv6 Summary Prefix
To configure an IPv6 summary prefix, perform the following steps:
Detailed Steps
Command
Step 1
ipv6 router ospf process-id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
summary-prefix prefix [not-advertise | tag
tag-value]
Example:
hostname(config-if)# ipv6 router ospf 1
hostname(config-rtr)# router-id
192.168.3.3
hostname(config-rtr)# summary-prefix
FECO::/24
hostname(config-rtr)# redistribute static
Cisco ASA Series CLI Configuration Guide
1-38
Purpose
Enables an OSPFv3 routing process and enters IPv6 router
configuration mode.
The process_id argument is an internally used identifier for this
routing process, is locally assigned, and can be any positive
integer from 1 to 65535. This ID does not have to match the ID on
any other device; it is for internal administrative use only. You can
use a maximum of two processes.
Configures an IPv6 summary prefix.
The prefix argument is the IPv6 route prefix for the destination.
The not-advertise keyword suppresses routes that match the
specified prefix and mask pair. This keyword applies to OSPFv3
only. The tag tag-value keyword-argument pair specifies the tag
value that can be used as a match value for controlling
redistribution through route maps. This keyword applies to
OSPFv3 only.
Chapter 1
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents