skydive icon indicating copy to clipboard operation
skydive copied to clipboard

How check have link between TOR switch and port1?

Open patsevanton opened this issue 4 years ago • 1 comments

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?

patsevanton avatar Jun 08 '20 08:06 patsevanton

G.V().Has('Name', 'TOR').Out().Has('Name', 'port1') should do the job

safchain avatar Jul 11 '20 21:07 safchain