Skip to content

Commit 74aeac9

Browse files
authored
Create version-2.33.md
1 parent b0ec148 commit 74aeac9

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/release-notes/version-2.33.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Topolograph
2+
3+
## v2.33 (11.07.2023)
4+
5+
## New features
6+
Basic graph analytic's algorithm were added:
7+
* Find central node/s in the network
8+
* Find the most N loaded/critical nodes in the network
9+
* Find the most N loaded/critical edges in the network
10+
* Find "single point of failure" nodes. If they fail, the network will lose the connection between nodes (become disjointed)
11+
* Find fault tolerant nodes. If they fail, the network will keep connected.
12+
13+
### New features
14+
#### Central nodes
15+
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/central_nodes_v2_33.PNG)
16+
17+
#### The most 3 loaded/critical nodes
18+
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/_3_most_loaded_nodes.PNG)
19+
20+
#### The most 3 loaded/critical edges
21+
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/_3_most_loaded_edges.PNG)
22+
23+
#### Single point of failure
24+
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/single_point_of_failure.PNG)
25+
26+
#### Fault tolerant nodes
27+
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/fault_tolerant_nodes.PNG)
28+
29+
## Enhancements
30+
31+
* "-" Yaml syntax clashed with "zoom in" keyword hotkey of graph
32+
* Documentation. Cisco NX-OS commands for getting OSPF LSDB were added.

0 commit comments

Comments
 (0)