实验目的 1、掌握使用Route-Map过滤BGP的路由。
实验拓扑 接口ip配置与bgp基础配置详见:
CSDNhttps://mp.csdn.net/mp_blog/creation/editor/125210020查看R3的路由表:
R3#show ip route Gateway of last resort is not set1.0.0.0/24 is subnetted…
强制指定源地址的下一跳
match定义匹配条件
match ip address匹配访问列表或前缀列表
match interface匹配下一跳出接口为指定接口之一的路由
match ip next-hop匹配下一跳地址为特定访问列表中被允许的那些路由
match metric匹配具有指定度量值的路由
match route-type匹…