Cisco ASA Series Cli Configuration Manual page 659

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

Advertisement

Chapter 1
Configuring OSPF
Command
area area-id range ipv6-prefix/
prefix-length [advertise | not advertise]
[cost cost]
Example:
hostname(config-rtr)# area 1 range
FE01:1::1/64
area area-id nssa
Example:
hostname(config-rtr)# area 1 nssa
Purpose
Summarizes routes that match the address and mask for border
routers only.
The area-id argument identifies the area for which routes are to
be summarized. The value can be specified as a decimal or an
IPv6 prefix. The ipv6-prefix argument specifies the IPv6 prefix.
The prefix-length argument specifies the prefix length. The
advertise keyword sets the address range status to advertised and
generates a Type 3 summary LSA. The not-advertise keyword
sets the address range status to DoNotAdvertise. The Type 3
summary LSA is suppressed, and the component networks remain
hidden from other networks. The cost cost keyword-argument
pair specifies the metric or cost for the summary route, which is
used during OSPF SPF calculations to determine the shortest
paths to the destination. Valid values range from 0 to 16777215.
Specifies an NSSA area.
Cisco ASA Series CLI Configuration Guide
Configuring OSPFv3
1-27

Advertisement

Table of Contents
loading

Table of Contents