Community discussions

MikroTik App
 
niffy
just joined
Topic Author
Posts: 1
Joined: Tue Dec 20, 2022 6:47 am

ospf instance not active

Tue Dec 20, 2022 7:00 am

The below is the config on mikrotik routerosv7.6. The issue I am having is that the under routing/ospf/area window, an error message is being displayed saying that the ospf instance is not active.
Checking the routing/ospf/instance, it shows that everything is normal.
The setup is to achieve intra-as mpls L3 VPN using OSPF as the PE-CE routing protocol.
Kindly assist to resolve.
Thanks.


/interface bridge
add name=Lo0 protocol-mode=none
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip vrf
add interfaces=ether4 name=vrf1
/port
set 0 name=serial0
/routing id
add disabled=no id=1.1.1.2 name=new select-dynamic-id=""
/routing ospf instance
add disabled=no name=ospf-instance-1
add disabled=no name=ospf-instance-2 redistribute=connected,bgp router-id=vrf1 vrf=vrf1
/routing ospf area
add disabled=no instance=ospf-instance-1 name=ospf-area-1
add disabled=no instance=ospf-instance-2 name=ospf-area-2
/ip address
add address=1.1.1.2 interface=Lo0 network=1.1.1.2
add address=12.12.12.2/30 interface=ether2 network=12.12.12.0
add address=172.28.1.1/24 interface=ether4 network=172.28.1.0
/ip dhcp-client
add interface=ether1
/routing bgp connection
add address-families=ip,ipv6,l2vpn,vpnv4 as=65000 disabled=no local.address=1.1.1.2 .role=ibgp-rr-client name=bgp1 remote.address=1.1.1.1/32 .as=65000 routing-table=main
/routing bgp vpn
add disabled=no export-route-targets=1:1 import-route-targets=3:1 label-allocation-policy=per-vrf route-distinguisher=1.1.1.2 vrf=vrf1
/routing ospf interface-template
add area=ospf-area-1 disabled=no networks=1.1.1.2/32
add area=ospf-area-1 disabled=no networks=12.12.12.0/30
add area=ospf-area-1 disabled=no networks=23.23.23.0/30
add area=ospf-area-2 disabled=no networks=172.28.1.0/24
/system identity
set name=Mikrotik2

Who is online

Users browsing this forum: No registered users and 14 guests