Skip to content
Snippets Groups Projects
Commit 46c0191c authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Add ICMP TTL exprired in router interface

parent e2137e7b
No related branches found
No related tags found
1 merge request!155Feature/nat 622 ttl expired
...@@ -100,6 +100,13 @@ ...@@ -100,6 +100,13 @@
<ip-mtu>{{ mtu_ip }}</ip-mtu> <ip-mtu>{{ mtu_ip }}</ip-mtu>
<port>{{ local.ae_name | lower }}</port> <port>{{ local.ae_name | lower }}</port>
<ipv4> <ipv4>
<icmp>
<ttl-expired>
<admin-state>enable</admin-state>
<number>{{ icmp_ttl_expired.number }}</number>
<seconds>{{ icmp_ttl_expired.seconds }}</seconds>
</ttl-expired>
</icmp>
<primary> <primary>
<address>{{(local.ipv4_address| split('/'))[0]}}</address> <address>{{(local.ipv4_address| split('/'))[0]}}</address>
<prefix-length>{{(local.ipv4_address| split('/'))[1]}}</prefix-length> <prefix-length>{{(local.ipv4_address| split('/'))[1]}}</prefix-length>
......
...@@ -31,6 +31,9 @@ side_b_ipv6_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv6_network | ansible.utils. ...@@ -31,6 +31,9 @@ side_b_ipv6_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv6_network | ansible.utils.
bfd_min_interval: 3000 bfd_min_interval: 3000
mtu_phy: 9212 mtu_phy: 9212
mtu_ip: 9000 mtu_ip: 9000
icmp_ttl_expired:
number: 2000
seconds: 5
trunks: trunks:
- id: "{{ wfo_trunk.iptrunk.geant_s_sid }}" - id: "{{ wfo_trunk.iptrunk.geant_s_sid }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment