[Xorp-users] Guidance needed.

Larry Ross lfross at ucdavis.edu
Thu Oct 23 14:29:19 PDT 2008


Rendezvous Point PIM-SM

RP=192.168.0.103 ------------------------------------------------------XORP Router----------------------------------------Client Subnet Direct attached Workstations

                                                Campus Network                            XL0(w/pf firewall)             dc0

                                                                                                                192.168.1.158                     10.10.0.94                            10.10.251.80/28


Good Afternoon all;

New to Xorp so pardon any obvious blunders.  I am trying to configure a uni/multicast router/firewall for a small subnet.  Campus uses PIM-SM for multicast transmission (see diagram above, IP's obfuscated).  I have performed the majority of the cconfiguration from xorpsh to avoid syntax prblems however I am encountering a problem that is completely killing me...  Whenever I try and activate mfea4 i receive errors that I believe are halting me from bringing up pimsm and IGMP.  If you could please review my config and provide feedback I would greatly appreciate it.  Also I am confused as to what (if any) kernel mods sysctl flags etc etc might be needed to get this puppy off the ground.  Any assistance in this matter would be greatly appreciated.

Thank you!





root at WanliChangCheng.ucdavis.edu# set plumbing mfea4 interface xl0 vif xl0
[edit]
root at WanliChangCheng.ucdavis.edu# set plumbing mfea4 interface register_vif vif register_vif
[edit]
root at WanliChangCheng.ucdavis.edu# set plumbing mfea4 traceoptions flag all
[edit]
root at WanliChangCheng.ucdavis.edu# commit
Commit Failed
102 Command failed Cannot start vif xl0: cannot add the multicast vif to the kernel[edit]
root at WanliChangCheng.ucdavis.edu# commit
Commit Failed
102 Command failed Cannot start vif register_vif: cannot add the multicast vif to the kernel[edit]


If I try a third time it appears to take however I believe this to be false as the vifs do not seem to be being entered into Kernel Multicast.

root at WanliChangCheng.ucdavis.edu# commit
OK
[edit]
root at WanliChangCheng.ucdavis.edu#



root at WanliChangCheng.ucdavis.edu> show host os
FreeBSD WanliChangCheng.ucdavis.edu 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386


Running XORP 1.5 from FreeBSD ports collection.





XORP.CONF

protocols {
    fib2mrib {
        disable: false
    }
    static {
        disable: false
        route 0.0.0.0/0 {
            next-hop: 192.168.241.157
            metric: 1
        }
    }
}
fea {
    unicast-forwarding4 {
        disable: false
    }
    unicast-forwarding6 {
        disable: false
    }
}
interfaces {
    restore-original-config-on-shutdown: false
    interface dc0 {
        disable: false
        discard: false
        description: "Ethernet"
        vif dc0 {
            disable: false
            address 10.10.251.94 {
                prefix-length: 28
                disable: false
            }
        }
    }
    interface xl0 {
        disable: false
        discard: false
        description: "Ethernet"
        vif xl0 {
            disable: false
            address 192.168.241.158 {
                prefix-length: 30
                disable: false
            }
        }
    }
    interface lo0 {
        disable: false
        discard: false
        description: "Loopback interface"
        vif lo0 {
            disable: false
        }
    }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20081023/76163329/attachment.html 


More information about the Xorp-users mailing list