Skip to content

mgriffin/graphviz_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create a network diagram with Graphviz

This repository contains the code used in my graphviz tutorial blog post.

Look through the history of the repository to see the steps that I used to create the network diagram. Each step has the code and the resultant image that was created.

Once graphviz was installed correctly, I used the command:

dot.exe -Tpng graph.graphviz -o graph.png

to create the images.

(Or, use make on a GNU/Linux system)

Icons

The Cisco icons can be downloaded separately.

(converted the .jpg to .png)

Releases

No releases published

Packages

No packages published