Skip to content

Commit

Permalink
IS-IS watcher is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadims06 authored Mar 16, 2024
1 parent 6665f0d commit 7723603
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Topolograph.com is a Web Python-based tool, which is aimed at visualizing OSPF/I
The Topolograph visualizes OSPF/ISIS network topology based on LinkState DataBase scrapped from a single network device ( thanks OSPF/ISIS =). You can upload a txt file or boot up docker's version of Topolograph on your PC and the Topolograph takes OSPF via NAPALM's methods by itself. Then you can build the shortest path from a source to a destination, get backup paths, emulate link outage along the path or change OSPF/ISIS link cost on the fly! Additionally, you can simulate a device outage and see appropriate network reaction. Build reports about the network.
Once you upload your OSPF/ISIS to Topolograph - you save the state of your network. After any changes on a network (i.e. redistribution from BGP to OSPF via route-maps with prefix-lists) - upload the network once again and compare them between each other.
![](https://github.com/Vadims06/topolograph/blob/5bd6912d90260da6c412cae7b78e5b1024e61131/functional-topolograph-role.png)
[OSPF Watcher repo](https://github.com/Vadims06/ospfwatcher)

### Real-Time monitoring
Watcher agent for real-time monitoring of changes happened in OSPF/IS-IS domain
* [OSPF Watcher](https://github.com/Vadims06/ospfwatcher) repo
* [IS-IS Watcher](https://github.com/Vadims06/isiswatcher) repo
## Available option
* Do not require any logins and passwords - accept LSDB from txt file or via Rest API
* Docker version is available. Launch local copy of Topolograph site on your PC
Expand Down

0 comments on commit 7723603

Please sign in to comment.