1834454 Members
2547 Online
110067 Solutions
New Discussion

Multicast disabling..

 
SOLVED
Go to solution
Vijeesh CTK
Trusted Contributor

Multicast disabling..

hi gurus,

can u help me in disabling MUTICAST thru ifconfig command.
an0: flags=843
inet 137.99.200.12 netmask ffff0000 broadcast 137.99.255.255

TIA

Vijeesh CTK
9 REPLIES 9
harry d brown jr
Honored Contributor

Re: Multicast disabling..

Personally I'd wait for Rick Jones to respond, because there might be some ndd setting, but until then look at mrouted.


live free or die
harry
Live Free or Die
Vijeesh CTK
Trusted Contributor

Re: Multicast disabling..


hello shiju,

thanks for the reply.

innu savio undayirunnu chattil kure neram kathy vechu

Regards,

Vijeesh CTK
Vijeesh CTK
Trusted Contributor

Re: Multicast disabling..


Hi shiju,

Congrats.... for ur Great performance.. ur ITRC Royalty now...

Vijeesh CTK
Helen French
Honored Contributor

Re: Multicast disabling..

Dey CT,

just came in ! savio enthu paranju ? mail viduka okay ?

hey, why do u want to disable the MULTICAST option ? Almost all document doesn't have a proper method of using this. Check all security options before making any changes !

Shiju
Life is a promise, fulfill it!
K.Vijayaragavan.
Respected Contributor
Solution

Re: Multicast disabling..

see the commands,

#ndd -h unsupported

or

#ndd -h unsupported | grep ip_respond_to_echo_broadcast

we can disable multicast by issu ing the below mentioned command but man page of ndd says it is not suggested. But if none of the software or os part is using this then you may diable if you decide to do so.

/ndd -set /dev/ip ip_respond_to_echo_broadcast 0

-Vijay
"Let us fine tune our knowledge together"
Helen French
Honored Contributor

Re: Multicast disabling..

Thanks CTK ! nice day !

Shiju
Life is a promise, fulfill it!
Ron Kinner
Honored Contributor

Re: Multicast disabling..

expect all that the multicast indicates is that the NIC and its driver can handle multicasts. That means you can join a multicast group and receive a multicast broadcast. It does not mean that your PC is multicasting and loading up the LAN with extra packets.

Unless you have specifically joined a multicast group or are running mrouted and are relaying multicasts from one network to another the multicast capability of your PC has no effect on your network.

Default TTL on a multicast is 1 so it won't be routed accidentally.

You can also look at mrinfo or at the igmp stats in netstat -s to see what is going on in multicast.

Look at
lanadmin
lan
display

then compare the number of inbound unicast packets received with the number of inbound non-unicast packets received. Cisco recommends that this ratio should be about 5 to 1 or better. Look at the outbound ratio to see if your PC is contributing to the problem.

If your network is full of trash broadcasts you might need to look for Windows machines running netbeui or netware or Compaq PCs running their stupid diagnostic manager software. Put a sniffer on it and see what sort of stuff you are seeing.

If it is a performance issue then make sure that you are not relying on autonegotiate to set the speed and duplex. This should be set manually on both ends of the circuit on all circuits.

Ron