! Listing 2.4: Modifying OSPF timers for faster response to link failure ! !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) OSPF timer example ip address 10.0.0.1 255.255.255.252 ip ospf authentication-key ijklmnop ip ospf hello-interval 3 ip ospf dead-interval 10 bandwidth 1500 frame-relay interface-dlci 500 IETF ! interface Serial1/1 description Point-to-point T1 OSPF timer example ip address 10.0.0.5 255.255.255.252 ip ospf authentication-key qrstuvw ip ospf hello-interval 10 ip ospf dead-interval 40 bandwidth 1500 ! end