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
No comments:
Post a Comment
Thanks for your valuable feedback.