[Xorp-users] Xorp 1.6 LiveCD fails to run RIP

Loren M. Lang lorenl at north-winds.org
Mon May 24 19:18:17 PDT 2010


I am using the Xorp 1.6 LiveCD inside VirtualBox 3.1.8 to test out some network configurations using both RIP and OSPF.  I have successfully gotten OSPF to peer with other routers running Quagga, but I cannot seem to make Xorp use RIP.  I am running other routers with RIPv2 multicast and no authentication.  When I startup a fresh Xorp router with the following configuration, I see zero RIP traffic coming from the Xorp router.  When I first commit the changes, all I see is an IGMP join to group 224.0.0.9 followed by an IGMP leave from group 224.0.0.9.  show rip peers shows no peers, however, other Quagga RIPv2 routers have no trouble seeing each other.

protocols {
   fib2mrib {
   }
   rip {
       interface em1 {
           vif em1 {
               address 192.168.10.11 {
               }
           }
       }
       export: "connected-routes"
   }
}
policy {
   policy-statement "connected-routes" {
       term export {
           from {
               protocol: "connected"
           }
       }
   }
}
fea {
   unicast-forwarding4 {
   }
}
interfaces {
   interface em1 {
       description: "Ethernet"
       vif em1 {
           address 192.168.10.11 {
               prefix-length: 29
               broadcast: 192.168.10.15
           }
       }
   }
   interface lo0 {
       description: "Loopback interface"
       vif lo0 {
       }
   }
}



-- 
Loren M. Lang
lorenl at north-winds.org
http://www.north-winds.org/


Public Key: ftp://ftp.north-winds.org/pub/lorenl_pubkey.asc
Fingerprint: 10A0 7AE2 DAF5 4780 888A  3FA4 DCEE BB39 7654 DE5B



More information about the Xorp-users mailing list