1-24
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring OSPF
Configuring OSPFv3
Configuring OSPFv3 Router Parameters
To configure OSPFv3 router parameters for IPv6, perform the following steps:
ipv6 ospf retransmit-interval seconds
Example:
hostname(config-if)# interface
GigabitEthernet3/2.200
vlan 200
nameif outside
security-level 100
ip address 10.20.200.30 255.255.255.0
standby 10.20.200.31
ipv6 address 3001::1/64 standby 3001::8
ipv6 address 6001::1/64 standby 6001::8
ipv6 enable
ospf priority 255
ipv6 ospf cost 100
ipv6 ospf 100 area 10 instance 200
ipv6 ospf retransmit-interval 8
Specifies the time in seconds between LSA retransmissions for
adjacencies that belong to the interface. The time must be greater
than the expected round-trip delay between any two routers on the
attached network. Valid values range from 1 to 65535 seconds.
The default is 5 seconds.
ipv6 ospf transmit-delay seconds
Example:
hostname(config-if)# interface
GigabitEthernet3/2.200
vlan 200
nameif outside
security-level 100
ip address 10.20.200.30 255.255.255.0
standby 10.20.200.31
ipv6 address 3001::1/64 standby 3001::8
ipv6 address 6001::1/64 standby 6001::8
ipv6 enable
ospf priority 255
ipv6 ospf cost 100
ipv6 ospf 100 area 10 instance 200
ipv6 ospf retransmit-delay 3
Sets the estimated time in seconds to send a link-state update
packet on the interface. Valid values range from 1 to 65535
seconds. The default is 1 second.
Command Purpose
Command Purpose
Step 1
ipv6 router ospf process-id
Example:
hostname(config)# ipv6 router ospf 10
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.
Step 2
Do one of the following to configure optional OSPFv3 router parameters: