OSPF or MPLS issue after upgrading from ROS v6 to ROS v7

I have couple routers in WiFi network with OSPF and MPLS because using VPLS tunnels. After upgrade one of them to version form v6 to v7.15 I can’t reach or ping other router using link address. If I change source address in trace tool to router id address or transport address then trace working.

If try to trace from 10.100.103.14 for example 10.100.103.21 it can’t but route exist in routing table.
Before upgrade that is working.
Anyone have idea what I am missing in v7 ? Why almost default OSPF+MPLS+VPLS not working after upgrade ?


Here is setting from that router with v7.

/ip address
add address=10.50.103.1 interface=Bridge_loop network=10.50.103.1
add address=10.100.103.13/30 interface=wlan1 network=10.100.103.12
add address=10.100.103.17/29 interface=VLAN_Switch network=10.100.103.16
/routing ospf instance
add disabled=no name=default-v2 redistribute=connected router-id=10.50.103.1

/routing ospf interface-template
add area=backbone-v2 auth-id=1 auth-key="" cost=10 disabled=no interfaces=\
    wlan1 networks=10.100.103.12/30 priority=1 type=ptmp-broadcast use-bfd=no
add area=backbone-v2 auth-id=1 auth-key="" cost=10 disabled=no interfaces=\
    VLAN_Switch networks=10.100.103.16/29 priority=1 type=ptmp-broadcast \
    use-bfd=no
    /mpls ldp
add disabled=no lsr-id=10.50.103.1 transport-addresses=10.50.103.1
/mpls ldp advertise-filter
add advertise=yes disabled=no neighbor=0.0.0.0 prefix=10.50.0.0/16
add advertise=no disabled=no neighbor=0.0.0.0 prefix=0.0.0.0/0
/mpls ldp interface
add disabled=no interface=wlan1
add disabled=no interface=VLAN_Switch

Hi,

Your configuration seems incomplete; the OSPF interface-template is refering to an area, that is not defined in the configuration excerpt you have provide.

Is the area definition missing in general, or just in the excerpt?

I just forgot to copy because using defaults setting.
I don’t have idea what is happen I think is something related to MPLS not sure. Configuration is basic example in v6 where is working converted to v7 where not working.

Do you maybe some have example OSPF with MPLS and VPLS on v7 that is working properly ?

/routing ospf area
add disabled=no instance=default-v2 name=backbone-v2