[Xorp-users] Xorp-users Digest, Vol 10, Issue 17

Neeraj Prasad neeraj.prasad at gmail.com
Fri Jan 26 23:43:57 PST 2007


hi all,
         i want to test PIM-SM in xorp. So can anyone please tell me
what should be topology required for that purpose & it will be very
helpfull if someone gives config file for that perticular topology.

    Currently i have this topology on Vmware !!

A (Host)-------------------> B (Xorp router)---------------------> C (host)



Thanks you,
Ashish

Ashish you must specify the exact thing you want to test. Depending on that
you may hav e different topology. For exapmle if you just want to check the
Hello Exchange then only one test interface will do it.

Test Interface---------------------------Xorp Interface.

So, if you can specify an exact test case, we can provide you with better
answers.

For the config file of XORP I can give u an example having three interfaces

Topology
-------------

S1-------T1------------D1,D2-----------------T2
                             D3
                              |
                              |
                             T3

xorp at LiveCD# show -all
    protocols {
        fib2mrib {
            disable: false
        }
        igmp {
            disable: false
            interface rl0 {
                vif rl0 {
                    disable: false
                    version: 3
                    enable-ip-router-alert-option-check: false
                    query-interval: 125
                    query-last-member-interval: 1
                    query-response-interval: 10
                    robust-count: 2
                }
            }
            interface dc0 {
                vif dc0 {
                    disable: false
                    version: 3
                    enable-ip-router-alert-option-check: false
                    query-interval: 125
                    query-last-member-interval: 1
                    query-response-interval: 10
                    robust-count: 2
                }
            }
            interface vr0 {
                vif vr0 {
                    disable: false
                    version: 3
                    enable-ip-router-alert-option-check: false
                    query-interval: 125
                    query-last-member-interval: 1
                    query-response-interval: 10
                    robust-count: 2
                }
            }
        }
        pimsm4 {
            disable: false
            interface rl0 {
                vif rl0 {
                    disable: false
                    enable-ip-router-alert-option-check: false
                    dr-priority: 2
                    hello-period: 30
                    hello-triggered-delay: 5
                }
            }
            interface dc0 {
                vif dc0 {
                    disable: false
                    enable-ip-router-alert-option-check: false
                    dr-priority: 2
                    hello-period: 30
                    hello-triggered-delay: 5
                }
            }
            interface vr0 {
                vif vr0 {
                    disable: false
                    enable-ip-router-alert-option-check: false
                    dr-priority: 2
                    hello-period: 30
                    hello-triggered-delay: 5
                }
            }
            interface "register_vif" {
                vif "register_vif" {
                    disable: false
                    enable-ip-router-alert-option-check: false
                    dr-priority: 1
                    hello-period: 30
                    hello-triggered-delay: 5
                }
            }
        }
        static {
            disable: false
            route 22.2.2.2/32 {
                next-hop: 149.10.1.2
                metric: 1
            }
            mrib-route 11.1.1.1/32 {
                next-hop: 149.10.1.2
                metric: 10
            }
        }
    }
    interfaces {
        restore-original-config-on-shutdown: false
        interface rl0 {
            disable: false
            discard: false
            description: "Ethernet"
            vif rl0 {
                disable: false
                address 149.10.1.1 {
                    prefix-length: 24
                    disable: false
                }
                address 149:10::1:1 {
                    prefix-length: 64
                    disable: false
                }
            }
        }
        interface dc0 {
            disable: false
            discard: false
            description: "Ethernet"
            vif dc0 {
                disable: false
                address 149.11.1.1 {
                    prefix-length: 24
                    disable: false
                }
                address 149:11::1:1 {
                    prefix-length: 64
                    disable: false
                }
            }
        }
        interface vr0 {
            disable: false
            discard: false
            description: "Ethernet"
            vif vr0 {
                disable: false
                address 149.12.1.1 {
                    prefix-length: 24
                    disable: false
                }
                address 149:12::1:1 {
                    prefix-length: 64
                    disable: false
                }
            }
        }
        interface fxp0 {
            disable: false
            discard: false
            description: "Ethernet"
            vif fxp0 {
                disable: false
                address 192.168.10.149 {
                    prefix-length: 24
                    disable: false
                }
            }
        }
        interface lo0 {
            disable: false
            discard: false
            description: "Loopback interface"
            vif lo0 {
                disable: false
            }
        }
    }
    plumbing {
        mfea4 {
            disable: false
            interface rl0 {
                vif rl0 {
                    disable: false
                }
            }
            interface dc0 {
                vif dc0 {
                    disable: false
                }
            }
            interface vr0 {
                vif vr0 {
                    disable: false
                }
            }
            interface "register_vif" {
                vif "register_vif" {
                    disable: false
                }
            }
        }
    }



On 1/26/07, xorp-users-request at xorp.org <xorp-users-request at xorp.org> wrote:
>
> Send Xorp-users mailing list submissions to
>         xorp-users at xorp.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users
> or, via email, send a message with subject or body 'help' to
>         xorp-users-request at xorp.org
>
> You can reach the person managing the list at
>         xorp-users-owner at xorp.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xorp-users digest..."
>
>
> Today's Topics:
>
>    1. want help for PIM-SM (Ashish Karpe)
>    2. Vyatta vs CISCO (Pepo)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 24 Jan 2007 15:35:30 -0700
> From: "Ashish Karpe" <ashishkarpe at gmail.com>
> Subject: [Xorp-users] want help for PIM-SM
> To: xorp-users at xorp.org
> Message-ID:
>         <f87e63a0701241435s29ba7c50i6f09ad21004c741 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> hi all,
>          i want to test PIM-SM in xorp. So can anyone please tell me
> what should be topology required for that purpose & it will be very
> helpfull if someone gives config file for that perticular topology.
>
>     Currently i have this topology on Vmware !!
>
> A (Host)-------------------> B (Xorp router)---------------------> C
> (host)
>
>
>
> Thanks you,
> Ashish
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 25 Jan 2007 02:14:50 -0500
> From: Pepo <pmancheno at gmail.com>
> Subject: [Xorp-users] Vyatta vs CISCO
> To: Vyatta-users at rio.vyatta.com
> Cc: xorp-users at xorp.org
> Message-ID: <200701250214.51906.pmancheno at gmail.com>
> Content-Type: text/plain;  charset="us-ascii"
>
> Hi friends...
>
> I have to choose equipment (hardware and software) to implement multicast
> in
> my university LAN, and I wanna choose Vyatta/Xorp, but I have to specify
> the
> features and cost of the equipment versus other solution like CISCO but in
> this I dont have any idea of the equipment that will be necesary.
>
> Please give me a hand because it is so important to finish my project and
> buy
> the hardware/software.
>
> A lot of thanks.
>
> --
>
>          Linux User Registered #232544
>           Jabber : pepo at jabberes.org
>            Ekiga : pepo at ekiga.net
>              ICQ : 337889406
>        GnuPG-key : www.keyserver.net
> -----------------------------------------------
>                    dum loquimur, fugerit invida
> aetas: carpe diem, quam minimum credula postero.
>
>
>
> ------------------------------
>
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users
>
>
> End of Xorp-users Digest, Vol 10, Issue 17
> ******************************************
>



-- 
Thanks and Regards,
Neeraj Prasad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20070127/89454908/attachment-0001.html 


More information about the Xorp-users mailing list