Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbemmel/fabric-traceroute
A modern implementation of the classic tool, for data center fabrics
https://github.com/jbemmel/fabric-traceroute
Last synced: 23 days ago
JSON representation
A modern implementation of the classic tool, for data center fabrics
- Host: GitHub
- URL: https://github.com/jbemmel/fabric-traceroute
- Owner: jbemmel
- License: apache-2.0
- Created: 2021-10-22T14:26:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T13:14:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T17:21:37.904Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fabric-traceroute
A modern implementation of the classic tool, for data center fabrics![plot](https://engineering.fb.com/wp-content/uploads/2014/11/GNbKowDUKNqKwcECAEXsXkcAAAAAbj0JAAAB.jpg)
# Human-readable path traces
Assuming a structured configuration with derived interface IPs, this tool can convert IP(v6) interfaces to human readable device/interface names.
So instead of:
```
1.1.0.1 -> 10.1.0.1 -> 10.1.1.1 -> 1.1.0.2
```
one would get```
leaf1(1.1.0.1) -> leaf1.e1-1 -> leaf2.e1-2 -> leaf2(1.1.0.2)
```