- Learning OpenDaylight
- Reza Toghraee
- 262字
- 2021-07-09 20:08:06
BGP LS PCEP
Project type: Main
You are all familiar with Border Gateway Protocol (BGP). BGP is known more as a networking application than a protocol . For folks who are not familiar with BGP, it is a communication protocol between Internet routers, where connected networks are exchanged and how to reach each network is decided.
In the SDN world, as we have already learned, we move in a direction that helps us come out of the limitation of using legacy protocols. We don't want to use legacy protocols between the controller and switches within networks. We would like to use a method for direct programing of the fabric between the SDN controller and switches. However, in service provider networks, where they like to integrate a distributed MPLS or private IP VPN via SDN, there is very little chance to have large routers (such as Juniper T series or TX Matrix) with OpenFlow support.
BGP Path Computation Element Protocol (PCEP) is a southbound protocol used between the SDN controller and the routers in the network in order to override routing and forwarding tables (at a higher level).
ODL can use BGP PCEP as a southbound protocol to talk to routers. BGP PCEP is an extension of BGP that has support on specific routers.
BGP Linkstate (LS) is another BGP extension that allows BGP to distribute the link state information of routing protocols.
BGP PCEP has many use cases for service providers. It brings SP networks to a mid-generation state where the SDN controller will be able to influence the networks.
- Learning OpenDaylight
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Linux Mint Essentials
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- Ganglia系統監控
- 精解Windows8
- NetDevOps入門與實踐
- Kali Linux高級滲透測試(原書第3版)
- 嵌入式微系統
- Android應用性能優化最佳實踐
- Agile IT Security Implementation Methodology
- 再也不踩坑的kubernetes實戰指南
- Responsive Web Design with AngularJS
- Docker for Developers
- Raspberry Pi Networking Cookbook