what am I doing wrong. it wont fail back unless I get out of gns3 and back in lab.
it works manually removing static route on router a but not with sla and shutting don interface.
the  192.168.5.2 is on the router a.
======ROuter A config primary ISP www connection======
router bgp 65002
network 0.0.0.0
network 3.3.3.3 mask 255.255.255.255
neighbor 192.168.1.1 remote-as 65001
neighbor 192.168.1.1 default-originate
!
ip route 0.0.0.0 0.0.0.0 192.168.5.1 track 1
!
track 1 ip sla 1
ip sla 1
icmp-echo 192.168.5.2
timeout 3000
threshold 3000
frequency 5
ip sla schedule 1 life forever start-time now
=======Router B config for ISP2 secondary www connection=========
router bgp 65000
network 2.2.2.2 mask 255.255.255.255
neighbor 192.168.2.1 remote-as 65001
neighbor 192.168.2.1 next-hop-self
neighbor 192.168.2.1 route-map PREPEND out
!
!
ip route 0.0.0.0 0.0.0.0 192.168.4.1 250
!