Cisco Router to Mikrotik Router Etherchannel(Bonding) issue
Posted: Mon Jul 27, 2020 12:57 pm
Hi All,
I am having issue with configuring Etherchannel(Bonding) between Cisco ASR 920 & Mikrotik CCR1036 router.
CIsco Router Config
----------------------------------------------------------------
interface GigabitEthernet0/0/8
no ip address
media-type sfp
negotiation auto
channel-group 1 mode active
end
interface GigabitEthernet0/0/9
no ip address
media-type sfp
negotiation auto
channel-group 1 mode active
end
ASR-920#show running-config interface po1
interface Port-channel1
ip address 10.189.189.1 255.255.255.252
negotiation auto
end
ASR-920#show etherchannel summary
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RD) LACP Gi0/0/8(susp) Gi0/0/9(susp)
10 Po10(RU) LACP Gi0/0/5(bndl) Gi0/0/6(bndl)
ASR-920#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/8 unassigned YES NVRAM up up
GigabitEthernet0/0/9 unassigned YES manual up up
Port-channel1 10.189.189.1 YES manual down down <----------------------------- Cisco to Mikrotik LACP show down
Port-channel10 103.25.155.129 YES manual up up <----------------------------- Cisco to Cisco LACP show up
ASR-920#
---------------------------------------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mikrotik Config
---------------------------------------------------------------------------------------------------------
[mukesh@CCR] > /interface bonding print
Flags: X - disabled, R - running
0 R name="Port-channel1" mtu=1500 mac-address=E4:8D:8C:08:AF:2E arp=enabled arp-timeout=auto slaves=ether11_LAG,ether12_LAG mode=802.3ad primary=none link-monitoring=mii
arp-interval=100ms arp-ip-targets=10.189.189.1 mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs transmit-hash-policy=layer-2-and-3 min-links=0
---------------------------------------------------------------------------------------------------------
** Cisco to Mikrotik LACP link (Port-channel 1) is showing down.
Please help me to get this up and running..
Any help would be appreciated.
Thank You.
I am having issue with configuring Etherchannel(Bonding) between Cisco ASR 920 & Mikrotik CCR1036 router.
CIsco Router Config
----------------------------------------------------------------
interface GigabitEthernet0/0/8
no ip address
media-type sfp
negotiation auto
channel-group 1 mode active
end
interface GigabitEthernet0/0/9
no ip address
media-type sfp
negotiation auto
channel-group 1 mode active
end
ASR-920#show running-config interface po1
interface Port-channel1
ip address 10.189.189.1 255.255.255.252
negotiation auto
end
ASR-920#show etherchannel summary
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RD) LACP Gi0/0/8(susp) Gi0/0/9(susp)
10 Po10(RU) LACP Gi0/0/5(bndl) Gi0/0/6(bndl)
ASR-920#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/8 unassigned YES NVRAM up up
GigabitEthernet0/0/9 unassigned YES manual up up
Port-channel1 10.189.189.1 YES manual down down <----------------------------- Cisco to Mikrotik LACP show down
Port-channel10 103.25.155.129 YES manual up up <----------------------------- Cisco to Cisco LACP show up
ASR-920#
---------------------------------------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mikrotik Config
---------------------------------------------------------------------------------------------------------
[mukesh@CCR] > /interface bonding print
Flags: X - disabled, R - running
0 R name="Port-channel1" mtu=1500 mac-address=E4:8D:8C:08:AF:2E arp=enabled arp-timeout=auto slaves=ether11_LAG,ether12_LAG mode=802.3ad primary=none link-monitoring=mii
arp-interval=100ms arp-ip-targets=10.189.189.1 mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs transmit-hash-policy=layer-2-and-3 min-links=0
---------------------------------------------------------------------------------------------------------
** Cisco to Mikrotik LACP link (Port-channel 1) is showing down.
Please help me to get this up and running..
Any help would be appreciated.
Thank You.