Cisco ASA Series Cli Configuration Manual page 654

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

Advertisement

Configuring OSPFv3
Command
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
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
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
Cisco ASA Series CLI Configuration Guide
1-22
Purpose
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.
Disables the OSPF MTU mismatch detection when DBD packets
are received. OSPF MTU mismatch detection is enabled by
default.
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.
Chapter 1
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents