Cisco ASA Series Cli Configuration Manual page 657

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
Example:
hostname(config-rtr)# area 10
default
Example:
hostname(config-rtr)# default originate
default-information
Example:
hostname(config-rtr)# default-information
distance
Example:
hostname(config-rtr)# distance 200
exit
Example:
hostname(config-rtr)# exit
ignore
Example:
hostname(config-rtr)# ignore lsa
log-adjacency-changes
Example:
hostname(config-rtr)# log-adjacency-changes
detail
passive-interface [interface_name]
Example:
hostname(config-rtr)# passive-interface inside
redistribute
Example:
hostname(config-rtr)# redistribute ospf
Purpose
Configures OSPFv3 area parameters. Supported parameters
include the area ID as a decimal value from 0 to 4294967295 and
the area ID in the IP address format of A.B.C.D.
Sets a command to its default value. The originate parameter
distributes the default route.
Controls distribution of default information.
Defines the OSPFv3 route administrative distance based on the
route type. Supported parameters include the administrative
distance with values from 1 to 254 and ospf for the OSPFv3
distance.
Exits from IPv6 router configuration mode.
Suppresses the sending of syslog messages with the lsa parameter
when the router receives a link-state advertisement (LSA) for
Type 6 Multicast OSPF (MOSPF) packets.
Configures the router to send a syslog message when an OSPFv3
neighbor goes up or down. With the detail parameter, all state
changes are logged.
Suppresses the sending and receiving of routing updates on an
interface. The interface_name argument specifies the name of the
interface on which the OSPFv3 process is running.
Configures the redistribution of routes from one routing domain
into another according to the following parameters:
connected—Specifies connected routes.
ospf—Specifies OSPFv3 routes.
static—Specifies static routes.
Cisco ASA Series CLI Configuration Guide
Configuring OSPFv3
1-25

Advertisement

Table of Contents
loading

Table of Contents