Cumulus to Arista Port channel :LACP , VLAN trunk config (link aggregation (bond), and 802.3ad)



Cumulus to Arista Port channel :LACP , VLAN trunk config (link aggregation (bond), and 802.3ad)

Cumulus to Arista Port channel :LACP , VLAN trunk config (link aggregation (bond), and 802.3ad)

𝗙𝗼𝗿 𝗖𝗼𝗺𝗽𝗹𝗲𝘁𝗲 𝗣𝘆𝘁𝗵𝗼𝗻 𝗙𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝘀 𝗖𝗼𝘂𝗿𝘀𝗲:
𝗘𝗻𝗿𝗼𝗹𝗹 𝗳𝗼𝗿 𝗯𝗲𝗹𝗼𝘄 𝗨𝗱𝗲𝗺𝘆 𝗖𝗹𝗮𝘀𝘀: 𝟐𝟎𝟐𝟐 𝐕𝐞𝐫𝐬𝐢𝐨𝐧
𝑫𝒊𝒔𝒄𝒐𝒖𝒏𝒕𝒆𝒅 𝑹𝒆𝒇𝒆𝒓𝒓𝒂𝒍 𝑳𝒊𝒏𝒌:
https://www.udemy.com/course/python-for-network-engineers/?referralCode=35A75AAE1ACA94A15829 This video demonstrates how to configure Link aggreagation and VLAN trunking between Cumulus (Linux networking, Open switch) and Arista Switch.
Please Subscribe to My channel below for updated videos
https://www.youtube.com/channel/UCcA2nhdC0wzqyv9x1lk5NnA?sub_confirmation=1
Below are the steps followed
Initial Configuration of Cumulus Switch : Management Interface IP config, default route and enable ssh access
Configuration of VLANs
Assign SVI to VLANs
Assign access ports to the VLAN in Cumulus
Create portchannel (bond interface) in cumulus
Make the bond interface as trunk
Configure the allowed VLAN list in cumulus

VLAN config and port assignment in Arista switch
Configuration of allowed VLANs in Arista switch
Used VPCs are end devices and tested.

Complete configuration is simulate in EVE (emulated virtual ) environment.

Cumulus Config:
net add bond bond0 bond slaves swp3,swp4
net add bond bond1 bond slaves swp5,swp6
net add bond bind1,bond1-2 bond mode 802.3ad
net add bridge bridge ports bond1,swp1,swp2,bond2
net add bridge bridge pvid 1
net add bridge bridge vids 20,30
net add bridge bridge vlan-aware
net add interface eth0 ip address 192.168.67.223/24
net add interface swp1 bridge access 20
net add interface swp2 bridge access 30
net add interface swp3-6
net add vlan 20 ip address 20.20.20.254/24
net add vlan 20 vlan-id 20
net add vlan 20 vlan-raw-device bridge
net add vlan 30 ip address 30.30.30.254/24
net add vlan 30 vlan-id 30
net add vlan 30 vlan-raw-device bridge

—————————————————————————
#CumulusToArista
#CumulusPortchannel
#CumulusTrunkPort .

Comments are closed.