我们已经与我们的 ISP 和我的 ISP 发送社区创建了对等点来做回洞,但是我如何配置它并为黑洞流量发送社区字符串。
ISP说64682:0
为RTBH使用社区,我做了以下配置但没有用
router bgp 100
bgp log-neighbor-changes
redistribute static route-map RTBH
neighbor 71.xxx.xxx.61 remote-as 200
neighbor 71.xxx.xxx.61 send-community
network 70.xx.xx.0 mask 255.255.255.0
route-map RTBH permit 10
match tag 666
set community 64682:666
route-map RTBH permit 20
我:0
在社区中进行了配置,因为我的路由器不接受。
这里我使用路由发送空值。
ip route 71.x.x.100 255.255.255.255 Null0 tag 666
我做错了什么?
编辑:
我正在关注这个文档来设置社区 RTBH http://cenic.org/network/bgp-blackhole-community
更新:
我已经使用以下信息修改了配置,但仍然没有运气,并且no auto-summary
在 BGP 中是默认设置
route-map RTBH permit 10
match tag 666
set community 64682:0
set ip next-hop 192.0.2.1
!
route-map RTBH permit 20
调试信息:
当我触发空路由时,我得到了以下调试debug ip routing
日志
R1#
*Jun 20 15:38:23.212: RT: updating static 70.xx.xx.1/32 (0x0) :
via 0.0.0.0 Nu0 0 1048578
*Jun 20 15:38:23.212: RT: rib update return code: 17