
BGP
BGP
废言Pro
时间加努力
展开
-
Border Gateway Protocol Link-State
Border Gateway Protocol Link-State (BGP-LS) is an Address Family Identifier (AFI) and Sub-address Family Identifier (SAFI) defined to carry interior gateway protocol (IGP) link-state database through ...转载 2019-09-30 11:32:14 · 550 阅读 · 0 评论 -
Yet Another new BGP NLRI: BGP-LS
Yes, that’s right, we have another new BGP NLRI: BGP-LS. In this post we will be looking at BGP with Link State (LS) extensionwhichis an integral part of the Carrier SDN strategy. We will look at wh...转载 2019-09-30 10:32:13 · 1400 阅读 · 0 评论 -
Dissemination of Flow Specification Rules
AbstractThis document defines a new Border Gateway Protocol Network Layer Reachability Information (BGP NLRI) encoding format that can be used to distribute traffic flow specifications. This allows t...原创 2019-09-11 10:19:17 · 314 阅读 · 0 评论 -
Junos and BGP FlowSpec
IntroductionRecently I carried out tests in labs to evaluate the FlowSpec implementation on MX960 router with TRIO MPC cards. I used a 12.3 Junos release.Those tests have covered:- IPv4 blackhol...转载 2019-09-11 09:51:59 · 756 阅读 · 0 评论 -
BGP(3):BGP 的路径优选
10.3 BGP 的路径优选BGP Speaker 在收到它的邻居发送过来的路由通告(BGP Update 报文)时,除了要泛洪出去(如果需要的话),还会根据通告中的路由信息处理自己的 BGP 路由表。对于通告信息中的“Withdrawn Routes”信息,其处理相对简单,根据“Withdrawn Routes”中的二元组“<Length, Prefix>”列表,逐个删除 B...转载 2019-09-30 16:07:15 · 1382 阅读 · 0 评论 -
BGP(2):BGP 的报文格式
10.2 BGP 的报文格式BGP 的报文承载于 TCP 报文,如图10-7所示。图10-7BGP 报文承载于 TCP 报文BGP 报文所对应的 TCP 端口号是179。与其他协议一样,BGP 报文也分为2部分:BGP Header、BGP Data。下面我们分别讲述。10.2.1 BGP 报文头格式BGP报文分为4种类型,所有类型的 BGP Header,都是一...转载 2019-09-30 15:15:43 · 5593 阅读 · 1 评论 -
BGP(1):BGP 的基本机制
“网络那么大,一锅炖不下”。为了解决“大网”的问题,OSPF 和 IS-IS 都提出了 Area(分区)概念。但是这个 Area 指的是在1个 AS(Autonomous System,自治系统)内分成多个 Area。而多个 AS 之间该如何互通,OSPF、IS-IS 并没有任何解决方案。我们知道,当前的IGP(Interior Gateway Protocol,内部网关协议)事实上只包括 ...转载 2019-09-30 14:36:21 · 4229 阅读 · 2 评论 -
BGP-LS 简介
BGP-LS(BGP Link-state)汇总IGP协议收集的拓扑信息上送给上层控制器。产生原因BGP-LS是收集网络拓扑的一种新的方式。BGP-LS特性产生前,路由器使用IGP(OSPF或IS-IS)协议收集网络的拓扑信息,IGP协议将各个域的拓扑信息单独上送给上层控制器,在这种拓扑收集方式下,存在以下几个问题:对上层控制器的计算能力要求较高,且要求控制器也支持IGP协议及其算...原创 2019-09-30 09:58:32 · 20388 阅读 · 0 评论 -
BGP Flow Specification Client
Chapter ContentsThe Border Gateway Protocol (BGP) flow specification client feature enables a device to perform the role of a BGP flow specification client and receive flow specification rules from ...原创 2019-09-11 11:26:34 · 650 阅读 · 0 评论 -
BGP Flow Specification原理
定义BGP Flow Specification功能是一种用于防止DoS(Denial of Service)/DDoS(Distributed Denial of Service)攻击的方法,可以提高网络安全性和可用性。目的DoS/DDoS攻击是对网络安全的一个重大威胁,DoS/DDoS攻击者通过多个控制端控制成千上万的攻击设备对同一个目的地址、网段或服务器同时发起流量攻击,导致网络...原创 2019-09-11 09:31:33 · 7867 阅读 · 0 评论 -
BGP概述
BGP是为了在AS之间更高效率的传递路由和维护大量的路由而产生的一个外部网关协议。BGP定义BGP(Border Gateway Protocol)是一种用于自治系统AS(Autonomous System)之间的动态路由协议。早期发布的三个版本分别是BGP-1、BGP-2和BGP-3,主要用于交换AS之间的可达路由信息,构建AS域间的传播路径,防止路由环路的产生,并在AS级别应用一些...原创 2019-08-07 15:08:42 · 635 阅读 · 0 评论 -
BGP 博客网址
https://blog.youkuaiyun.com/linuxkernelciscoios/article/category/6679905https://www.cnblogs.com/danxi/p/6344116.htmlhttps://segmentfault.com/u/ouyangxibao/articles?page=2&sort=vote原创 2019-07-23 11:04:27 · 236 阅读 · 0 评论