码迷,mamicode.com
首页 > 其他好文 > 详细

32-高级路由:BGP汇总:实验三: null 0路由汇总

时间:2018-07-07 17:34:02      阅读:531      评论:0      收藏:0      [点我收藏+]

标签:show   config   通告   shadow   route   log   work   部署   高级   

一、实验拓扑:
技术分享图片
二、实验要求:
1、R1部署192.168.8.1~192.168.11.1环回口;
2、R1上部署192.168.8.0/22 null 0,并将此路由在BGP进程下通告;
3、验证:R2是否有192.168.8.0/22 null的路由。
三、命令部署:
1、R1部署192.168.8.1~192.168.11.1环回口:
R1(config)#int lo2
R1(config-if)#ip add 192.168.8.1 255.255.255.0
R1(config-if)#int lo3
R1(config-if)#ip add 192.168.9.1 255.255.255.0
R1(config-if)#int lo4
R1(config-if)#ip add 192.168.10.1 255.255.255.0
R1(config-if)#int lo5
R1(config-if)#ip add 192.168.11.1 255.255.255.0

2、R1上部署192.168.8.0/22 null 0,并将此路由在BGP进程下通告:
R1(config)#ip route 192.168.8.0 255.255.252.0 null 0
R1(config)#router bgp 1
R1(config-router)#network 192.168.8.0 mask 255.255.252.0

四、验证:
R2#show ip route
B 192.168.8.0/22 [20/0] via 12.1.1.1, 00:02:22

32-高级路由:BGP汇总:实验三: null 0路由汇总

标签:show   config   通告   shadow   route   log   work   部署   高级   

原文地址:http://blog.51cto.com/13856092/2137575

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!