Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GAP Ansible Collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GAP Ansible Collection
Commits
46c0191c
Commit
46c0191c
authored
10 months ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Patches
Plain Diff
Add ICMP TTL exprired in router interface
parent
e2137e7b
No related branches found
No related tags found
1 merge request
!155
Feature/nat 622 ttl expired
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
+7
-0
7 additions, 0 deletions
..._ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
geant/gap_ansible/roles/iptrunk/vars/main.yml
+3
-0
3 additions, 0 deletions
geant/gap_ansible/roles/iptrunk/vars/main.yml
with
10 additions
and
0 deletions
geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
+
7
−
0
View file @
46c0191c
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
geant/gap_ansible/roles/iptrunk/vars/main.yml
+
3
−
0
View file @
46c0191c
...
@@ -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
}}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment