[Xorp-hackers] XORP Configuration: OpenSSL problem

Ali Salem concordia.xorp at gmail.com
Sat May 29 17:02:55 PDT 2010


Hello all,

Thank you first for helping me in my previous issue, I was able to compile
XORP successfully on my machine. I have a problem now with the
configuration, and I am hoping you can assist me with it. I'll try to make
it short and simple:

I have three Cisco routers, (1800 series, one statically assigned as an RP),
one streamer (vlc server), one sink (vlc-client), I have successfully
managed to implement multicasting using PIM-SM on the three routers,
eventually I streamed a video and it worked. My task now is to replace one
of the routers with a XORP one, and maintain the same behavior like before.
Upon running XORP, I received the following error:

*[ 2010/05/29 19:48:52 WARNING xorp_fea FEA ] proto_socket_read() failed: RX
packet from 132.205.9.2 to 224.0.0.13 pif_index 2: no vif found
*
There appears to be a problem with the OSPF hand-shaking between the XORP
and the RP router. I just started using XORP, so any helpful pointers are
highly appreciated, thank you guys. I pasted my configuration below, let me
know if you need me to provide you with more information:

interfaces {
    restore-original-config-on-shutdown:false
    interface vlan10 {
    disable:false
    default-system-config
    vif vlan10 {

      disable: false
        }
}

    interface vlan40 {
    disable:false
      default-system-config
      vif vlan40 {
        disable: false
        }
    }
}

fea {
    unicast-forwarding4 {
    disable: false
    }
}

plumbing {
    mfea4 {
    interface vlan10 {
        vif vlan10 {
        disable: false
        }
    }
    interface vlan40 {
        vif vlan40 {
        disable: false
        }
    }

    interface register_vif {
        vif register_vif {
        /* Note: this vif should be always enabled */
        disable: false
        }
    }
    }
}

protocols {
    igmp {
    interface vlan10 {
        vif vlan10 {
        disable: false
        version:3
        }
    }
    interface vlan40 {
        vif vlan40 {
        disable: false
        version:3
        }
    }
    }
}


protocols {
    mld {
    interface vlan10 {
        vif vlan10 {
        disable: false
        }
    }
    interface vlan40 {
        vif vlan40 {
        disable: false
        }
    }

    }
}


protocols {
    ospf4 {
    router-id: 132.205.9.2

    area 0.0.0.0 {

        interface vlan10 {
        link-type: "p2p"
        vif vlan10 {
            address 132.205.9.2 {
              neighbor 132.205.9.1 {
            router-id: 132.205.9.1
              }
            }

        }
        }
    }

    }
}



protocols {
    pimsm4 {
    disable:false;
    interface vlan10 {
        vif vlan10 {
        disable: false
        }
    }
    interface vlan40 {
        vif vlan40 {
        disable: false
        }
    }

    interface register_vif {
        vif register_vif {
        /* Note: this vif should be always enabled */
        disable: false
        }
    }

    /* Note: static-rps and bootstrap should not be mixed */
    static-rps {
        rp 132.205.9.33 {
        group-prefix 224.0.0.0/4 {
        }
        }
    }

    switch-to-spt-threshold {
        /* approx. 1K bytes/s (10Kbps) threshold */
        disable: false
        interval: 100
        bytes: 102400
    }
    }
}

protocols {
    fib2mrib {
    disable: false
    }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20100529/3ed6ed92/attachment.html 


More information about the Xorp-hackers mailing list