Skip to content

Commit

Permalink
ARP tests over unnumbered interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Aug 28, 2023
1 parent 924887f commit af24d80
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
Binary file added routing/arp/arp-static.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions routing/arp/graph.d2
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
h1 {
label: "h1 [linux]\n10.0.0.2/32"
}
h2 {
label: "h2 [linux]\n10.0.0.3/32"
}
rtr {
label: "rtr [eos]\n10.0.0.1/32"
shape: "hexagon"
style.font-size: 20
}
h1 -- rtr {
}
h2 -- rtr {
}
17 changes: 13 additions & 4 deletions routing/arp/topology.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
---
defaults.device: iosv
defaults.device: eos

groups:
hosts:
members: [ h1, h2 ]
device: linux
role: target

nodes:
h1:
device: linux
h2:
device: linux
rtr:
id: 1

links: [ h1-rtr, h2-rtr ]
links:
- h1:
rtr:
- h2:
rtr:
ipv4: True

0 comments on commit af24d80

Please sign in to comment.