! Listing 2.5: Modifying Cisco OSPF parameters for faster response to multiple link failures ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! interface Serial1/0.1 point-to-point description Frame relay (CIR 1500) - 2nd OSPF timer example ip address 10.0.0.1 255.255.255.252 ip ospf hello-interval 3 ip ospf dead-interval 10 ip ospf retransmit-interval 3 bandwidth 1500 frame-relay interface-dlci 500 IETF ! router ospf 1234 timers spf 3 5 network 10.0.0.0 0.0.0.3 area 0.0.0.10 ! Other interfaces go here ! end