Technical documentation
发布日期:2022-04-19 浏览次数:1808 来源:崔志鹏
HCIE Datacom怎么学?-BGP按需发布路由ORF实验(实战案例)-沃尔夫
官方微信同电话:17316362402,可加HCIE Datacom学习群
WOLF-LAB沃尔夫提供免费基础课学习视频+资料+模拟器,联系客服获取
Outbound Route Filtering
实现BGP路由的按需发布
实验:
R1:
ip route-static 192.168.1.0 255.255.255.0 NULL0
ip route-static 192.168.2.0 255.255.255.0 NULL0
bgp 100
peer 1.1.12.2 as-number 100
#
ipv4-family unicast
undo synchronization
import-route static
peer 1.1.12.2 enable
peer 1.1.12.2 capability-advertise orf cisco-compatible ip-prefix receive
R2:
ip ip-prefix 1 index 10 deny 192.168.2.0 24
ip ip-prefix 1 index 20 permit 0.0.0.0 0 less-equal 32
bgp 100
peer 1.1.12.1 as-number 100
#
ipv4-family unicast
undo synchronization
peer 1.1.12.1 enable
peer 1.1.12.1 ip-prefix 1 import
peer 1.1.12.1 capability-advertise orf cisco-compatible ip-prefix send
注意:
1、 cisco-compatible跟cisco设备对接的时候敲,华为设备之间不用
2、模拟器想要看到现象必须用 cisco-compatible模式
此时R1和R2抓到的open报文:携带了兼容cisco的ORF能力,并且R2设备初始状态会发送route-ref,正常境况下是不会发送的
正常的路由刷新报文:
做了ORF后的路由刷新报文:新增的ORF信息就是本端设置的前缀列表
官方微信同电话:17316362402,可加HCIE Datacom学习群
WOLF-LAB沃尔夫提供免费基础课学习视频+资料+模拟器,联系客服获取