Skip to content

Campus L3LS evpn - how to add lldp ztp-vlan config to l3leafs to interfaces connected to l2leafs? #2608

Answered by kmueller68
kmueller68 asked this question in Q&A
Discussion options

You must be logged in to vote

I successfully tested one workaround based on your hints.
I add the raw cli config for each campus l3leaf/distri pair.

    MU_LAN_DISTRI_10:
      bgp_as: 65410
      inband_management_subnet: 10.100.10.00/24
      inband_management_vlan: 1810
      filter:
        tenants: [all]
        tags: [b10, inet]
      raw_eos_cli: |
        interface ethernet1-20
          lldp tlv transmit ztp vlan 1810
      nodes:
        distri-10-01.LAN.MU:
          id: 7
          mgmt_ip: 172.21.234.17
          uplink_switch_interfaces: ['Ethernet5', 'Ethernet5']
        distri-10-02.LAN.MU:
          id: 8
          mgmt_ip: 172.21.234.18
          uplink_switch_interfaces: ['Ethernet6', 'Ethernet6']

w…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ClausHolbechArista
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by carlbuchmann
Comment options

You must be logged in to vote
1 reply
@ClausHolbechArista
Comment options

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