1
Virtual private networks / Re: OSPF via GRE/IPSec
« on: July 23, 2021, 11:03:44 am »
Hmm.. Seems like its a bug in FRR: https://github.com/FRRouting/frr/issues/3973
And its still not fixed
And its still not fixed
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
create a loopback and place all your devices in the same subnet for the loopback. place the loopback in the area 0. make sure your loopback is a passive interface.
flags=
links (type, id, data, metric)
Stub 10.77.0.0 255.255.0.0 10
Point-To-Point 172.16.255.74 0.0.0.8 10
Stub 172.16.255.77 255.255.255.255 0
What is 172.16.255? 0.0.0.7 is a wildcard mask.172.16.255.74 = 10.74.0.1 (Router ID). Sorry, wrong screenshot (I just try to change router ID)
When you capture on GRE .. do you see OSPF packets in and out?Yep. Hello packets, LSA...
Type: Stub ID: 10.77.0.0 Data: 255.255.0.0 Metric: 10
Type: PTP ID: 10.74.0.1 Data: 0.0.0.8 Metric: 10
Mikrotik (fw_v6.48.3):Type: Stub ID: 10.77.0.0 Data: 255.255.0.0 Metric: 10
Type: PTP ID: 10.74.0.1 Data: 172.16.74.14 Metric: 10
Type: Stub ID: 172.16.74.12 Data: 255.255.255.252 Metric: 11
Current configuration:
!
frr version 7.4
frr defaults traditional
hostname gw.dc.sipcolor.ru.sipcolor.ru
log syslog notifications
!
router ospf
ospf router-id 10.77.0.1
passive-interface bridge0
passive-interface vtnet0
passive-interface vtnet1
network 10.77.0.0/16 area 0.0.0.0
network 172.16.74.12/30 area 0.0.0.0
!
line vty
!
end
flags=
links (type, id, data, metric)
Point-To-Point 10.74.0.1 0.0.0.7 10
Stub 10.77.0.0 255.255.255.0 10
flags=
links (type, id, data, metric)
Point-To-Point 10.74.0.1 172.16.0.2 10
Stub 172.16.0.0 255.255.255.252 10
Stub 10.77.0.0 255.255.255.0 10
Note: