I have put together a really simple BFD configuration:
Code:
hostname R1
no ip domain-lo
line con 0
privil level 15
no login
int lo0
ip address 10.255.255.3 255.255.255.255
int gig1/0
no shut
ip address 10.1.2.2 255.255.255.252
bfd interval 50 min_rx 50 multiplier 3
int gig2/0
no shut
ip address 10.2.3.2 255.255.255.252
bfd interval 50 min_rx 50 multiplier 3
router ospf 1
network 0.0.0.0 0.0.0.0 area 0
bfd all-interfaces
The routers are all running Cisco IOS Software, 7200 Software (C7200-ADVENTERPRISEK9-M), Version 15.0(1)M3.
the routers crash with the following console output:
Code:
%SYS-2-INSCHED: sleep for within scheduler -Process= "*Sched*", ipl= 0 -Traceback=
The log file located in c:\..\AppData\Local\Temp\ are empty.