diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 19:58:18 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 19:58:18 +0100 |
commit | 813a89208a3af0bb5101e0a982b4d432d0c2b4fc (patch) | |
tree | 4693b56971565f2584d54ef97af0b32fbfd7a801 /docs | |
parent | 2ead5d83219849bed8be1a579c7d04b484b4cbfa (diff) | |
download | vyos-documentation-813a89208a3af0bb5101e0a982b4d432d0c2b4fc.tar.gz vyos-documentation-813a89208a3af0bb5101e0a982b4d432d0c2b4fc.zip |
bgp: add intro snippet from FRRouting docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/routing/bgp.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index d2c60853..aa46fcc5 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -1,7 +1,12 @@ -.. _routing-bgp: +.. _bgp: -Border Gateway Protocol (BGP) ------------------------------ +BGP +--- + +:abbr:`BGP` stands for Border Gateway Protocol. The latest BGP version is 4. +BGP-4 is one of the Exterior Gateway Protocols and the de facto standard +interdomain routing protocol. BGP-4 is described in :rfc:`1771` and updated by +:rfc:`4271`. :rfc:`2858` adds multiprotocol support to BGP-4. IPv4 ^^^^ |