[Xorp-users] Unable to configure RIP on XORP??

Marko Zec zec at icir.org
Tue Oct 9 08:09:11 PDT 2007


On Tuesday 09 October 2007 15:34:56 sanjeev kumar wrote:
> Ignoring non-text/plain MIME parts
>
> - Unprocessed:
>       Please go through the following configuration:
>       PC1(with XORP)  eth0 : 172.16.10.8 255.255.0.0
>       eth0:0(Virtual Interface):192.168.0.1 255.255.255.0
>     PC2(with
>       XORP)  eth0 : 172.16.10.9 255.255.0.0
>       eth0:0(Virtual Interface):10.0.0.1 255.255.255.0
>          Virtual
>       Interface(eth0:0)------PC1----
>    ----------------------PC2-----------------Virtual
>       Interface(eth0:0)
>               (192.168.0.1)            (172.16.0.8)         
> (172.16.0.9) (10.0.0.1)
>       This is my PC confguration:
>            rip {
>                   interface eth0
>    - Ignored:
>                   interface "eth0:0"
>               }
>           }
>           policy {
>               policy-statement connected {
>                   term export {
>
> - Ignored:
> - Show quoted text -
>                       from {
>                           protocol: "connected"
>                       }
>                   }
>               }
>           }
>           interfaces {
>               restore-original-config-on-shutdown: false
>               interface eth0 {
>                   disable: false
>                   discard: false
>                   description: ""
>                   vif eth0 {
>                       disable: false
>                   }
>                   default-system-config {
>                   }
>               }
>           }
>
>       Same configuration on the second PC.Please guide me how to
> enable RIP(step
>       by step if possible).How to advertise the different networks in
>    RIP(XORP)..I
>       had worked on Cisco router ,now trying to configure XORP.
>
>       Thanks & Regards,
>       Sanjeev
>
>
>    --
>    Efforts may fail,But don't Fail to make efforts.
>    ---------
>    Sanjeev Kumar
>    Project Engineer
>    CDAC(Formerly NCST)
>    Juhu,Mumbai-400049
>
> - Done.
>
>
>
> ---------- Forwarded message ----------
> From: "sanjeev kumar" <ror.sanjeev at gmail.com>
> To: xorp-users-request at xorp.org
> Date: Tue, 9 Oct 2007 18:57:37 +0530
> Subject: Unable to configure RIP on XORP??
>  I am new to XORP.I was unable to configure RIP at XORP
>    Please go through the following configuration:
>    PC1(with XORP)  eth0 : 172.16.10.8 255.255.0.0
>    eth0:0(Virtual Interface): 192.168.0.1 255.255.255.0
>
>  PC2(with
>    XORP)  eth0 : 172.16.10.9 255.255.0.0
>    eth0:0(Virtual Interface):10.0.0.1 255.255.255.0
>       Virtual
>    Interface(eth0:0)------PC1----
> ----------------------PC2-----------------Virtual
>    Interface(eth0:0)
>            ( 192.168.0.1)            (172.16.0.8)          (
> 172.16.0.9) (10.0.0.1)
>    This is my PC confguration:
>         rip {
>                interface eth0
>
> - Ignored:
>                interface "eth0:0"
>            }
>        }
>        policy {
>            policy-statement connected {
>                term export {
>                    from {
>                        protocol: "connected"
>                    }
>                }
>            }
>        }
>        interfaces {
>            restore-original-config-on-shutdown: false
>            interface eth0 {
>                disable: false
>                discard: false
>                description: ""
>                vif eth0 {
>                    disable: false
>                }
>                default-system-config {
>                }
>            }
>        }
>
>    Same configuration on the second PC.Please guide me how to enable
> RIP(step
>    by step if possible).How to advertise the different networks in
> RIP(XORP)..I
>    had worked on Cisco router ,now trying to configure XORP.
>
>    Thanks & Regards,
>    Sanjeev

Hi Sanjeev,

it would help if you could post in plain ASCII (not as a MIME 
attachment) complete XORP configurations for both nodes - from garbled 
text as above it is quite difficult to deduct the actual issues you 
might be facing.

Note that in rip config section you have to reference each 
if/vif/address on which you wish to have RIP enabled, as documented in 
section 7 of XORP's user manual.

Marko



More information about the Xorp-users mailing list