xBGP: Faster innovation in routing protocols

20th USENIX Symposium on Networked Systems Design and Implementation (NSDI 23) · 2023

Abstract

Internet Service Providers use routers from multiple vendors that support standardized routing protocols. Network operators deploy new services by tuning these protocols. Unfortunately, while standardization is necessary for interoperability, this is a slow process. As a consequence, new features appear very slowly in routing protocols. We propose a new implementation model for BGP, called xBGP, that enables ISPs to innovate by easily deploying BGP extensions in their multivendor network. We define a vendorneutral xBGP API which can be supported by any BGP implementation and an eBPF Virtual Machine that allows executing extension code within these BGP implementations. We demonstrate the feasibility of our approach by extending both FRRouting and BIRD. We demonstrate seven different use cases showing the benefits that network operators can obtain using xBGP programs. We propose a verification toolchain that enables operators to compile and verify the safety properties of xBGP programs before deploying them. Our testbed measurements show that the performance impact of xBGP is reasonable compared to native code.

People

Thomas Wirtgen
Thomas Wirtgen
Quentin De Coninck
Quentin De Coninck
R
Randy Bush
Laurent Vanbever
Laurent Vanbever
A
Axel Legay
Cite (BibTeX)
@inproceedings{wirtgen2023xbgp,
  title={$\{$xBGP$\}$: Faster innovation in routing protocols},
  author={Wirtgen, Thomas and Rousseaux, Tom and De Coninck, Quentin and Rybowski, Nicolas and Bush, Randy and Vanbever, Laurent and Legay, Axel and Bonaventure, Olivier},
  booktitle={20th USENIX Symposium on Networked Systems Design and Implementation (NSDI 23)},
  pages={575--592},
  year={2023}
}