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

Merge branch 'feature/nat-401-trunk-refine' into 'develop'

Refine trunk interface

See merge request !127
parents 14bcfd3f 2f7c859f
Branches
Tags
1 merge request!127Refine trunk interface
Pipeline #86035 passed
......@@ -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>
......
......@@ -28,6 +28,8 @@ side_b_ipv4_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv4_network | ansible.utils.
side_b_ipv6_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv6_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('2') | ansible.utils.ipaddr('address') }}/126"
bfd_min_interval: 3000
mtu_phy: 9212
mtu_ip: 9000
trunks:
- 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