-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downs't watch on MTU change #1601
Comments
Given the other issue you opened I assume you're using FreeBSD. I can not reproduce this problem here using FreeBSD 11.1. zebra is able to detect MTU changes and notify the client daemons about them. Please take a look: bash:
ospfd log file:
Please provide more details about the OS version you're using and if the problem is specific to PPP links or if it also happens for ethernet interfaces. |
# uname -a
FreeBSD homeserver.home 10.3-RELEASE-p17 FreeBSD 10.3-RELEASE-p17 #1
r316462: Tue Apr 4 22:58:27 YEKT 2017
niko@homeserver.home:/usr/obj/usr/src/sys/SERVERv10
i386
When i change mtu with ifconfig:
ifconfig ng2 mtu 1100
ifconfig ng2 mtu 1500
i see in log only:
2018/01/13 03:43:44 OSPF: interface 192.168.199.1 [9] leave AllSPFRouters
Multicast group.
2018/01/13 03:43:44 OSPF: interface 192.168.199.1 [9] join AllSPFRouters
Multicast group.
2018/01/13 03:44:08 OSPF: interface 192.168.199.1 [9] leave AllSPFRouters
Multicast group.
2018/01/13 03:44:08 OSPF: interface 192.168.199.1 [9] join AllSPFRouters
Multicast group.
No any messages about MTU change, but i see that in "sh ip ospf int ng2"
quagga uses right MTU, if MTU change during connect/disconnect L2TP link -
nothing changes in quagga.
2018-01-11 19:44 GMT+05:00 Renato Westphal <notifications@github.com>:
… Given the other issue you opened I assume you're using FreeBSD.
I can not reproduce this problem here using FreeBSD 11.1. zebra is able to
detect MTU changes and notify the client daemons about them. Please take a
look:
bash:
***@***.***:~ # ifconfig em1 mtu 1600
***@***.***:~ # ifconfig em1 mtu 1500
ospfd log file:
2018/01/11 10:16:55 OSPF: Zebra: Interface[em1] state update speed 1000 -> 1000, bw 0 -> 0
2018/01/11 10:16:56 OSPF: Zebra: Interface[em1] state update speed 1000 -> 1000, bw 0 -> 0
2018/01/11 10:16:56 OSPF: Zebra: Interface[em1] MTU change 1500 -> 1600.
2018/01/11 10:17:01 OSPF: Zebra: Interface[em1] state update speed 1000 -> 1000, bw 0 -> 0
2018/01/11 10:17:01 OSPF: Zebra: Interface[em1] MTU change 1600 -> 1500.
Please provide more details about the OS version you're using and if the
problem is specific to PPP links or if it also happens for ethernet
interfaces.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1601 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI-4hb77AKtmelmbavmZj0VgiSEdr9vnks5tJh5qgaJpZM4RVeFo>
.
--
Николай Невзоров
|
@nevzorofff
Now changing the MTU back from 1600 to 1500 and the adjacency is back.
|
Looks like it works, reopen if not |
FreeBSD 12.2-RELEASE-p4 and frr7-7.5_1 — same problem d# sh ip ospf interface ifconfig: |
I use MPD daemon to make VPN links, an don inactive or non existend interfaces ospfd use MTU=1500 bytes. When links up MTU changes to different value, but ospfd uses 1500 and we get MTU mismatch on other side.
The text was updated successfully, but these errors were encountered: