skydive
skydive copied to clipboard
How check have link between TOR switch and port1?
Hello! Thanks for skydive! I try write install skydive-agent and skydive-analyzer to puppet.
I create link between TOR switch and port1:
skydive client edge-rule create --src="G.V().Has('Name', 'TOR')" --dst="G.V().Has('Name', 'port1')" --relationtype="ownership"
skydive client edge-rule create --src="G.V().Has('Name', 'TOR')" --dst="G.V().Has('Name', 'port1')" --relationtype="layer2"
How check have link between TOR switch and port1?
G.V().Has('Name', 'TOR').Out().Has('Name', 'port1') should do the job