我们有上述场景,目前我们只有一个链接,ISP ROUTER1但很快我们计划在同一个 BGP 路由器上建立第二个链接,但它来自 ISP 端ISP ROUTER2。
我听说它建议使用环回源配置 BGP,但我不知道这如何适合双路由器场景。这是我们目前在我的路由器中配置的。
router bgp 30000
bgp log-neighbor-changes
network xx.xx.xx.xx mask 255.255.255.0
timers bgp 10 30
redistribute static route-map RTBH
neighbor 66.xx.xx.65 remote-as 10000
neighbor 66.xx.xx.65 description ***** ISP-ROUTER1 *****
neighbor 66.xx.xx.65 send-community
neighbor 66.xx.xx.65 weight 100
