Cisco ASA Series Cli Configuration Manual page 675

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

Advertisement

Chapter 1
Configuring OSPF
The following is sample output from the show running-config ipv6 command:
hostname (config)# show running-config ipv6
ipv6 router ospf 1
log-adjacency-changes
The following is sample output from the show running-config interface command:
hostname (config-if)# show running-config interface GigabitEthernet3/1
interface GigabitEthernet3/1
nameif fda
security-level 100
ip address 1.1.11.1 255.255.255.0 standby 1.1.11.2
ipv6 address 9098::10/64 standby 9098::11
ipv6 enable
ipv6 ospf 1 area 1
The following examples show how to configure OSPFv3-specific interfaces:
hostname (config)# interface GigabitEthernet3/1
hostname (config-if)# nameif fda
hostname (config-if)# security-level 100
hostname (config-if)# ip address 10.1.11.1 255.255.255.0 standby 10.1.11.2
hostname (config-if)# ipv6 address 9098::10/64 standby 9098::11
hostname (config-if)# ipv6 enable
hostname (config-if)# ipv6 ospf cost 900
hostname (config-if)# ipv6 ospf hello-interval 20
hostname (config-if)# ipv6 ospf network broadcast
hostname (config-if)# ipv6 ospf database-filter all out
hostname (config-if)# ipv6 ospf flood-reduction
hostname (config-if)# ipv6 ospf mtu-ignore
hostname (config-if)# ipv6 ospf 1 area 1 instance 100
hostname (config-if)# ipv6 ospf encryption ipsec spi 890 esp null md5
12345678901234567890123456789012
hostname (config)# ipv6 router ospf 1
hostname (config)# area 1 nssa
hostname (config)# distance ospf intra-area 190 inter-area 100 external 100
hostname (config)# timers lsa arrival 900
hostname (config)# timers pacing flood 100
hostname (config)# timers throttle lsa 900 900 900
hostname (config)# passive-interface fda
hostname (config)# log-adjacency-changes
hostname (config)# redistribute connected metric 100 metric-type 1 tag 700
For an example of how to configure an OSPFv3 virtual link, see the following URL:
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080b8fd06.shtm
l
Configuration Examples for OSPFv3
Cisco ASA Series CLI Configuration Guide
1-43

Advertisement

Table of Contents
loading

Table of Contents