Goed punt, ik had daar zelf echter ook al naar zitten kijken. Het valt wel mee met de hoeveelheid versies. Enige wat ik me zou kunnen bedenken is regel 6 in versie 6.48.5, mac address calculations.kaaas schreef op zondag 9 januari 2022 @ 13:41:
@superyupkent
Wat je kunt doen, maar dat is wel ff een klus omdat er zoveel versies tussen zitten is de changelogs lezen en kijken of je daar iets in kunt vinden dat je probleem kan verklaren.
Misschien is er iets met IGMP snooping veranderd?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| What's new in 6.48.6 (2021-Dec-03 12:15): MAJOR CHANGES IN v6.48.6: ---------------------- !) device-mode - added feature locking mechanism; ---------------------- *) certificate - improved stability when sending bogus SCEP message; *) quickset - use 5GHz interface's country for "Home AP Dual" configuration; *) system - improved system stability if device is upgraded from RouterOS and/or RouterBOOT v6.41.4 or older; *) upgrade - added new "upgrade" channel for upgrades between major versions; *) winbox - do not allow to add/remove W60G interfaces; *) wireless - added U-NII-2 support for US and Canada country profiles for cAP ac XL and QRT 5 ac; |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| What's new in 6.48.5 (2021-Sep-21 13:50): Changes since 6.48.4: *) branding - properly clean up old branding files before installing a new one; *) crs3xx - fixed default MAC address calculation on management Ethernet for CRS312, CRS326-24S+2Q+ and CRS354 devices; *) gps - improved interface monitoring; *) health - improved temperature reporting; *) ike2 - check if TS is still valid after obtaining SPI; *) ipsec - improved SA update by SPI; *) netinstall - require Netinstall version to be the same or newer as "factory-software"; *) poe - update PoE firmware only on devices that supports it; *) ppp - improved stability when receiving bogus response on modem channel; *) qsfp - improved system stability when setting unsupported link rates; *) sfp - added "sfp-rate-select" setting (CLI only); *) sfp - improved SFP, SFP+, SFP28 and QSFP+ interface stability for CRS3xx and CCR2004 devices; *) sfp28 - changed FEC auto mode to disabled; *) w60g - limit power output when using region EU to match EN302567 on nRAY; *) w60g - use EU region by default; *) winbox - added "name" and "file-name" parameter when importing and exporting certificates; *) winbox - allow setting MCS (24-31) to 4x4 Wireless interfaces; *) winbox - do not allow to set empty "init-string" field under "System/GPS" menu; *) winbox - do not show "GPS antenna" selection for devices without selection support; *) winbox - show "System/Health/Settings" only on boards that have configurable values; *) winbox - show "current-channel" column by default for CAP interfaces; *) wireless - added U-NII-2 support for US and Canada country profiles for hAP ac lite; |