[quagga-users 14986] Re: zebra.conf needed? and how to setup ospf6 authentication?
Tim Bray <[email protected]> Mon, 25 Jun 2018 17:27:37 +0100
| Newsgroups | gmane.network.quagga.user |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --===============9177987406889240264== Content-Type: multipart/alternative; boundary="------------0DB96CF9AEACCA1CC440C1CC" Content-Language: en-GB This is a multi-part message in MIME format. --------------0DB96CF9AEACCA1CC440C1CC Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit zebra is the way that routes get from ospf or bgp into the kernel routing tables. I think the ospf error messages are because not a real interface. You could try using passive mode on those interfaces. So will advertise the address into OSPF, but not try to talk OSPF on the interface. Also, in my view, the zebra part of Quagga is broken for IPv6 and OSPF6. Quagga routes and kernel routing table get out sync and cause a routing loop. This sent me mad and I tried everything. Tried later versions. In the end, I just installed FRR instead, rebooted and it all worked. I don't think OSPF6 authentication is possible. I'm surprised you can't manage what you want to do with BGP Read this: https://docs.cumulusnetworks.com/display/DOCS/Border+Gateway+Protocol+-+BGP#BorderGatewayProtocol-BGP-ConfiguringBGPUnnumberedInterfaces This is what I would use rather than OSPF if my network allowed. Basically BGP links between routers without any IP address on the link interfaces. BGP on an interface rather than a setup peer. Works for V4 and V6, but over V6 connection. Unfortunately I run a HP network switch that does OSPF but not unnumbered BGP. Tim On 25/06/18 16:24, Philippe Maechler wrote: > > Hello Quagga Users > > > > Im working quit a lot with BGP and tried to avoid OSPF in our > network. Unfortunately this is not so easy and I have to get used to OSPF. > > > > For my y current task (IPv4 and IPv6 DNS Anycast) I setup an Cisco ASR > and two FreeBSD 11.x boxes with quagga. Both BSD boxes (BSDR6 and > BSDR7) are directly connected to the ASR. > > > > Im using quagga 1.2.4 > > > > Why or when do I need the zebra.conf? > > > > This is my current config: > > > > BSDR6 zebra.conf > > ! > > ! Zebra configuration saved from vty > > ! 2018/06/25 16:38:08 > > ! > > log stdout > > ! > > interface lo0 > > ! > > interface lo1 > > ! > > interface lo2 > > ! > > interface re0 > > ! > > interface re1 > > ! > > interface re2 > > ! > > ip forwarding > > ! > > ! > > line vty > > ! > > > > BSDR6 ospfd.conf > > ! > > ! Zebra configuration saved from vty > > ! 2018/06/25 16:38:08 > > ! > > hostname BSDOSPFR6 > > password asdo > > enable password asdasdo > > log stdout > > ! > > ! > > ! > > interface lo0 > > ! > > interface lo1 > > ! > > interface lo2 > > ! > > interface re0 > > ! > > interface re1 > > ! > > interface re2 > > ip ospf authentication message-digest > > ip ospf message-digest-key 1 md5 xxxxxx > > ip ospf hello-interval 2 > > ip ospf dead-interval 10 > > ! > > router ospf > > ospf router-id 10.6.0.2 > > network 10.6.0.0/24 area 0.0.0.60 > > network 10.8.0.1/32 area 0.0.0.60 > > network 10.8.0.2/32 area 0.0.0.60 > > ! > > line vty > > ! > > > > BSD Router 6 Ifconfig (shortend) > > pmaechler@BSDR6:~ # ifconfig > > re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > > status: no carrier > > re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > > status: no carrier > > re2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > > inet *10.6.0.2* netmask 0xffffff00 broadcast 10.6.0.255 > > inet6 fe80::20d:b9ff:fe45:ade%re2 prefixlen 64 scopeid 0x3 > > inet6 *2a00:a680:6000::2* prefixlen 64 > > status: active > > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > > lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > > inet 10.8.0.1 netmask 0xffffffff > > inet6 2a00:a680:8000:8000::1 prefixlen 128 > > groups: lo > > lo2: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > > inet 10.8.0.2 netmask 0xffffffff > > inet6 2a00:a680:8000:8000::2 prefixlen 128 > > groups: lo > > pmaechler@BSDR6:~ # > > > > The BSD Router 7 has the same setup and the same ip addresses on lo1 > and lo2. > > Re2 has two different IP addresses for transport. > > Also BSDR6 is in the ospf area 0.0.0.60 and BSDR7 in area 0.0.0.70 > > > > > > > > > > Everything is working fine. I can reboot or shutdown a BSD box and > only loose 1 or 2 icmp packets. > > So why do I need or what content should my zebra.conf have? > > > > > > When I restart quagga I get a few message on my console: > > Checking ospf6d.conf > > OK > > Stopping ospf6d. > > Waiting for PIDS: 1198. > > Checking ospfd.conf > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo0 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo1 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo2 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re0 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re1 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re2 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > OK > > Stopping ospfd. > > Waiting for PIDS: 1189. > > Checking zebra.conf > > OK > > Stopping zebra. > > Waiting for PIDS: 1180. > > Checking zebra.conf > > OK > > Starting zebra. > > Checking ospfd.conf > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo0 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo1 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo2 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re0 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re1 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re2 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > OK > > Starting ospfd. > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo0 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo1 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for lo2 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re0 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re1 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > 2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not > find corresponding OSPF Interface for re2 > > 2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no > Link Parameters for interface > > Checking ospf6d.conf > > OK > > Starting ospf6d. > > > > Can anyone shed some light why I have these messages? Is it because > zebra does not now about my ip setup? > > > > > > > > > > Is it possible to use authentication with OSPF6? If so how? I dindt > finde anything in on the webpage nor in the vtysh cli > > > > > > Best regards > > > > Philippe > > > > > > _______________________________________________ > Quagga-users mailing list > Quagga-users-UOy77sIEA+cAd7ICUelF/[email protected] > https://lists.quagga.net/mailman/listinfo/quagga-users --------------0DB96CF9AEACCA1CC440C1CC Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body text="#000000" bgcolor="#FFFFFF"> <p>zebra is the way that routes get from ospf or bgp into the kernel routing tables.</p> <p>I think the ospf error messages are because not a real interface. You could try using passive mode on those interfaces. So will advertise the address into OSPF, but not try to talk OSPF on the interface.</p> <p><br> </p> <p>Also, in my view, the zebra part of Quagga is broken for IPv6 and OSPF6. Quagga routes and kernel routing table get out sync and cause a routing loop. This sent me mad and I tried everything. Tried later versions. In the end, I just installed FRR instead, rebooted and it all worked.</p> <p><br> </p> <p>I don't think OSPF6 authentication is possible.</p> <p><br> </p> <p>I'm surprised you can't manage what you want to do with BGP<br> </p> <p><br> </p> <p>Read this:</p> <p><a class="moz-txt-link-freetext" href="https://docs.cumulusnetworks.com/display/DOCS/Border+Gateway+Protocol+-+BGP#BorderGatewayProtocol-BGP-ConfiguringBGPUnnumberedInterfaces">https://docs.cumulusnetworks.com/display/DOCS/Border+Gateway+Protocol+-+BGP#BorderGatewayProtocol-BGP-ConfiguringBGPUnnumberedInterfaces</a></p> <p>This is what I would use rather than OSPF if my network allowed.<br> </p> <p>Basically BGP links between routers without any IP address on the link interfaces. BGP on an interface rather than a setup peer. Works for V4 and V6, but over V6 connection. Unfortunately I run a HP network switch that does OSPF but not unnumbered BGP. <br> </p> <p><br> </p> <p><br> </p> <p>Tim<br> </p> <p><br> </p> <br> <div class="moz-cite-prefix">On 25/06/18 16:24, Philippe Maechler wrote:<br> </div> <blockquote type="cite" cite="mid:[email protected]"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="Generator" content="Microsoft Word 15 (filtered medium)"> <style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-fareast-language:EN-US;} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.E-MailFormatvorlage17 {mso-style-type:personal-compose; font-family:"Arial",sans-serif; color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif; mso-fareast-language:EN-US;} @page WordSection1 {size:612.0pt 792.0pt; margin:70.85pt 70.85pt 2.0cm 70.85pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml><![endif]--> <div class="WordSection1"> <p class="MsoNormal"><a name="_GoBack" moz-do-not-send="true"></a><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Hello Quagga Users<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Im working quit a lot with BGP and tried to avoid OSPF in our network. Unfortunately this is not so easy and I have to get used to OSPF.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">For my y current task (IPv4 and IPv6 DNS Anycast) I setup an Cisco ASR and two FreeBSD 11.x boxes with quagga. Both BSD boxes (BSDR6 and BSDR7) are directly connected to the ASR.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Im using quagga 1.2.4<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Why or when do I need the zebra.conf?<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">This is my current config:<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">BSDR6 zebra.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">! Zebra configuration saved from vty<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">! 2018/06/25 16:38:08<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">log stdout<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface lo0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface lo1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface lo2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface re0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface re1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface re2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">ip forwarding<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">line vty<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">BSDR6 ospfd.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">! Zebra configuration saved from vty<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">! 2018/06/25 16:38:08<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">hostname BSDOSPFR6<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">password asdo<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">enable password asdasdo<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">log stdout<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface lo0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface lo1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface lo2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface re0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface re1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">interface re2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">ip ospf authentication message-digest<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">ip ospf message-digest-key 1 md5 xxxxxx<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">ip ospf hello-interval 2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">ip ospf dead-interval 10<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">router ospf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">ospf router-id 10.6.0.2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">network 10.6.0.0/24 area 0.0.0.60<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">network 10.8.0.1/32 area 0.0.0.60<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">network 10.8.0.2/32 area 0.0.0.60<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">line vty<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">!<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">BSD Router 6 Ifconfig (shortend)<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">pmaechler@BSDR6:~ # ifconfig<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> status: no carrier<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> status: no carrier<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">re2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet <b>10.6.0.2</b> netmask 0xffffff00 broadcast 10.6.0.255 <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet6 fe80::20d:b9ff:fe45:ade%re2 prefixlen 64 scopeid 0x3 <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet6 <b>2a00:a680:6000::2</b> prefixlen 64 <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> status: active<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet 10.8.0.1 netmask 0xffffffff <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet6 2a00:a680:8000:8000::1 prefixlen 128 <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> groups: lo <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">lo2: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet 10.8.0.2 netmask 0xffffffff <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> inet6 2a00:a680:8000:8000::2 prefixlen 128 <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB"> groups: lo <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">pmaechler@BSDR6:~ #<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">The BSD Router 7 has the same setup and the same ip addresses on lo1 and lo2. <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Re2 has two different IP addresses for transport. <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Also BSDR6 is in the ospf area 0.0.0.60 and BSDR7 in area 0.0.0.70<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Everything is working fine. I can reboot or shutdown a BSD box and only loose 1 or 2 icmp packets.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">So why do I need or what content should my zebra.conf have?<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">When I restart quagga I get a few message on my console:<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Checking ospf6d.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">OK<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Stopping ospf6d.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Waiting for PIDS: 1198.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Checking ospfd.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">OK<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Stopping ospfd.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Waiting for PIDS: 1189.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Checking zebra.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">OK<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Stopping zebra.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Waiting for PIDS: 1180.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Checking zebra.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">OK<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Starting zebra.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Checking ospfd.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">OK<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Starting ospfd.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for lo2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re0<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re1<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: MPLS-TE(initialize_linkparams) Could not find corresponding OSPF Interface for re2<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">2018/06/25 17:06:19 OSPF: OSPF MPLS-TE: Abort update TE parameters: no Link Parameters for interface<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Checking ospf6d.conf<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">OK<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"" lang="EN-GB">Starting ospf6d.<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB">Can anyone shed some light why I have these messages? Is it because zebra does not now about my ip setup?<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE-CH" lang="EN-GB">Is it possible to use authentication with OSPF6? If so how? I dindt finde anything in on the webpage nor in the vtysh cli <o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE-CH" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE-CH" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE-CH" lang="EN-GB">Best regards<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE-CH" lang="EN-GB"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE-CH" lang="EN-GB">Philippe </span><span lang="EN-GB"><o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p> </div> <!--'"--><br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Quagga-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Quagga-users-UOy77sIEA+cAd7ICUelF/[email protected]">Quagga-users-UOy77sIEA+cAd7ICUelF/[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.quagga.net/mailman/listinfo/quagga-users">https://lists.quagga.net/mailman/listinfo/quagga-users</a> </pre> </blockquote> <br> </body> </html> --------------0DB96CF9AEACCA1CC440C1CC-- --===============9177987406889240264== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Quagga-users mailing list Quagga-users-UOy77sIEA+cAd7ICUelF/[email protected] https://lists.quagga.net/mailman/listinfo/quagga-users --===============9177987406889240264==--