Cisco ASA Series Cli Configuration Manual page 674

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

Advertisement

Configuration Examples for OSPFv3
hostname(config-interface)# ospf dead-interval 40
hostname(config-interface)# ospf authentication-key cisco
hostname(config-interface)# ospf message-digest-key 1 md5 cisco
hostname(config-interface)# ospf authentication message-digest
Step 4
(Optional) To configure OSPFv2 area parameters, enter the following commands:
hostname(config)# router ospf 2
hostname(config-rtr)# area 0 authentication
hostname(config-rtr)# area 0 authentication message-digest
hostname(config-rtr)# area 17 stub
hostname(config-rtr)# area 17 default-cost 20
Step 5
(Optional) To configure the route calculation timers and show the log neighbor up and down messages,
enter the following commands:
hostname(config-rtr)# timers spf 10 120
hostname(config-rtr)# log-adj-changes [detail]
Step 6
(Optional) To show current OSPFv2 configuration settings, enter the show ospf command.
The following is sample output from the show ospf command:
hostname(config)# show ospf
Routing Process "ospf 2" with ID 10.1.89.2 and Domain ID 0.0.0.2
Supports only single TOS(TOS0) routes
Supports opaque LSA
SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
Number of external LSA 5. Checksum Sum 0x 26da6
Number of opaque AS LSA 0. Checksum Sum 0x
Number of DCbitless external and opaque AS LSA 0
Number of DoNotAge external and opaque AS LSA 0
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
External flood list length 0
Step 7
To clear the OSPFv2 configuration, enter the following command:
hostname(config)# clear configure router ospf pid
Configuration Examples for OSPFv3
The following example shows how to enable and configure OSPFv3 at the interface level:
hostname (config)# interface GigabitEthernet3/1
hostname (config-if)# ipv6 enable
hostname (config-if)# ipv6 ospf 1 area 1
Cisco ASA Series CLI Configuration Guide
1-42
Area BACKBONE(0)
Number of interfaces in this area is 1
Area has no authentication
SPF algorithm executed 2 times
Area ranges are
Number of LSA 5. Checksum Sum 0x 209a3
Number of opaque link LSA 0. Checksum Sum 0x
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
Chapter 1
0
0
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents