Thursday, 25 January 2024

Juniper to Cisco switch and mikrotik LACP configuration || Juniper || Cisco || Mikrotik

 Juniper to Cisco switch LACP configuration:


Juniper Side:

set chassis aggregated-devices ethernet device-count 20   

[Above line is Mandatory for First time LACP config in Juniper]

set interfaces ae0 description "Bundle-1"

set interfaces ae0 vlan-tagging

set interfaces ae0 aggregated-ether-options link-speed 1g

set interfaces ae0 aggregated-ether-options lacp active

set interfaces ge-0/0/0 gigether-options 802.3ad ae0

set interfaces ge-0/0/1 gigether-options 802.3ad ae0


Cisco Side: 

interface Port-channel1

 switchport trunk encapsulation dot1q

 switchport mode trunk

!

interface GigabitEthernet0/0

 switchport trunk encapsulation dot1q

 switchport mode trunk

 negotiation auto

 channel-group 1 mode active

!

interface GigabitEthernet0/1

 switchport trunk encapsulation dot1q

 switchport mode trunk

 negotiation auto

 channel-group 1 mode active


Juniper to Mikrotik LACP/Bonding configuration: 


Juniper Side: 

As above

Mikrotik Side: 


/interface bonding
add mode=802.3ad name=Juniper slaves=ether1,ether2

No comments:

Post a Comment

Thanks for your valuable feedback.

Comprehensive IP Calculator: Supporting Both IPv4 and IPv6

Download:  Download Whether you're a network engineer, IT professional, or simply a tech enthusiast, understanding IP addresses is cruci...