<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000">Hi Milosz,<br>
<br>
I had the same problem yesterday. Direct protocol did not learn routes
either with implicit or explicit multichannel configuration. After
splitting it in 2 protocols, it worked for me. Maybe that's a feasible
workaround for you, too.<br>
<br>
protocol direct direct4 {<br>
ipv4;<br>
interface "*";<br>
};<br>
<br>
protocol direct direct6 {<br>
ipv6;<br>
interface "*";<br>
};<br>
<span>
</span><br>
Best regards,<br>
Daniel<br>
<blockquote style="border: 0px none;"
cite="mid:b7ea694d-55d8-0b98-56c0-2e12f7296652@sys-com.pl" type="cite">
<div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div
style="width:100%;border-top:2px solid #EDF1F4;padding-top:10px;"> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
<a moz-do-not-send="true" href="mailto:milosz@sys-com.pl"
style="color:#485664
!important;padding-right:6px;font-weight:500;text-decoration:none
!important;">Miłosz Oller</a></div> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
right;"> <font color="#909AA4"><span style="padding-left:6px">22.
December 2017 at 00:46</span></font></div> </div></div>
<div style="color:#909AA4;margin-left:24px;margin-right:24px;"
__pbrmquotes="true" class="__pbConvBody">protocol direct {
<br> ipv4;
<br> ipv6;
<br> interface "*";
<br>}
<br>
<br>And it doesn't announced any local prefix to upstream peers, only to
ibgp peer.
<br>
<br>
<br></div>
</blockquote>
<br>
</body></html>