frr.conf vtysh.conf
[21.05.2-RELEASE][admin@xxx]/var/etc/frr: cat frr.conf
##################### DO NOT EDIT THIS FILE! ######################
###################################################################
# This file was created by an automatic configuration generator. #
# The contents of this file will be overwritten without warning! #
###################################################################
!
frr defaults traditional
hostname ****
password *****
service integrated-vtysh-config
!
ip router-id 10.255.255.2
!
interface ix0.3502
ip ospf area 0.0.0.0
interface gre0
ip ospf bfd
ip ospf area 0.0.0.0
!
router ospf
ospf router-id 10.255.255.2
redistribute connected metric 5 metric-type 1
neighbor 10.255.255.1
!
line vty
!
end
I do not see on the MK side where you have added an IP to the GRE interface, you have to have an ip on each end and also added that subnet to the ospf networks
First add the IP to the MK
/ip address add address=172.16.0.1/30 netmask=255.255.255.252 interface=GRE_XXX
/routing ospf network add area=backbone network=172.16.0.0/30
Add the 172.16.0.2/30 to the pfsense gre interface and ensure that you’ve allowed traffic on the firewall tab as pfsense will block all by default. Then add the interface or the legacy way in FRR the network.