[Xorp-users] rip troubles

Robert Joseph Suk rsuk at ucsc.edu
Mon Nov 26 20:01:38 PST 2007


Hello,
I'm new to xorp, and I'm trying to get a basic router up 
and running RIP, but I keep getting the following error:

[ 2007/11/26 19:23:44 WARNING xorp_fea 
XrlSocketServerTarget ] Handling method for 
socket4/0.1/send_from_multicast_if failed: XrlCmdError 102 
Command failed Network is unreachable
[ 2007/11/26 19:23:44  ERROR xorp_rip:1264 RIP +552 
port.cc port_io_send_completion ] Send failed

My boot config is below, and I'm running freebsd 6.2

interfaces{
         restore-original-config-on-shutdown: false
         interface xl0 {
                 description: "from 10.0.2"
                 disable: false
                 vif xl0 {
                         disable: false
                         address 10.0.2.33 {
                                 prefix-length: 24
                                 broadcast: 10.0.2.255
                                 disable: false
                         }
                 }
         }
         interface xl1 {
                 description: "to 10.0.3"
                 disable: false
                 vif xl1 {
                         disable: false
                         address 10.0.3.33 {
                                 prefix-length: 24
                                 broadcast: 10.0.3.255
                                 disable: false
                         }
                 }
         }
} /* </interfaces> */

fea{
         unicast-forwarding4 {
                 disable: false
         }

         unicast-forwarding6 {
                 disable: true
         }

         click {
                 disable: true  /*just for now*/
         }

} /* </fea> */
plumbing{
         mfea4 {
                 disable: true
         }
         mfea6{
                 disable: true
         }
}
policy {
         /*Describe connected routes for redistribution*/
         policy-statement connected {
                 term export {
                         from {
                                 protocol: "connected"
                         }
                 }
         }
}

protocols {
         rip {
                 export: "connected"

                 /*run on both interfaces*/
                 interface xl0 {
                         vif xl0 {
                                 address 10.0.2.33 {
                                         disable: false
                                 }
                         }
                 }
                 interface xl1 {
                         vif xl1 {
                                 address 10.0.3.33 {
                                         disable: false
                                 }
                         }
                 }
         } /* </rip> */
} /* </protocols>*/

No updates are being received at the neigoboring nodes. 
 any ideas where I went wrong?

-Robbie



More information about the Xorp-users mailing list