[Xorp-users] multicast using xorp

Fazlina Zuria Mohd Anuar fazlina at sapura.com.my
Mon Sep 28 20:41:21 PDT 2009


 

Hello!!

I would like to ask some advice about configuring multicast network
using xorp.

I would like to multicast video streaming using vlc player between 2
xorp router.

 

Network diagram:

 

         PC--------------------------Xorp
Router1-------------------------Xorp Router2-------------------------PC

       Eth0                               Eth0
Eth1                               Eth0                    Eth1
Eth0

10.160.6.2/24         10.160.6.1/24        10.160.5.1/24
10.160.5.2/24            10.160.7.1/24             10.160.7.2/24

 

 

 

My configuration:

 

 

/*XORP Configuration File Xorp Router1, v1.0*/

protocols {

    fib2mrib {

        disable: false

    }

    igmp {

        disable: false

        interface eth0 {

            vif eth0 {

                disable: false

                version: 2

                enable-ip-router-alert-option-check: false

                query-interval: 125

                query-last-member-interval: 1

                query-response-interval: 10

                robust-count: 2

            }

        }

        interface eth1 {

            vif eth1 {

                disable: false

                version: 2

                enable-ip-router-alert-option-check: false

                query-interval: 125

                query-last-member-interval: 1

                query-response-interval: 10

                robust-count: 2

            }

        }

        traceoptions {

            flag {

                all {

                    disable: false

                }

            }

        }

    }

    pimsm4 {

        disable: false

        interface eth0 {

            vif eth0 {

                disable: false

                dr-priority: 1

                hello-period: 30

                hello-triggered-delay: 5

            }

        }

        interface eth1 {

            vif eth1 {

                disable: false

                dr-priority: 1

                hello-period: 30

                hello-triggered-delay: 5

            }

        }

        interface "register_vif" {

            vif "register_vif" {

                disable: false

                dr-priority: 1

                hello-period: 30

                hello-triggered-delay: 5

            }

        }

        static-rps {

            rp 10.160.5.1 {

                group-prefix 224.0.0.0/4 {

                    rp-priority: 192

                    hash-mask-len: 30

                }

            }

        }

        switch-to-spt-threshold {

            disable: false

            interval: 100

            bytes: 102400

        }

        traceoptions {

            flag {

                all {

                    disable: false

                }

            }

        }

    }

}

fea {

    unicast-forwarding4 {

        disable: false

    }

}

interfaces {

    restore-original-config-on-shutdown: false

    interface eth0 {

        description: ""

        disable: false

        discard: false

        unreachable: false

        management: false

        vif eth0 {

            disable: false

            address 10.160.5.1 {

                prefix-length: 24

                broadcast: 10.160.5.255

                disable: false

            }

        }

    }

    interface eth1 {

        description: ""

        disable: false

        discard: false

        unreachable: false

        management: false

        vif eth1 {

            disable: false

            address 10.160.6.1 {

                prefix-length: 24

                broadcast: 10.160.6.255

                disable: false

            }

        }

    }

}

plumbing {

    mfea4 {

        disable: false

        interface eth0 {

            vif eth0 {

                disable: false

            }

        }

        interface eth1 {

            vif eth1 {

                disable: false

            }

        }

        interface "register_vif" {

            vif "register_vif" {

                disable: false

            }

        }

        traceoptions {

            flag {

                all {

                    disable: false

                }

            }

        }

    }

}

 

 

Both router using same setting & the multicast doesn't working...please
advice..TQ!!!

 

 

Faz

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20090929/3c22b790/attachment-0001.html 


More information about the Xorp-users mailing list