[quagga-users 14985] zebra.conf needed? and how to setup ospf6 authentication?

"Philippe Maechler" <[email protected]> Mon, 25 Jun 2018 17:24:06 +0200
Newsgroups gmane.network.quagga.user
Message-ID <[email protected]>
This is a multipart message in MIME format.

--===============2802753031237350858==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0EFC_01D40CA9.5230E750"
Content-Language: de-ch

This is a multipart message in MIME format.

------=_NextPart_000_0EFC_01D40CA9.5230E750
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello Quagga Users

 

I'm 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.

 

I'm 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 dind't finde
anything in on the webpage nor in the vtysh cli.

 

 

Best regards

 

Philippe 

 


------=_NextPart_000_0EFC_01D40CA9.5230E750
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META =
HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii"><meta name=3DGenerator content=3D"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=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DDE-CH link=3Dblue =
vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><a =
name=3D"_GoBack"></a><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>Hello Quagga =
Users<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>I&#8217;m =
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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>I&#8217;m =
using quagga 1.2.4<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>Why or when do =
I need the zebra.conf?<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>This is my =
current config:<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>BSDR6 =
zebra.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>! Zebra =
configuration saved from vty<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>!&nbsp;&nbsp; =
2018/06/25 16:38:08<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>log =
stdout<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
lo0<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
lo1<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
lo2<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
re0<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
re1<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
re2<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>ip =
forwarding<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>line =
vty<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>BSDR6 =
ospfd.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>! Zebra =
configuration saved from vty<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>!&nbsp;&nbsp; =
2018/06/25 16:38:08<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>hostname =
BSDOSPFR6<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>password =
asdo<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>enable password =
asdasdo<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>log =
stdout<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
lo0<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
lo1<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
lo2<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
re0<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
re1<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>interface =
re2<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>ip ospf =
authentication message-digest<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>ip ospf =
message-digest-key 1 md5 xxxxxx<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>ip ospf =
hello-interval 2<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier New"'>ip =
ospf dead-interval 10<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>router =
ospf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>ospf router-id =
10.6.0.2<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>network 10.6.0.0/24 =
area 0.0.0.60<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>network 10.8.0.1/32 area 0.0.0.60<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>network 10.8.0.2/32 =
area 0.0.0.60<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>line =
vty<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>BSD Router 6 =
Ifconfig (shortend)<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>pmaechler@BSDR6:~ # ifconfig<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>re0: =
flags=3D8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu =
1500<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status: no =
carrier<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>re1: =
flags=3D8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu =
1500<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status: no =
carrier<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>re2: =
flags=3D8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu =
1500<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet <b>10.6.0.2</b> =
netmask 0xffffff00 broadcast 10.6.0.255 <o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inet6 =
fe80::20d:b9ff:fe45:ade%re2 prefixlen 64 scopeid 0x3 =
<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inet6 =
<b>2a00:a680:6000::2</b> prefixlen 64 <o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;status: =
active<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>lo0: =
flags=3D8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; metric 0 mtu =
16384<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>lo1: =
flags=3D8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; metric 0 mtu =
16384<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 10.8.0.1 netmask =
0xffffffff <o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inet6 =
2a00:a680:8000:8000::1 prefixlen 128 <o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;groups: lo =
<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>lo2: =
flags=3D8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; metric 0 mtu =
16384<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 10.8.0.2 netmask =
0xffffffff <o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inet6 =
2a00:a680:8000:8000::2 prefixlen 128 <o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;groups: lo =
<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>pmaechler@BSDR6:~ =
#<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>Re2 has two =
different IP addresses for transport. <o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>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=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>So why do I =
need or what content should my zebra.conf have?<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>When I restart =
quagga I get a few message on my console:<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Checking =
ospf6d.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>OK<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Stopping =
ospf6d.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Waiting for PIDS: =
1198.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Checking =
ospfd.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>OK<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Stopping =
ospfd.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Waiting for PIDS: =
1189.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Checking =
zebra.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>OK<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Stopping =
zebra.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Waiting for PIDS: =
1180.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Checking =
zebra.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>OK<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Starting =
zebra.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Checking =
ospfd.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>OK<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Starting =
ospfd.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>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=3DMsoNormal><span =
lang=3DEN-GB style=3D'font-size:10.0pt;font-family:"Courier =
New"'>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=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Checking =
ospf6d.conf<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>OK<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Starting =
ospf6d.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'>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=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-lang=
uage:DE-CH'>Is it possible to use authentication with OSPF6? If so how? =
I dind&#8217;t finde anything in on the webpage nor in the vtysh =
cli&#8230;<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-lang=
uage:DE-CH'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-lang=
uage:DE-CH'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-lang=
uage:DE-CH'>Best regards<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-lang=
uage:DE-CH'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-GB =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-lang=
uage:DE-CH'>Philippe </span><span lang=3DEN-GB><o:p></o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial",sans-serif'><o:p>&nbsp;</o:=
p></span></p></div></body></html>
------=_NextPart_000_0EFC_01D40CA9.5230E750--


--===============2802753031237350858==
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

--===============2802753031237350858==--