IBGP规划

在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邻居建立情况,如下图:

规划设计要点:
- 网络中两台独立的路由器做RR,并且属于一个cluster
- 两台rr不承担流量转发的工作
IBGP规划的更多相关文章
- eBGP&iBGP 总结
3.4 BGP 原文地址:http://mp.weixin.qq.com/s?src=3×tamp=1500043305&ver=1&signature=XwiIVV ...
- shell脚本规划化模板
shell脚本规划化模板 Linux运维过程中,shell脚本是不可缺少的工具,但是每个运维人员编程的习惯都不一样,很多时候就是实现某个功能,写出来的脚本都是烂七八糟的.脚本必须规范化,应该从以后几个 ...
- IT基础架构规划方案一(网络系统规划)
背景 某集团经过多年的经营,公司业务和规模在不断发展,公司管理层和IT部门也认识到通过信息化手段可以更好地支撑公司业务运营.提高企业生产和管理效率.同时随着新建办公 ...
- 攻城记:Thinkphp框架的项目规划总结和踩坑经验
一.项目模块规划 1.项目分为PC端.移动端.和PC管理端,分为对应目录为 /Application/Home,/Application/Mobile,/Application/Admin: 对应入口 ...
- 【BZOJ-3627】路径规划 分层图 + Dijkstra + spfa
3627: [JLOI2014]路径规划 Time Limit: 30 Sec Memory Limit: 128 MBSubmit: 186 Solved: 70[Submit][Status] ...
- Google地图路线规划
Google地图路线规划: 需求:给定的两点之间Google地图路径规划和详情. 代码实现: //map定义省略 var directionsDisplay = new google.maps.Dir ...
- R语言 批量规划求解
昨天读到一个项目,是关于优化求解的. 约束条件如下: 公司里有很多客户,客户之所以不继续用我们的产品了,是因为他账户余额是负的,所以,为了重新赢回这些客户,公司决定发放优惠券cover掉客户账户的负余 ...
- Java职业生涯规划
java学习这一部分其实也算是今天的重点,这一部分用来回答很多群里的朋友所问过的问题,那就是我你是如何学习Java的,能不能给点建议?今天我是打算来点干货,因此咱们就不说一些学习方法和技巧了,直接来谈 ...
- 第二天ci项目规划 数据库设计
第二天ci项目规划 数据库设计 商品 + 用户 + 订单 数据库设计思想和方法 关于商品品牌 ,分类 ,属性 如何表示 用一个字段 还是再设计一张表 品牌和商品 是一种信息 还是两种信息 一张表一般只 ...
随机推荐
- linux数据库
sudo apt-get install mysql-server ---------Centos7下安装mysql 开始-------------下载mysql的repo源# yum install ...
- SpringAOP 注解方式
Spring-service-mvc.xml <context:component-scan base-package="com.restful.controller,com.rest ...
- PythonStudy——机器语言 Machine Language
编程语言 编程语言(programming language),是用来定义计算机程序的形式语言.它是一种被标准化的交流技巧,用来向计算机发出指令.一种计算机语言让程序员能够准确地定义计算机所需要使用的 ...
- vue+elementui按需引入
转载自以下网址,仅作备忘之用:https://www.cnblogs.com/lwj820876312/p/9169457.html 基于Vue的Ui框架 饿了么公司基于vue开的的vue的Ui组件库 ...
- 基于redis的 分布式锁 Java实现
package com.hs.services.lock; import java.util.concurrent.TimeUnit; import javax.annotation.Resource ...
- Hbase 与Hive整合
HBase与Hive的对比 25.1.Hive 25.1.1.数据仓库 Hive的本质其实就相当于将HDFS中已经存储的文件在Mysql中做了一个双射关系,以方便使用HQL去管理查询. 25.1.2. ...
- head命令用法总结
head命令用法总结 head命令用于显示文件的开头的内容.在默认情况下,head命令显示文件的头10行内容. 1.语法 head(选项)(参数) 2.选项 -c, --bytes=[-]K 显示每个 ...
- OpenSSL-Win32,rsa,私钥,公钥,1024,2048
默认是rsa_private_key1024.pem , PEM格式私钥,C# ,PHP 用. 再生成 pkcs8 格式私钥, JAVA 用. 公钥无格式区分. 1024 的: openssl.exe ...
- set-----》集合
1.set 是无序 不重复的序列 2.创建 list = [] dic = {"k1":123} set = {"123","333"} ...
- 51nod1340 地铁环线
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1340 设x为环线的长度,要判断某个特定的x是否可行,不难将题目转为差分约 ...