<pre><tt><tt>Hi all.Can anyone help me check my BGP configuration?<br>Here is my configuration.This is my first time using<br>XORP and hope anyone can help me.<br>Thanks.<br><br>interfaces {<br> interface eth0 {<br> description: "data interface"<br> vif eth0 {<br> address 172.16.0.0 {<br> prefix-length: 24<br> broadcast: 172.16.0.255<br> }<br> }<br> }<br>}<br><br>fea {<br> unicast-forwarding4 {<br> disable: true<br> } <br>}<br><br>policy {<br> policy-statement export-connected {<br> term 100 {<br> from {<br> protocol:"connected"<br> network4: 172.16.0.0/24 <br> }<br> to { <br> neighbor: 172.16.1.0<br> }<br><br> then { <br> nexthop4: 172.16.1.0<br> accept<br> }<br>}<br>}<br>}<br><br>protocols {<br> bgp {<br> bgp-id: 172.16.0.0<br> local-as: 33333<br> export: "export-connected" <br><br> peer 172.16.1.0 {<br> local-ip: 172.16.0.0<br> as: 33334<br> next-hop: 172.16.1.0<br><br> local-port: 179<br> peer-port:
179<br> holdtime: 120<br> <br> }<br> <br> peer 172.16.2.0 {<br> local-ip: 172.16.0.0<br> as: 33335<br> next-hop: 172.16.2.0<br><br> local-port: 179<br> peer-port: 179<br> holdtime: 120<br><br> }<br><br> peer 172.16.3.0 {<br> local-ip: 172.16.0.1<br> as: 33336<br> next-hop: 172.16.3.0<br> local-port: 179<br> peer-port: 179<br> holdtime: 120<br><br> ipv4-unicast: true<br> <br> <br> } <br><br> <br> }<br>}<br><br>Here is my BGP output.<br><br>root@debian> show bgp routes<br>Status Codes: * valid route, > best route<br>Origin Codes: i IGP, e EGP, ? incomplete<br><br>Prefix Nexthop Peer AS Path<br>*> 172.16.0.0/24 172.16.0.0 0.0.0.0 i<br><br>The output look something wrong to me though.<br>Can anyone help me solve this problem.Thanks.</tt></tt></pre><p> 
<hr size=1>Never miss a thing. <a href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs"> Make Yahoo your homepage.</a>