Hello , this is the configuration of my router<br><br>mayank@cmj-isea-08.cdacmumbai.in# show <br> protocols {<br> rip {<br> interface eth0 {<br> vif eth0 {<br> address
<a href="http://172.16.0.8">172.16.0.8</a> {<br> }<br> }<br> }<br> export: "static"<br> }<br> static {<br> route <a href="http://40.0.0.0/8">
40.0.0.0/8</a> {<br> next-hop: <a href="http://172.16.0.100">172.16.0.100</a><br> }<br> }<br> }<br> policy {<br> policy-statement connected {<br> term export {<br> from {
<br> protocol: "connected"<br> network4: <a href="http://10.0.0.0/8">10.0.0.0/8</a><br> }<br> to {<br> nexthop4: 172.16.0.4..172.16.0.4
<br> }<br> then {<br> accept {<br> }<br> }<br> }<br> }<br> policy-statement static {<br> term export {
<br> from {<br> protocol: "static"<br> }<br> }<br> }<br> }<br> interfaces {<br> interface eth0 {<br> vif eth0 {<br> address
<a href="http://172.16.0.8">172.16.0.8</a> {<br> prefix-length: 16<br> }<br> address <a href="http://10.0.0.1">10.0.0.1</a> {<br> prefix-length: 8<br> }
<br> }<br> }<br> }<br><br>I am able to send route from my machine and another xorp machine in my network (<a href="http://172.16.0.0/16">172.16.0.0/16</a>) is receiving the routes from my xorp router.
<br>I am not receiving any route and even not able to view peers :( . Any one can help me.<br><br>regards<br>Mayank <br>