[Xorp-users] RIP sending route but not receiving

Pavlin Radoslavov pavlin at icir.org
Thu Oct 11 13:22:02 PDT 2007


Mayank Kandari <mayank.kandari at gmail.com> wrote:

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

Please send the configuration of the other XORP router as well.

Pavlin

P.S. For practical reasons, please send the configuration as a reply
in this thread instead of starting a new one so it is easier to
follow the subject.



More information about the Xorp-users mailing list