Skip to content

Commit

Permalink
Create version-2.25.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadims06 authored Dec 9, 2021
1 parent 32163eb commit bfb695f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/release-notes/version-2.25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Topolograph

## v2.25 (09.12.2021)

## OSPF Watcher is added
## Architecture
![](https://github.com/Vadims06/ospfwatcher/blob/f218b754ac7b543ffe46f9bb7df9cba0caf7b5cb/docs/Architecture.png)
The Quagga container has `network_mode=host` so it sees the GRE tunnel, which is configured by Admin on the Linux Host.
### Functional Role
![](https://github.com/Vadims06/ospfwatcher/blob/247bb4d330de762cfc4c3fd67135e5740ba8403c/docs/functional-watcher-role.png)
## Demo
Click on the image in order zoom it.
![](https://github.com/Vadims06/ospfwatcher/blob/ada2ca86df171ec5f1b550da821f0a8ca1cb1df4/docs/ospf-watcher-demo.gif)

## Discovering OSPF logs in Kibana. Examples
OSPF cost changes on links
![](https://github.com/Vadims06/ospfwatcher/blob/774ffe06131e932bd0d87b430010523d942a2342/docs/cost-changes-raw-logs.png)

Logs if OSPF adjacency was Up/Down or any networks appeared/disappeared.
![](https://github.com/Vadims06/ospfwatcher/blob/774ffe06131e932bd0d87b430010523d942a2342/docs/host-updown-raw-logs.png)

### Enhancements
[Network reaction API](https://github.com/Vadims06/topolograph/issues/24)

0 comments on commit bfb695f

Please sign in to comment.