Hello..
I have CE router which have two internet links provided by single ISP. We are running BGP making one link primary and another backup using BGP weight attributes. Now i want a public IP addess(A.A.A.A) of another location should receive through backup circuit since primary circuit bandwidth remain almost choke. I am doing this using route-map & prefix list but still traffic from source (A.A.A.A) receives through primary link, pls tell me where i am doing wrong.
neighbor x.x.x.x remote-as 4755
neighbor x.x.x.x update-source FE0/0
neighbor x.x.x.x weight 200
neighbor x.x.x.x prefix-list test in
neighbor y.y.y.y remote-as 4755
neighbor y.y.y.y update-source FE0/1
neighbor y.y.y.y weight 100
ip prefix-list test seq 5 deny B.B.B.B/32
ip prefix-list test seq 10 permit 0.0.0.0/0