[Xorp-users] RIP sending route but not receiving

Mayank Kandari mayank.kandari at gmail.com
Thu Oct 11 21:36:12 PDT 2007


This is the   configuration of another router
 protocols {
        rip {
            interface eth0 {
                vif eth0 {
                    address 172.16.0.4 {
                    }
                }
            }
            export: "connected"
        }
    }
    policy {
        policy-statement connected {
            term export {
                from {
                    protocol: "connected"
                    network4: 192.168.0.0/16
                }
                to {
                    nexthop4: 172.16.0.9..172.16.0.9
                }
                then {
                    accept {
                    }
                }
            }
        }
    }
    interfaces {
        interface eth0 {
            vif eth0 {
                address 172.16.0.4 {
                    prefix-length: 16
                }
            }
        }
    }




On 10/12/07, Pavlin Radoslavov <pavlin at icir.org> wrote:
>
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20071012/7520a371/attachment.html 


More information about the Xorp-users mailing list