Skip to content

Commit

Permalink
EIGRP MTU test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Oct 4, 2023
1 parent 11c81ee commit b0c1cac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EIGRP/MTU/extra-r1.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
router eigrp 1
maximum-paths 2
21 changes: 21 additions & 0 deletions EIGRP/MTU/topology.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#
# This topology was used to check the impact of MTU component
# of EIGRP vector metric on EIGRP best path selection.
#
# TL&DR: MTU metric is ignored
#
# More details @ https://blog.ipspace.net/2010/06/eigrp-mtu-metric.html
#
defaults.device: iosv

module: [ eigrp ]
nodes:
r1:
config: [ extra ]
r2:
links:
- r1-r2
- r1-r2
- r1:
r2:
mtu: 512

0 comments on commit b0c1cac

Please sign in to comment.