1
0
Fork 0

wiring diagram

This commit is contained in:
Maurice Debray 2026-02-05 21:40:02 +01:00
parent d77f40dc18
commit 034306b0f8
2 changed files with 34 additions and 0 deletions

33
connection_diagram.d2 Normal file
View 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"
}

View file

@ -2,6 +2,7 @@
pkgs.mkShell {
name = "junos-testing";
packages = [
d2
(pkgs.python3.withPackages (p: [
p.scapy
p.tqdm