Есть микротик CCR1016-12S-1S+ , RouterOS 6.34.2
Есть джунипер EX4200, JunOS 12.3R3.4
Они соединены двумя пачкордами, порты аггрегированы и настроены для работы по LACP:
-- на микротике :
Код: Выделить всё
/interface bonding export verbose
# oct/04/2018 17:43:24 by RouterOS 6.34.2
# software id = 5N56-GKK8
#
/interface bonding
add arp=enabled arp-interval=100ms arp-ip-targets="" arp-timeout=auto disabled=no down-delay=0ms !forced-mac-address lacp-rate=1sec \
link-monitoring=mii mii-interval=100ms min-links=0 mode=802.3ad mtu=1500 name=bonding1 primary=none slaves=sfp2,sfp3 \
transmit-hash-policy=layer-2-and-3 up-delay=0ms
/interface ether print detail
Flags: X - disabled, R - running, S - slave
...
1 RS name="sfp2" default-name="sfp2" mtu=1500 l2mtu=1580 mac-address=4C:5E:0C:56:6E:54 orig-mac-address=4C:5E:0C:56:6E:54 arp=enabled
auto-negotiation=no advertise=10M-full,100M-full,1000M-full full-duplex=yes tx-flow-control=off rx-flow-control=off speed=1Gbps
master-port=none bandwidth=unlimited/unlimited sfp-rate-select=high
2 RS name="sfp3" default-name="sfp3" mtu=1500 l2mtu=1580 mac-address=4C:5E:0C:56:6E:55 orig-mac-address=4C:5E:0C:56:6E:55 arp=enabled
auto-negotiation=no advertise=10M-full,100M-full,1000M-full full-duplex=yes tx-flow-control=off rx-flow-control=off speed=1Gbps
master-port=none bandwidth=unlimited/unlimited sfp-rate-select=high
...
Код: Выделить всё
root@EX4200> show lacp interfaces ae2
Aggregated interface: ae2
LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity
ge-0/0/23 Actor No No Yes Yes Yes Yes Fast Active
ge-0/0/23 Partner No No Yes Yes Yes Yes Fast Active
ge-1/0/23 Actor No No Yes Yes Yes Yes Fast Active
ge-1/0/23 Partner No No Yes Yes Yes Yes Fast Active
LACP protocol: Receive State Transmit State Mux State
ge-0/0/23 Current Fast periodic Collecting distributing
ge-1/0/23 Current Fast periodic Collecting distributing
{master:0}
root@EX4200> show configuration interfaces ge-0/0/23
description ae2_to_mikrotik;
ether-options {
802.3ad ae2;
}
{master:0}
root@EX4200> show configuration interfaces ge-1/0/23
description ae2_to_mikrotik;
ether-options {
802.3ad ae2;
}
{master:0}
root@EX4200> show configuration interfaces ae2
aggregated-ether-options {
minimum-links 1;
lacp {
active;
periodic fast;
}
}
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members 62;
}
}
}
Но стоит обновить прошивку на любую другую версию поновее, как джунипер перестаёт видеть порты микротика, LACP расыпается и никак не удаётся его снова поднять/собрать
-- на джунипере:
Код: Выделить всё
{master:0}
root@EX4200> show lacp interfaces ae2
Aggregated interface: ae2
LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity
ge-0/0/23 Actor No Yes No No No Yes Fast Active
ge-0/0/23 Partner No Yes No No No Yes Fast Passive
ge-1/0/23 Actor No Yes No No No Yes Fast Active
ge-1/0/23 Partner No Yes No No No Yes Fast Passive
LACP protocol: Receive State Transmit State Mux State
ge-0/0/23 Port disabled No periodic Detached
ge-1/0/23 Port disabled No periodic Detached
{master:0}
root@EX4200> show interfaces ge-0/0/23
Physical interface: ge-0/0/23, Enabled, Physical link is Down
Interface index: 167, SNMP ifIndex: 550
Description: ae2_to_mikrotik
Link-level type: Ethernet, MTU: 1514, Speed: 1000mbps, Duplex: Auto, BPDU Error: None, MAC-REWRITE Error: None,
Loopback: Disabled, Source filtering: Disabled, Flow control: Disabled, Auto-negotiation: Enabled,
Remote fault: Online, Media type: Copper
Device flags : Present Running Down
Interface flags: Hardware-Down SNMP-Traps Internal: 0x0
Link flags : None
CoS queues : 8 supported, 8 maximum usable queues
Current address: 78:fe:3d:d4:99:45, Hardware address: 78:fe:3d:d4:99:5a
Last flapped : 2018-10-04 17:56:25 GMT-3 (00:00:14 ago)
Input rate : 0 bps (0 pps)
Output rate : 0 bps (0 pps)
Active alarms : LINK
Active defects : LINK
Interface transmit statistics: Disabled
Logical interface ge-0/0/23.0 (Index 90) (SNMP ifIndex 606)
Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2
Protocol aenet, AE bundle: ae2.0
При этом на микротике никаких сообщений об ошибке нет, состояние интерфейсов поднятое, словно всё норм...
Пробовал разные версии RouterOS - такая проблема с любой, начиная от 6.34.3 и до 6.43.2 .
Подскажите, пожалуйста, в чём может быть причина?