Hi,
The PPP link between R4 and R5 will be a backup of both the Ethernet and Frame Relay segments between them.
Both R4 and R5 should be able to detect a failure of either the Frame Relay or Ethernet segments within 10 seconds.
In the case that both the Frame Relay and the Ethernet segmentsbetween R4 and R5 are down traffic should be sent over the PPP link.
the solution for them :
interface Ethernet0/0
ip ospf hello-interval 2
!
interface Serial1/0
ip ospf hello-interval 2
That is OK.
But for this one:
• As long as either the Frame Relay or the Ethernet segment is up no traffic
should be sent over the PPP link
On previous one, 3 intarfaces are load balancing. And with changing hello interval of another interface you can not change the cost. After chaning timers PPP link is still forwarding traffic.
Rack1R4(config-if)#do sh ip ospf int bri
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Lo0 1 2 150.1.4.4/24 1 LOOP 0/0
Se1/1 1 2 141.1.45.4/24 1 P2P 1/1
Se1/0 1 2 141.1.54.4/24 1 P2P 1/1
Fa0/0 1 2 141.1.145.4/24 1 BDR 1/1