<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<div>We have managed to successfully get a BGP session up and active but we are not sending an update message with our advertised routes. I can't help but feel like there is one small thing missing from our simple and straight forward configuration. Please
 help!</div>
<div><br>
</div>
<div>interfaces {</div>
<div>&nbsp; &nbsp; interface Ethernet3 {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>vif Ethernet3 {<span class="Apple-tab-span" style="white-space:pre">
</span>&nbsp;&nbsp;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;address 172.23.2.26 {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>prefix-length: 30</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;}</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>}</div>
<div>&nbsp; &nbsp; }</div>
<div>}</div>
<div><br>
</div>
<div>fea {</div>
<div>&nbsp; &nbsp; unicast-forwarding4 {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>disable: false</div>
<div>&nbsp; &nbsp; }</div>
<div>}</div>
<div><br>
</div>
<div>policy {</div>
<div>&nbsp; &nbsp;policy-statement &quot;static-to-bgp&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; term a {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; from {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; protocol: &quot;static&quot;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; metric: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; to {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; neighbor: 172.23.2.25</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; then {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; med: 13</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; accept</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp;}</div>
<div>&nbsp;}</div>
<div><br>
</div>
<div>protocols {</div>
<div>&nbsp; &nbsp; static {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; route 172.23.31.0/24 {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; next-hop: 172.23.2.26</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; metric: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; bgp {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>bgp-id: 172.23.2.26</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>local-as: 65111</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>export: &quot;static-to-bgp&quot;</div>
<div><br>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>peer 172.23.2.25 {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;local-ip: 172.23.2.26</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;as: 30624</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;next-hop: 172.23.2.26</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>}</div>
<div><br>
</div>
<div>/*</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>traceoptions {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;flag {</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>verbose</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>message-in</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>message-out</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>state-change</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>policy-configuration</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&nbsp; &nbsp;}</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>}</div>
<div>*/</div>
<div>&nbsp; &nbsp; }</div>
<div>}</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Andrew</div>
</div>
</body>
</html>