Cisco ASA Series Cli Configuration Manual page 662

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

Advertisement

Configuring OSPFv3
Configuring OSPFv3 Timers
You can set LSA arrival, LSA pacing, and throttling timers for OSPFv3.
To set the minimum interval at which the ASA accepts the same LSA from OSPFv3 neighbors, perform
the following steps:
Detailed Steps
Command
Step 1
ipv6 router ospf process-id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
timers lsa arrival milliseconds
Example:
hostname(config-rtr)# timers lsa arrival
2000
To configure LSA flood packet pacing, perform the following steps:
Detailed Steps
Command
Step 1
ipv6 router ospf process-id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
timers pacing flood milliseconds
Example:
hostname(config-rtr)# timers lsa flood 20
Cisco ASA Series CLI Configuration Guide
1-30
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.
Sets the minimum interval at which the ASA accepts the same
LSA from OSPF neighbors.
The milliseconds argument specifies the minimum delay in
milliseconds that must pass between acceptance of the same LSA
arriving from neighbors. The range is from 0 to 6,000,000
milliseconds. The default is 1000 milliseconds.
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 LSA flood packet pacing.
The milliseconds argument specifies the time in milliseconds at
which LSAs in the flooding queue are paced in between updates.
The configurable range is from 5 to 100 milliseconds. The default
value is 33 milliseconds.
Chapter 1
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents