command
module
Version:
v0.0.0-...-4af1448
Opens a new window with list of versions in this module.
Published: Jul 1, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Internet topology
Compilation
Requeriments
- make
- go 1.16.2 or later
- Graphviz (optional)
Steps
make
# or
make small
Build docker
make docker
Usage
binary
Compile or download from actions, then run
./internet-topology --asn=5692 --deep=2 --ix --peers
dot -Tsvg /tmp/internet-topology.dot > unlp.svg
Docker image
docker run --rm -it \
-v $PWD/data:/data \
ghcr.io/lucasdc6/internet-topology:latest --asn=5692 --deep=2 --ix --peers -o /data/unlp
dot -Tsvg data/unlp.dot > unlp.svg
Documentation
¶
Generate the internet's topology starting from a specific AS.
Examples:
- Basic Example:
$ internet-topology --asn=3
- Example with deep 3:
$ internet-topolofy --asn=3 --deep=3
- Example with IX connections:
$ internet-topology --asn=3 --deep=3 --ix
For full documentation, use the flag --help
Source Files
¶
Directories
¶
bgpview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.