Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(eos_designs): add option uplink_mtu under the node config #3985

Closed
1 task done
kmueller68 opened this issue May 13, 2024 · 0 comments · Fixed by #4040
Closed
1 task done

Feat(eos_designs): add option uplink_mtu under the node config #3985

kmueller68 opened this issue May 13, 2024 · 0 comments · Fixed by #4040
Assignees
Labels
type: enhancement New feature or request

Comments

@kmueller68
Copy link
Contributor

Enhancement summary

It is currently not possible to set the uplink mtu to dedicated leaf node or node group.

Add uplink_mtufor node_group and node settings.

Which component of AVD is impacted

eos_designs

Use case example

    - group: DISTRI_12
      bgp_as: 65412
      uplink_mtu: 9000
      filter:
        tenants: [all]
      nodes:
        - name: distri-12-01
          id: 11
          mgmt_ip: x.x.x.x
          uplink_switch_interfaces: ['Ethernet9', 'Ethernet9']
        - name: distri-12-02.LAN.MU
          id: 12
          mgmt_ip: x.x.x.x
          uplink_switch_interfaces: ['Ethernet10', 'Ethernet10']

Describe the solution you would like

 # Define variables related to all nodes part of this group.
 node_groups:
     # Override the default `uplink_mtu` set at the `node_type_key` level.
     uplink_mtu: <str>

     # Define variables per node.
     nodes:
         # The Node Name is used as "hostname".
       - name: <str; required; unique>

         # Override the default `uplink_mtu` set at the `node_type_key` level.
         uplink_mtu: <str>

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants