-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peng Xiao <[email protected]>
- Loading branch information
1 parent
3234792
commit 3ea9acb
Showing
2 changed files
with
42 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Features | ||
======== | ||
|
||
- It can establish BGP session based on IPv4 address (TCP Layer) in | ||
active mode(as TCP client); | ||
|
||
- Support TCP MD5 authentication(IPv4 and does not support Windows | ||
now); | ||
|
||
- BGP capabilities support: 4 Bytes ASN, Route Refresh(Cisco Route Refresh), Add Path send/receive; | ||
|
||
- Address family support: | ||
|
||
- IPv4 unicast | ||
|
||
- IPv4 Flowspec(limited) | ||
|
||
- IPv6 unicast | ||
|
||
- IPv4 MPLSVPN | ||
|
||
- EVPN (partially supported) | ||
|
||
- Decode all BGP messages to json format and write them into files in local disk(configurable); | ||
|
||
- Support basic RESTFUL API for getting running information and sending BGP messages. | ||
|
||
- Platform support: Linux/Unix(recommended), Mac OS and Windows. | ||
|
||
.. note:: | ||
|
||
yabgp is a light weight BGP agent used for connecting network devices. It only can be | ||
TCP client in one BGP peering connection and can't send any update messages by itself(send through REST API). | ||
We recommend that each yabgp process connect only one BGP neighbor, so each process is independent with each other, | ||
we can start many yabgp processes within the same machine or in different machines. There can be a central controller | ||
which can controll all yabgp processes through REST API to send BGP update messages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters