<div dir="ltr"><div>Hi.</div><div>Begin from these steps:<br></div><div>1. Open the cli (birdc), then run the diagnostic commands. Also, you can run the commands in the shell cli (without interactive mode and autocompletion)<br></div><div>2. Run the command "show protocols all". It lists detailed information about configured protocols (include pseudoprotocols like 'device') - check the states of protocols - obviously, your protocol should be in the UP state.</div><div>3. There're a tons of reasons of what can happens wrong. If you don't see established BGP session, run the tcpdump and check the traffic.</div><div>These step are basic troubleshooting tactics. Ask more questions and provide more information.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-25 17:19 GMT+03:00 Александра Урошевска <span dir="ltr"><<a href="mailto:aleksuroshevska@gmail.com" target="_blank">aleksuroshevska@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra" style="font-size:12.8px">Hi</div><div class="gmail_extra" style="font-size:12.8px"><br></div><div class="gmail_extra" style="font-size:12.8px">I want to make BGP bettwen two peers. I have made this configuration and I don't know what is wrong.<br>Command show route, shows nothing. How can I check If it works? Do you have some remarks on the configuration files? <br>What do I need to do? Please, any remark is welcomed.</div><div class="gmail_extra" style="font-size:12.8px"><br></div><div class="gmail_extra" style="font-size:12.8px"><div class="gmail_extra" style="font-size:12.8px">RS  o----------------------------<wbr>------------------------------<wbr>--------o  IXP1</div><div class="gmail_extra" style="font-size:12.8px">AS 900                                                                         AS 100</div><div class="gmail_extra" style="font-size:12.8px">Loopback 10.9.9/32                                                     Loopback <a href="http://10.1.1.1/32" target="_blank">10.1.1.1/32</a></div><div class="gmail_extra" style="font-size:12.8px">GATEWAY <a href="http://10.0.0.9/24" target="_blank">10.0.0.9/24</a>                                                GATEWAY <a href="http://10.0.0.1/24" target="_blank">10.0.0.1/24</a></div><div class="gmail_extra" style="font-size:12.8px"><br></div><div class="gmail_extra" style="font-size:12.8px">Two virtual machines RS and IXP1.<br>I have install BIRD 1.6.3 on a Ubuntu 16.04 LTS on a VM Oracle Box and I want to accomplish BGP connection.</div></div><div class="gmail_extra" style="font-size:12.8px"><br></div><div class="gmail_extra" style="font-size:12.8px"><div class="gmail_extra">RS</div><div class="gmail_extra">log syslog all;</div><div class="gmail_extra">router id 10.9.9.9;</div><div class="gmail_extra">protocol device {</div><div class="gmail_extra">scan time 10;</div><div class="gmail_extra">}</div><div class="gmail_extra">protocol kernel {</div><div class="gmail_extra">export all;</div><div class="gmail_extra">scan time 15;</div><div class="gmail_extra">}</div><div class="gmail_extra">protocol bgp peer1 {</div><div class="gmail_extra">import all;</div><div class="gmail_extra">export all;</div><div class="gmail_extra">local as 900;</div><div class="gmail_extra">neighbor 10.0.0.1 as 100;</div><div class="gmail_extra">}</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">IXP1</div><div class="gmail_extra">log syslog all;</div><div class="gmail_extra">router id 10.1.1.1;</div><div class="gmail_extra">protocol device {</div><div class="gmail_extra">scan time 10;</div><div class="gmail_extra">}</div><div class="gmail_extra">protocol kernel {</div><div class="gmail_extra">export all;</div><div class="gmail_extra">scan time 15;</div><div class="gmail_extra">}</div><div class="gmail_extra">protocol bgp peer9 {</div><div class="gmail_extra">import all;</div><div class="gmail_extra">export all;</div><div class="gmail_extra">local as 100;</div><div class="gmail_extra">neighbor 10.0.0.9 as 900;</div><div class="gmail_extra">}</div></div><div class="gmail_extra" style="font-size:12.8px"><br></div><div class="gmail_extra" style="font-size:12.8px">Thank you for your help.</div><div class="gmail_extra" style="font-size:12.8px">Aleksandra</div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Anton.</div>
</div>