Cisco ASA 5505 User Manual

Page 477

Advertising
background image

24-15

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 24 Configuring OSPF

Configuration Example for OSPF

Step 3

(Optional) To configure OSPF interface parameters, enter the following commands:

hostname(config)# router ospf 2

hostname(config-router)# network 10.0.0.0 255.0.0.0 area 0

hostname(config-router)# interface inside

hostname(config-interface)# ospf cost 20

hostname(config-interface)# ospf retransmit-interval 15

hostname(config-interface)# ospf transmit-delay 10

hostname(config-interface)# ospf priority 20

hostname(config-interface)# ospf hello-interval 10

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 OSPF area parameters, enter the following commands:

hostname(config)# router ospf 2

hostname(config-router)# area 0 authentication

hostname(config-router)# area 0 authentication message-digest

hostname(config-router)# area 17 stub

hostname(config-router)# 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-router)# timers spf 10 120

hostname(config-router)# log-adj-changes [detail]

Step 6

To restart the OSPF process, enter the following commands:

hostname(config)# clear ospf pid {process | redistribution | counters

[neighbor [neighbor-interface] [neighbor-id]]}

Step 7

(Optional) To show current OSPF 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 0

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

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 0

Number of DCbitless LSA 0

Number of indication LSA 0

Number of DoNotAge LSA 0

Flood list length 0

Advertising