Cisco ASA Series Cli Configuration Manual page 660

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

Advertisement

Configuring OSPFv3
Command
area area-id stub
Example:
hostname(config-rtr)# area 1 stub
area area-id virtual-link router-id
[hello-interval seconds]
[retransmit-interval seconds]
[transmit-delay seconds] [dead-interval
seconds] [ttl-security hops hop-count]
Example:
hostname(config-rtr)# area 1 virtual-link
192.168.255.1 hello-interval 5
Cisco ASA Series CLI Configuration Guide
1-28
Purpose
Specifies a stub area.
Defines a virtual link and its parameters.
The area-id argument identifies the area for which routes are to
be summarized. The virtual link keyword specifies the creation
of a virtual link neighbor. The router-id argument specifies the
router ID that is associated with the virtual link neighbor. Enter
the show ip ospf or show ipv6 display command to display the
router ID. There is no default value. The hello-interval keyword
specifies the time in seconds between the hello packets that are
sent on an interface. The hello interval is an unsigned integer that
is to be advertised in the hello packets. The value must be the
same for all routers and access servers that are attached to a
common network. Valid values range from 1 to 8192. The default
is 10. The retransmit-interval seconds keyword-argument pair
specifies the time in seconds between LSA retransmissions for
adjacencies that belong to the interface. The retransmit interval is
the expected round-trip delay between any two routers on the
attached network. The value must be greater than the expected
round-trip delay, and can range from 1 to 8192. The default is 5.
The transmit-delay seconds keyword-argument pair specifies the
estimated time in seconds that is required to send a link-state
update packet on the interface. The integer value must be greater
than zero. LSAs in the update packet have their own ages
incremented by this amount before transmission. The range of
values can be from 1 to 8192. The default is 1. The dead-interval
seconds keyword-argument pair specifies the time in seconds that
hello packets are not seen before a neighbor indicates that the
router is down. The dead interval is an unsigned integer. The
default is four times the hello interval, or 40 seconds. The value
must be the same for all routers and access servers that are
attached to a common network. Valid values range from 1 to 8192.
The ttl-security hops keyword configures the time-to-live (TTL)
security on a virtual link. The hop-count argument value can
range from 1 to 254.
Chapter 1
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents