[Xorp-users] How to configure IGMP in XORP ROUTER

Patricio Latini p_latini at hotmail.com
Sun Aug 22 08:52:35 PDT 2010


Sekhar, I have it working in my lab. This would be the configuration that
applies to your case.

Regards

Patricio

plumbing {
    mfea4 {
        disable: false
        interface eth0 {
            vif eth0 {
                disable: false
            }
        }
        interface eth1 {
            vif eth1 {
                disable: false
            }
        }

    }
}
protocols {
    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
            }
        }
    }
    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
            }
        }
        static-rps {
            rp 192.168.11.96 {
                group-prefix 224.4.4.0/24 {
                    rp-priority: 192
                    hash-mask-len: 30
                }
            }
        }
    }
}


interfaces {
    restore-original-config-on-shutdown: false
    interface eth0 {
        description: ""
        disable: false
        discard: false
        unreachable: false
        management: false
        vif eth0 {
            disable: false
            address 192.168.11.96 {
                prefix-length: 24
                disable: false
            }
        }
    }
    interface eth1 {
        description: ""
        disable: false
        discard: false
        unreachable: false
        management: false
        vif eth1 {
            disable: false
            address  192.168.10.96 {
                prefix-length: 24
                disable: false
            }
        }
    }
}

-----Original Message-----
From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On
Behalf Of sekhar at copperheadsystems.com
Sent: Saturday, August 21, 2010 1:16 AM
To: xorp-users at xorp.org
Subject: Re: [Xorp-users] How to configure IGMP in XORP ROUTER

Hi all ,


Please see the attachment and help me regarding IGMP configuration in XORP
ROUTER.

Thanks ,
Sekhar



More information about the Xorp-users mailing list