You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BGP-LS (link-state) is now supported. Fixed minor issues.
* Schema has been updated, use v1.3-pre10
* BGP-LS support has been added (draft-ietf-idr-ls-distribution-10)
* Fixed issue with incorrect IPv6 next-hops
* Added new link-state tables and views
This commit should work fine with the last schema version, but if you use bgp-ls you will need
to update your schema.
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@ The database is tuned to support high transactional rates and storage for millio
23
23
24
24
News
25
25
----
26
+
### Mar-37-2015
27
+
> #### UPGRADE YOUR SCHEMA if using BGP-LS (link-state)
28
+
29
+
BGP-LS is now supported. New tables and views have been created for BGP LS data.
30
+
26
31
### Jan-27-2015
27
32
**Release 0.8.0 is available.** See [release-0.8.0](docs/release_notes/release-0.8.0.md) for more details.
28
33
@@ -75,6 +80,8 @@ Database | Access to all collected data via standard ODBC/DB drivers
75
80
IPv4 | IPv4 Unicast routing table information
76
81
IPv6 | IPv6 Unicast routing table information
77
82
VPNv4 | L3VPN routing information
83
+
bgp-ls| draft-ietf-idr-ls-distribution
84
+
Extended Communities | Roughly all of them
78
85
Prefix Log| Tracking of withdraws and updates by prefix, including path attributes
79
86
Advanced Reporting| Built-in views for common reports, such as route tables, prefixes as paths, and route table history of changes
80
87
@@ -90,6 +97,8 @@ There are many reasons to use OpenBMP, but to highlight a few common ones:
90
97
91
98
***BGP pre-policy What-Ifs** - Pre-policy routing information provides insight into all path attributes from various points in the network allowing nonintrusive what-if topology views for new policy validations
92
99
100
+
***IGP Topology** - BGP-LS (link-state) provides the complete topology of the IGP (OSPF and/or IS-IS). The IGP topology provides node, link, and prefix level information. This includes all BGP next-hops. It is now possible to do a BGP best path selection with IGP metric for **Adj-In-RIB** information. It is also possible to monitor the IGP itself as it pertains to links, nodes, prefixes, and BGP.
101
+
93
102
**many more*
94
103
95
104
Installation and Configuration
@@ -121,7 +130,7 @@ Check the release notes for changes by release.
121
130
122
131
Road Map
123
132
--------
124
-
Below are a list of features/changes that are targetted in the next release:
133
+
Below are a list of features/changes that are targeted in the next release:
125
134
126
135
### OpenBMP Daemon
127
136
* Inbound message caching to offload socket buffers
@@ -133,11 +142,8 @@ Below are a list of features/changes that are targetted in the next release:
133
142
* Add postgres DB support
134
143
* Implement RFC5424 logging with configuration options to fine tune
135
144
136
-
### OpenBMP UI
137
-
* Add configuration tuning/modification support
138
-
* Add OpenBMP statistics
139
-
* Add Router and Peering Summary report
140
-
145
+
### BMP UI
146
+
Currently the UI is being developed. Please contact **tievens@cisco.com** or **serpil@cisco.com** for more information.
0 commit comments