9-12
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 9 Configuring IP Routing
Configuring OSPF
The
seconds
must be greater than the expected round-trip delay between any two routers on the
attached network. The range is from 1 to 65535 seconds. The default is 5 seconds.
•
To set the estimated number of seconds required to send a link-state update packet on an OSPF
interface, enter the following command:
hostname(config-interface)#
ospf transmit-delay
seconds
The
seconds
is from 1 to 65535 seconds. The default is 1 second.
•
To specify the interface as a point-to-point, non-broadcast network, enter the following command:
hostname(config-interface)#
ospf network point-to-point non-broadcast
When you designate an interface as point-to-point, non-broadcast, you must manually define the
OSPF neighbor; dynamic neighbor discover is not possible. See
Defining Static OSPF Neighbors,
page 9-16
, for more information. Additionally, you can only define one OSPF neighbor on that
interface.
The following example shows how to configure the OSPF interfaces:
hostname(config)#
router ospf 2
hostname(config-router)#
network 2.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
The following is sample output from the
show ospf
command:
hostname(config)#
show ospf
Routing Process "ospf 2" with ID 20.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
Содержание 500 Series
Страница 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Страница 45: ...P A R T 1 Getting Started and General Information ...
Страница 46: ......
Страница 277: ...P A R T 2 Configuring the Firewall ...
Страница 278: ......
Страница 354: ...17 38 Cisco Security Appliance Command Line Configuration Guide OL 12172 03 Chapter 17 Configuring NAT NAT Examples ...
Страница 561: ...P A R T 3 Configuring VPN ...
Страница 562: ......
Страница 891: ...P A R T 4 System Administration ...
Страница 892: ......
Страница 975: ...P A R T 5 Reference ...
Страница 976: ......