BGP.note
·所有机器的相同配置:
vim /etc/frr/daemons
systemctl restart frr
vtysh
conf t
router bgp 6500X
no bgp ebgp-requires-policy //关闭eBGP策略
no bgp network import-check //允许通告路由给邻居·L-ISP:

·L-HQ-GW:

·L-BR-GW:

vim /etc/frr/daemons
vtysh
conf t
router bgp 6500X
no bgp ebgp-requires-policy //关闭eBGP策略
no bgp network import-check //允许通告路由给邻居

