Всем привет, у меня сейчас такая конфигурация для нового проекта
Моя проблема в том, что не могу заставить OSPF установить связь через VLAN. Если перенести IP-адрес и OSPF на один из физических портов, то связь устанавливается, но не полностью. Маршруты не обмениваются. Могу воспроизвести это в других местах. 2011 вверху — просто управляемый VLAN-коммутатор. Вот компактный экспорт /interface bridge:
add l2mtu=1594 name=VLAN60BR
add l2mtu=1594 name=VLAN62BR
add l2mtu=1594 name=VLAN61BR
/interface vlan
add interface=sfp1 l2mtu=1594 name=VLAN61 vlan-id=61
add interface=sfp1 l2mtu=1594 name=VLAN60 vlan-id=60
add interface=sfp1 l2mtu=1594 name=VLAN62 vlan-id=62
/interface bridge port
add bridge=VLAN60BR interface=ether4
add bridge=VLAN61BR interface=ether7
add bridge=VLAN62BR interface=ether1
add bridge=VLAN62BR interface=ether2
add bridge=VLAN62BR interface=ether3
add bridge=VLAN62BR interface=VLAN62
add bridge=VLAN61BR interface=VLAN61
add bridge=VLAN60BR interface=VLAN60
/ip address
add address=10.249.2.101/29 interface=VLAN60BR
add address=10.249.2.237/29 interface=VLAN61BR
Вот роутер 2011 внизу:
/interface vlan
add interface=sfp1 l2mtu=1594 name=VLAN62 vlan-id=62
add interface=sfp1 l2mtu=1594 name=VLAN60 vlan-id=60
add interface=sfp1 l2mtu=1594 name=VLAN61 vlan-id=61
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=\
as-type-1
/ip address
add address=10.5.152.1/28 interface=VLAN62
add address=10.249.2.233/29 interface=VLAN61
/routing ospf interface
add interface=VLAN60 network-type=point-to-point
add interface=VLAN61 network-type=point-to-point
/routing ospf network
add area=backbone
Вот устройство 450 на другой стороне:
/interface vlan
add interface=ether1 l2mtu=1516 name=VLAN61 vlan-id=61
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=\
as-type-1
/ip address
add address=10.249.2.236/29 comment=KAY-WINGATE interface=VLAN61
/routing ospf interface
add interface=VLAN61 network-type=point-to-point
/routing ospf network
add area=backbone network=10.249.2.232/29
Что я делаю не так?

add l2mtu=1594 name=VLAN60BR
add l2mtu=1594 name=VLAN62BR
add l2mtu=1594 name=VLAN61BR
/interface vlan
add interface=sfp1 l2mtu=1594 name=VLAN61 vlan-id=61
add interface=sfp1 l2mtu=1594 name=VLAN60 vlan-id=60
add interface=sfp1 l2mtu=1594 name=VLAN62 vlan-id=62
/interface bridge port
add bridge=VLAN60BR interface=ether4
add bridge=VLAN61BR interface=ether7
add bridge=VLAN62BR interface=ether1
add bridge=VLAN62BR interface=ether2
add bridge=VLAN62BR interface=ether3
add bridge=VLAN62BR interface=VLAN62
add bridge=VLAN61BR interface=VLAN61
add bridge=VLAN60BR interface=VLAN60
/ip address
add address=10.249.2.101/29 interface=VLAN60BR
add address=10.249.2.237/29 interface=VLAN61BR
Вот роутер 2011 внизу:
/interface vlan
add interface=sfp1 l2mtu=1594 name=VLAN62 vlan-id=62
add interface=sfp1 l2mtu=1594 name=VLAN60 vlan-id=60
add interface=sfp1 l2mtu=1594 name=VLAN61 vlan-id=61
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=\
as-type-1
/ip address
add address=10.5.152.1/28 interface=VLAN62
add address=10.249.2.233/29 interface=VLAN61
/routing ospf interface
add interface=VLAN60 network-type=point-to-point
add interface=VLAN61 network-type=point-to-point
/routing ospf network
add area=backbone
Вот устройство 450 на другой стороне:
/interface vlan
add interface=ether1 l2mtu=1516 name=VLAN61 vlan-id=61
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=\
as-type-1
/ip address
add address=10.249.2.236/29 comment=KAY-WINGATE interface=VLAN61
/routing ospf interface
add interface=VLAN61 network-type=point-to-point
/routing ospf network
add area=backbone network=10.249.2.232/29
Что я делаю не так?