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
GitLab 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
Merge requests
!127
Refine trunk interface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Refine trunk interface
feature/nat-401-trunk-refine
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
2
Merged
Refine trunk interface
Aleksandr Kurbatov
requested to merge
feature/nat-401-trunk-refine
into
develop
Mar 27, 2024
Overview
0
Commits
3
Pipelines
1
Changes
2
MTU / IP_MTU -> to role's vars
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
2f7c859f
3 commits,
Mar 27, 2024
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
+
2
−
2
View file @ 2f7c859f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -27,7 +27,7 @@
<description>PHY INFRASTRUCTURE BACKBONE P_{{ local.ae_name }} | {{ trunk_direction_name_sorted[0] }}-{{ trunk_direction_name_sorted[1] }} | {{ member.interface_description }}</description>
<ethernet>
<mode>network</mode>
<mtu>
9212
</mtu>
<mtu>
{{ mtu_phy }}
</mtu>
<lldp>
<dest-mac>
<mac-type>nearest-bridge</mac-type>
@@ -82,7 +82,7 @@
<interface-name>{{ local.ae_name | lower }}.0</interface-name>
<admin-state>enable</admin-state>
<description>SRV_GLOBAL INFRASTRUCTURE BACKBONE #{{ trunk_direction_name_sorted[0] }}-{{ trunk_direction_name_sorted[1] }}-IPTRUNK ${{ trunk.id }}| {{ trunk_direction_name_sorted[0] }}-{{ trunk_direction_name_sorted[1] }} | {{ common.description }}</description>
<ip-mtu>
9000
</ip-mtu>
<ip-mtu>
{{ mtu_ip }}
</ip-mtu>
<port>{{ local.ae_name | lower }}</port>
<ipv4>
<primary>
Loading