Hi I am new in BGP routing, and i find it pretty tough though....anyway can sum1 help me please.....^_^
I have designed a network, please refer the attached diagram.
Current situation, I ve BGP running between CE's in sites A & B.
Proposed situation,
I have included a new back-to-back link, which will be the backup link.
If the router detects either the primary link goes down, it should route the traffic using the backup link. QOS is also configured for Telnet, Citrix, and Windows Client.
I am not sure how to configure BGP for backup link.
I read thru this link,
http://www.velocityreviews.com/forum...-with-bgp.html
, it seems similar but i m kinda confused
below is the router config of both routers.
Site A
router bgp 65003
no synchronization
bgp log-neighbor-changes
network 172.16.10.8 mask 255.255.255.252
network 172.16.10.12 mask 255.255.255.252
timers bgp 5 15
redistribute connected
neighbor 172.16.10.9 remote-as 65000
no auto-summary
Site B
router bgp 65002
no synchronization
bgp log-neighbor-changes
network 172.16.10.4 mask 255.255.255.252
network 172.16.10.12 mask 255.255.255.252
timers bgp 5 15
redistribute connected
neighbor 172.16.10.6 remote-as 65000
no auto-summary
Hope to hear good news. Thanks for your TIME.