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
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
- Category
- Routers and Switches
Be the first to comment