wiring diagram
This commit is contained in:
parent
d77f40dc18
commit
275b5b1cdf
2 changed files with 34 additions and 0 deletions
33
connection_diagram.d2
Normal file
33
connection_diagram.d2
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Linux Host: {
|
||||
width: 500
|
||||
}
|
||||
|
||||
Internet: {
|
||||
shape: cloud
|
||||
}
|
||||
|
||||
Internet -- Linux Host: {
|
||||
target-arrowhead.label: "enp1s0"
|
||||
label: To operate the linux host testing the EX4100-F behavior
|
||||
}
|
||||
|
||||
EX4100-F: {
|
||||
width: 500
|
||||
}
|
||||
|
||||
Linux Host -- EX4100-F: {
|
||||
label: "Cat 6 cable"
|
||||
target-arrowhead.label: "Mgmt"
|
||||
source-arrowhead.label: "enp3s0"
|
||||
}
|
||||
|
||||
Linux Host -- EX4100-F: {
|
||||
label: "Cat 6 cable"
|
||||
target-arrowhead.label: "Port 44"
|
||||
source-arrowhead.label: "enp2s0"
|
||||
}
|
||||
Linux Host -- EX4100-F: {
|
||||
label: "10G DAC"
|
||||
target-arrowhead.label: "Uplink0"
|
||||
source-arrowhead.label: "enp5s0d1"
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
pkgs.mkShell {
|
||||
name = "junos-testing";
|
||||
packages = [
|
||||
pkgs.d2
|
||||
(pkgs.python3.withPackages (p: [
|
||||
p.scapy
|
||||
p.tqdm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue