Skip to content

Commit

Permalink
Create version-2.33.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadims06 authored Jul 11, 2023
1 parent b0ec148 commit 74aeac9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/release-notes/version-2.33.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Topolograph

## v2.33 (11.07.2023)

## New features
Basic graph analytic's algorithm were added:
* Find central node/s in the network
* Find the most N loaded/critical nodes in the network
* Find the most N loaded/critical edges in the network
* Find "single point of failure" nodes. If they fail, the network will lose the connection between nodes (become disjointed)
* Find fault tolerant nodes. If they fail, the network will keep connected.

### New features
#### Central nodes
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/central_nodes_v2_33.PNG)

#### The most 3 loaded/critical nodes
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/_3_most_loaded_nodes.PNG)

#### The most 3 loaded/critical edges
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/_3_most_loaded_edges.PNG)

#### Single point of failure
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/single_point_of_failure.PNG)

#### Fault tolerant nodes
![](https://github.com/Vadims06/topolograph/blob/b0ec1488b202e94604aec541d3eeac554243f8dc/docs/release-notes/v2.33/fault_tolerant_nodes.PNG)

## Enhancements

* "-" Yaml syntax clashed with "zoom in" keyword hotkey of graph
* Documentation. Cisco NX-OS commands for getting OSPF LSDB were added.

0 comments on commit 74aeac9

Please sign in to comment.