1-22
Cisco ASA Series CLI Configuration Guide
 
Chapter 1      Configuring OSPF
  Configuring OSPFv3
ipv6 ospf hello-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 hello-interval 15
Specifies the interval in seconds between hello packets sent on the 
interface. The value must be the same for all nodes on a specific 
network and can range from 1 to 65535. The default interval is 10 
seconds for Ethernet interfaces and 30 seconds for non-broadcast 
interfaces.
ipv6 ospf mtu-ignore
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 mtu-ignore
Disables the OSPF MTU mismatch detection when DBD packets 
are received. OSPF MTU mismatch detection is enabled by 
default.
ipv6 ospf network {broadcast | 
point-to-point non-broadcast}
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 network point-to-point 
non-broadcast
Sets the OSPF network type to a type other than the default, which 
depends on the network type. The point-to-point non-broadcast 
keyword sets the network type to point-to-point non-broadcast. 
The broadcast keyword sets the network type to broadcast.
Command Purpose