Skip to content

Arista AVD: group_vars, Fabric.yml file update for new leaf with different model and uplink ports #4400

Discussion options

You must be logged in to vote

Below the section you have shared, you will likely see node_groups. Each group is an MLAG pair. Under each group you will see nodes with the individual leaf switches. Each switch have a unique ID which is used to allocate IP addresses for uplinks and loopbacks. For each switch you will also see the uplink_switch_interfaces which is the port on each spine, used to connect to this device.

To add you new leaf pair you just add a new group and since you need to override some settings from the defaults, you can set them under the node group like this:

l3leaf:
  defaults:
    platform: 7280R2
    loopback_ipv4_pool: 
    loopback_ipv4_offset: 2
    vtep_loopback_ipv4_pool: 
    uplink_interfaces: 

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@razizaheer1
Comment options

@ClausHolbechArista
Comment options

Answer selected by razizaheer1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants