Skip to content

Commit

Permalink
Bug fix: Enable MPLS ICMP tunneling on Arista EOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Sep 20, 2024
1 parent 36ea131 commit feb6aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions netsim/ansible/templates/mpls/eos.ldp.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
!
mpls ip
mpls icmp ttl-exceeded tunneling
!
mpls ldp
router-id {{ ldp.router_id }}
Expand Down
1 change: 1 addition & 0 deletions netsim/ansible/templates/sr/eos.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mpls ip
mpls icmp ttl-exceeded tunneling
!
router isis Gandalf
{% if isis.router_id is defined %}
Expand Down

0 comments on commit feb6aa2

Please sign in to comment.