在IBGP邻居中,使用反射器减少IBGP邻居关系是一种最常用的网络结构,在上图中AS65001中有6台路由器,其中,R1和R2是一组反射器,配置如下:

R1:

!

interface Loopback0

ip address 10.255.255.1 255.255.255.255

ip router isis 10

!

interface GigabitEthernet1

ip address 10.10.6.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet2

ip address 10.10.4.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet3

ip address 10.10.7.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

router isis 10

net 49.0000.1025.5255.1000.00

is-type level-2-only

!

router bgp 65001

bgp router-id 10.255.255.1

bgp cluster-id 10.255.255.1

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp graceful-restart

bgp scan-time 15

neighbor as65001 peer-group

neighbor as65001 password cisco

neighbor as65001 update-source Loopback0

neighbor as65001 route-reflector-client

neighbor as65001 next-hop-self

neighbor 10.255.255.2 remote-as 65001

neighbor 10.255.255.2 peer-group as65001

neighbor 10.255.255.3 remote-as 65001

neighbor 10.255.255.3 peer-group as65001

neighbor 10.255.255.4 remote-as 65001

neighbor 10.255.255.4 peer-group as65001

neighbor 10.255.255.5 remote-as 65001

neighbor 10.255.255.5 peer-group as65001

neighbor 10.255.255.6 remote-as 65001

neighbor 10.255.255.6 peer-group as65001

!

R2:

!

interface Loopback0

ip address 10.255.255.2 255.255.255.255

ip router isis 10

!

interface GigabitEthernet1

ip address 10.10.6.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet2

ip address 10.10.5.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet3

ip address 10.10.8.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

router isis 10

net 49.0000.1025.5255.2000.00

is-type level-2-only

!

router bgp 65001

bgp router-id 10.255.255.2

bgp cluster-id 10.255.255.1

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp graceful-restart

bgp scan-time 15

neighbor as65001 peer-group

neighbor as65001 password cisco

neighbor as65001 update-source Loopback0

neighbor as65001 route-reflector-client

neighbor as65001 next-hop-self

neighbor 10.255.255.1 remote-as 65001

neighbor 10.255.255.1 peer-group as65001

neighbor 10.255.255.3 remote-as 65001

neighbor 10.255.255.3 peer-group as65001

neighbor 10.255.255.4 remote-as 65001

neighbor 10.255.255.4 peer-group as65001

neighbor 10.255.255.5 remote-as 65001

neighbor 10.255.255.5 peer-group as65001

neighbor 10.255.255.6 remote-as 65001

neighbor 10.255.255.6 peer-group as65001

!

R3:

!

interface Loopback0

ip address 10.255.255.3 255.255.255.255

ip router isis 10

!

interface GigabitEthernet1

ip address 10.10.3.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet2

ip address 10.10.4.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet3

ip address 10.10.1.1 255.255.255.252

negotiation auto

bfd interval 250 min_rx 250 multiplier 3

!

router isis 10

net 49.0000.1025.5255.3000.00

is-type level-2-only

!

router bgp 65001

bgp router-id 10.255.255.3

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp graceful-restart

bgp scan-time 15

neighbor 10.10.1.2 remote-as 65002

neighbor 10.10.1.2 password cisco

neighbor 10.10.1.2 fall-over bfd

neighbor 10.255.255.1 remote-as 65001

neighbor 10.255.255.1 password cisco

neighbor 10.255.255.1 update-source Loopback0

neighbor 10.255.255.1 next-hop-self

neighbor 10.255.255.2 remote-as 65001

neighbor 10.255.255.2 password cisco

neighbor 10.255.255.2 update-source Loopback0

neighbor 10.255.255.2 next-hop-self

!

R4:

!

interface Loopback0

ip address 10.255.255.4 255.255.255.255

ip router isis 10

!

interface GigabitEthernet1

ip address 10.10.3.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet2

ip address 10.10.5.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet3

ip address 10.10.2.1 255.255.255.252

negotiation auto

bfd interval 250 min_rx 250 multiplier 3

!

router isis 10

net 49.0000.1025.5255.4000.00

is-type level-2-only

!

router bgp 65001

bgp router-id 10.255.255.4

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp scan-time 15

neighbor 10.10.2.2 remote-as 65002

neighbor 10.10.2.2 password cisco

neighbor 10.10.2.2 fall-over bfd

neighbor 10.255.255.1 remote-as 65001

neighbor 10.255.255.1 password cisco

neighbor 10.255.255.1 update-source Loopback0

neighbor 10.255.255.1 next-hop-self

neighbor 10.255.255.2 remote-as 65001

neighbor 10.255.255.2 password cisco

neighbor 10.255.255.2 update-source Loopback0

neighbor 10.255.255.2 next-hop-self

!

R5:

!

interface Loopback0

ip address 10.255.255.5 255.255.255.255

ip router isis 10

!

interface GigabitEthernet1

ip address 10.10.9.1 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet3

ip address 10.10.7.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

router isis 10

net 49.0000.1025.5255.5000.00

is-type level-2-only

!

router bgp 65001

bgp router-id 10.255.255.5

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp scan-time 15

network 10.255.255.5 mask 255.255.255.255

neighbor 10.255.255.1 remote-as 65001

neighbor 10.255.255.1 password cisco

neighbor 10.255.255.1 update-source Loopback0

neighbor 10.255.255.1 next-hop-self

neighbor 10.255.255.2 remote-as 65001

neighbor 10.255.255.2 password cisco

neighbor 10.255.255.2 update-source Loopback0

neighbor 10.255.255.2 next-hop-self

!

R6:

interface Loopback0

ip address 10.255.255.6 255.255.255.255

ip router isis 10

!

interface GigabitEthernet1

ip address 10.10.9.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

interface GigabitEthernet3

ip address 10.10.8.2 255.255.255.252

ip router isis 10

negotiation auto

isis network point-to-point

isis password cisco

!

router isis 10

net 49.0000.1025.5255.6000.00

is-type level-2-only

!

router bgp 65001

bgp router-id 10.255.255.6

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp scan-time 15

network 10.255.255.6 mask 255.255.255.255

neighbor 10.255.255.1 remote-as 65001

neighbor 10.255.255.1 password cisco

neighbor 10.255.255.1 update-source Loopback0

neighbor 10.255.255.1 next-hop-self

neighbor 10.255.255.2 remote-as 65001

neighbor 10.255.255.2 password cisco

neighbor 10.255.255.2 update-source Loopback0

neighbor 10.255.255.2 next-hop-self

!

R7:

interface Loopback0

ip address 10.255.255.7 255.255.255.255

!

interface GigabitEthernet1

ip address 10.10.1.2 255.255.255.252

negotiation auto

bfd interval 250 min_rx 250 multiplier 3

!

interface GigabitEthernet2

ip address 10.10.2.2 255.255.255.252

negotiation auto

bfd interval 250 min_rx 250 multiplier 3

!

router bgp 65002

bgp router-id 10.255.255.7

bgp log-neighbor-changes

bgp graceful-restart restart-time 120

bgp graceful-restart stalepath-time 360

bgp graceful-restart

bgp scan-time 15

network 10.255.255.7 mask 255.255.255.255

neighbor 10.10.1.1 remote-as 65001

neighbor 10.10.1.1 password cisco

neighbor 10.10.1.1 fall-over bfd

neighbor 10.10.2.1 remote-as 65001

neighbor 10.10.2.1 password cisco

neighbor 10.10.2.1 fall-over bfd

!

在RR1上查看BGP邻居建立情况,如下图:

在RR2上查看BGP邻居建立情况,如下图:

规划设计要点:

  1. 网络中两台独立的路由器做RR,并且属于一个cluster
  2. 两台rr不承担流量转发的工作

IBGP规划的更多相关文章

  1. eBGP&iBGP 总结

    3.4 BGP 原文地址:http://mp.weixin.qq.com/s?src=3&timestamp=1500043305&ver=1&signature=XwiIVV ...

  2. shell脚本规划化模板

    shell脚本规划化模板 Linux运维过程中,shell脚本是不可缺少的工具,但是每个运维人员编程的习惯都不一样,很多时候就是实现某个功能,写出来的脚本都是烂七八糟的.脚本必须规范化,应该从以后几个 ...

  3. IT基础架构规划方案一(网络系统规划)

    背景                   某集团经过多年的经营,公司业务和规模在不断发展,公司管理层和IT部门也认识到通过信息化手段可以更好地支撑公司业务运营.提高企业生产和管理效率.同时随着新建办公 ...

  4. 攻城记:Thinkphp框架的项目规划总结和踩坑经验

    一.项目模块规划 1.项目分为PC端.移动端.和PC管理端,分为对应目录为 /Application/Home,/Application/Mobile,/Application/Admin: 对应入口 ...

  5. 【BZOJ-3627】路径规划 分层图 + Dijkstra + spfa

    3627: [JLOI2014]路径规划 Time Limit: 30 Sec  Memory Limit: 128 MBSubmit: 186  Solved: 70[Submit][Status] ...

  6. Google地图路线规划

    Google地图路线规划: 需求:给定的两点之间Google地图路径规划和详情. 代码实现: //map定义省略 var directionsDisplay = new google.maps.Dir ...

  7. R语言 批量规划求解

    昨天读到一个项目,是关于优化求解的. 约束条件如下: 公司里有很多客户,客户之所以不继续用我们的产品了,是因为他账户余额是负的,所以,为了重新赢回这些客户,公司决定发放优惠券cover掉客户账户的负余 ...

  8. Java职业生涯规划

    java学习这一部分其实也算是今天的重点,这一部分用来回答很多群里的朋友所问过的问题,那就是我你是如何学习Java的,能不能给点建议?今天我是打算来点干货,因此咱们就不说一些学习方法和技巧了,直接来谈 ...

  9. 第二天ci项目规划 数据库设计

    第二天ci项目规划 数据库设计 商品 + 用户 + 订单 数据库设计思想和方法 关于商品品牌 ,分类 ,属性 如何表示 用一个字段 还是再设计一张表 品牌和商品 是一种信息 还是两种信息 一张表一般只 ...

随机推荐

  1. xamarin android 报错 Could not load assembly 'Xamarin.Android.Support.v7.AppCompat

    严重性 代码 说明 项目 文件 行 禁止显示状态 错误 Exception while loading assemblies: System.IO.FileNotFoundException: Cou ...

  2. Javascript 来判断数组的假值如 null false "" NaN

    Javascript 来判断数组的假值如 null false "" NaN function bouncer(arr) { arr = arr.filter(function(a ...

  3. 计算apk包的安装之后占用空间以及运行时占用内存

    1.统计结果如下 计算apk安装占用空间大小方式 为了方式apk包运行时出现缓存数据等对空间计算造成影响.应该先进行安装,然后分别计算空间变化 所有apk包安装完毕后再运行 开启两个cmd窗口 第一个 ...

  4. 【剑指offer】链表第一个公共子结点

    *思路: 先求得两个链表的长度,然后得到长度差diff,再先遍历长链表diff步后,再同时遍历两个链表并比较对象指针. /* public class ListNode { int val; List ...

  5. IDEA—— 找不到或无法加载主类Main

    最近使用idea,编写了一个项目,发现老是找不到main,网上找了一大圈的解决方案,都不行.灵机一动升级了jdk就可以了,之前用的是1.7的,换成了1.8的就好了.

  6. Python【每日一问】03

    问:请给出下列代码的执行结果,并解释 a = dict.fromkeys([6, 7, 8], ["testing", {"name": "ken&q ...

  7. POJ3259 Wormholes

    Description While exploring his many farms, Farmer John has discovered a number of amazing wormholes ...

  8. scala spark-streaming整合kafka (spark 2.3 kafka 0.10)

    Maven组件如下: ) { System.err.println() } StreamingExamples.setStreamingLogLevels() )) ) { System.) } )) ...

  9. for each in for in 与for of

    for each in for each in是作为E4X标准的一部分在javascript 1.6中发布的,而它不是ECMAScript标准的一部分.  这将意味着存在各种浏览器的兼容性问题.for ...

  10. java面试多线程问题

    Java多线程面试问题 1. 进程和线程之间有什么不同? 一个进程是一个独立(self contained)的运行环境,它可以被看作一个程序或者一个应用.而线程是在进程中执行的一个任务.Java运行环 ...