Hien Ho writes: > There is suppose to be a way for setting IGMP version for join request > base on CR 6482459. But I haven't found how is this done. Is this documented > some where? We are running B85 which suppose to have the fix already. Thanks > for any
ndd -set /dev/ip igmp_max_version <x> ndd -set /dev/ip mld_max_version <y> 'x' is 0 for IGMPv1, 1 for IGMPv2, and 2 for IGMPv3. 'y' is 1 for MLDv1 and 2 for MLDv2. Note that you ordinarily should not need to use this. The only reason to use it is if you have a non-RFC-compliant multicast router on your network ... and if you have something like that, you ought to consider upgrading or replacing that device at some point in the future. If it has bugs with the documented IGMP/MLD compatibility features, who knows what other problems it has? -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ networking-discuss mailing list [email protected]
