[Xorp-users] XORP IGMP Querier

Yuri Kirsanov flash at preferance.ru
Tue Sep 4 09:55:23 PDT 2007


Of course! Here it is:
[root at video_gw ~]# cat /opt/xorp/config.boot
/* $XORP: xorp/rtrmgr/config.boot.sample,v 1.46 2007/03/12 10:16:05 atanu 
Exp $ */


interfaces {
    restore-original-config-on-shutdown: false
    interface eth0 {
        description: "Downstream interface"
        disable: false
        /* default-system-config */
        vif eth0 {
            disable: false
            address 172.17.17.8 {
                prefix-length: 16
                broadcast: 172.17.255.255
                disable: false
            }
        }
    }
    interface eth1.202 {
        description: "Upstream interface"
        disable: false
        /* default-system-config */
        vif eth1.202 {
            disable: false
            address 192.168.202.2 {
                prefix-length: 24
                broadcast: 192.168.202.255
                disable: false
            }
        }
    }
}

fea {
    unicast-forwarding4 {
        disable: false
        forwarding-entries {
            retain-on-startup: false
            retain-on-shutdown: false
        }
    }
}

plumbing {
    mfea4 {
        disable: false
        interface eth1.202 {
            vif eth1.202 {
                disable: false
            }
        }
        interface eth0 {
            vif eth0 {
                disable: false
            }
        }
        interface register_vif {
            vif register_vif {
                /* Note: this vif should be always enabled */
                disable: false
            }
        }
        traceoptions {
            flag all {
                disable: false
            }
        }
    }
}

protocols {
    igmp {
        disable: false
        interface eth0 {
            vif eth0 {
                disable: false
                version: 2
                enable-ip-router-alert-option-check: true
                query-interval: 60
                query-last-member-interval: 1
                query-response-interval: 10
                robust-count: 2
            }
        }

        interface eth1.202 {
            vif eth1.202 {
                disable: false
                version: 2
            }
        }

        traceoptions {
            flag all {
                disable: false
            }
        }
    }

/*    mld {
        disable: true
    }
*/
}

protocols {
    pimsm4 {
        disable: false
        interface eth1.202 {
            vif eth1.202 {
                disable: false
                /* enable-ip-router-alert-option-check: false */
                /* dr-priority: 1 */
                /* hello-period: 30 */
                /* hello-triggered-delay: 5 */
            }
        }

        interface eth0 {
            vif eth0 {
                disable: false
                /* enable-ip-router-alert-option-check: false */
                /* dr-priority: 1 */
                /* hello-period: 30 */
                /* hello-triggered-delay: 5 */
                /* alternative-subnet 10.40.0.0/16 */
            }
        }

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

        static-rps {
            rp 85.112.112.2 {
                group-prefix 233.163.114.0/24 {
                    /* rp-priority: 192 */
                    /* hash-mask-len: 30 */
                }
            }
        }

        traceoptions {
            flag all {
                disable: true
            }
        }
    }
}

/*
 * Note: fib2mrib is needed for multicast only if the unicast protocols
 * don't populate the MRIB with multicast-specific routes.
 */
protocols {
    fib2mrib {
        disable: true
    }
}

----- Original Message ----- 
From: "Javier Fernandez-Sanguino" <jfs at computer.org>
To: "Yuri Kirsanov" <flash at preferance.ru>
Cc: <xorp-users at xorp.org>
Sent: Tuesday, September 04, 2007 8:34 PM
Subject: Re: [Xorp-users] XORP IGMP Querier


> 2007/9/4, Yuri Kirsanov <flash at preferance.ru>:
>> Good day.
>
> Could you please send your xorp configuration file? It might be
> helpful to see if its properly defined.
>
> Regards
>
> Javier
> 



More information about the Xorp-users mailing list