OSPF on CCR2116-12G-4S+ Completely not working!
I’ve tried every possible option.
Even a working config from other equipment (HEX) with the same firmware version. All attempts are unsuccessful. Packet sniffer by protocol type (OSPF) on all ports in all directions did not catch a single packet!
I can firmly state that the OSPF does not work on CCR2116-12G-4S +
Made ticket SUP-79860
Do not rush to upgrade your first generation routers to second generation routers!
OPSF absolutely works on the CCR2116 for IPv4 and IPv6 using 7.2. I’ve done extensive interop testing with ROSv7 and ROSv6 using the 2116 with the lab below.
What does your config look like?
[zuul@ccr2116-01.test.lab.ipa.net] > routing/ospf/neighbor/print detail
Flags: V - virtual; D - dynamic
0 D instance=ospf-instance-v2-ipv4 area=ospf-area-0-ipv4 address=100.126.1.34 router-id=100.127.1.15 state="Full" state-changes=9 adjacency=1d10h1m27s timeout=33s
1 D instance=ospf-instance-v2-ipv4 area=ospf-area-0-ipv4 address=100.126.1.1 router-id=100.127.1.1 state="Full" state-changes=5 ls-retransmits=1 adjacency=1d13h39m51s timeout=33s
2 D instance=ospf-instance-v2-ipv4 area=ospf-area-0-ipv4 address=100.126.1.9 router-id=203.0.113.2 state="Full" state-changes=5 ls-retransmits=1 adjacency=1d10h53m30s timeout=33s
3 D instance=ospf-instance-v3-ipv6 area=ospf-area-0-ipv6 address=fe80::de2c:6eff:fe8a:990f%vlan3200 priority=128 router-id=203.0.113.2 dr=203.0.113.2 bdr=100.127.1.3 state="Full"
state-changes=7 adjacency=1d10h53m32s timeout=32s
4 D instance=ospf-instance-v3-ipv6 area=ospf-area-0-ipv6 address=fe80::de2c:6eff:fe8a:982d%vlan3100 priority=128 router-id=100.127.1.1 dr=100.127.1.3 bdr=100.127.1.1 state="Full"
state-changes=6 adjacency=1d13h39m29s timeout=33s
Example config
[zuul@ccr2116-01.test.lab.ipa.net] > routing/ospf/export
# apr/14/2022 22:54:15 by RouterOS 7.2
# software id = XXXXXXXX
#
# model = CCR2116-12G-4S+
# serial number = XXXXXXXXXXXX
/routing ospf instance
add disabled=no name=ospf-instance-v3-ipv6 version=3
add disabled=no name=ospf-instance-v2-ipv4
/routing ospf area
add disabled=no instance=ospf-instance-v3-ipv6 name=ospf-area-0-ipv6
add disabled=no instance=ospf-instance-v2-ipv4 name=ospf-area-0-ipv4
/routing ospf interface-template
add area=ospf-area-0-ipv6 disabled=no interfaces=vlan3100
add area=ospf-area-0-ipv6 disabled=no interfaces=vlan3200
add area=ospf-area-0-ipv6 disabled=no interfaces=lo-ipv6 passive
add area=ospf-area-0-ipv4 disabled=no interfaces=vlan3100 type=ptp
add area=ospf-area-0-ipv4 disabled=no interfaces=vlan3200 type=ptp
add area=ospf-area-0-ipv4 disabled=no interfaces=lo-ipv4
add area=ospf-area-0-ipv4 disabled=no interfaces=vlan3300 type=ptp
add area=ospf-area-0-ipv4 disabled=no interfaces=vlan3400 type=ptp
add area=ospf-area-0-ipv4 disabled=no interfaces=vlan3500 type=ptp
