Commands Muticast Testing Command
Commands Muticast Testing Command
id=266712
duplicate package
# ping -n 233.5.5.6
# ping -A 233.5.5.6
# while read ip ; do ping -c4 $ip | grep -q 'DUP!' && echo "$ip duplicates" ; done
< ip_list.txt
# multicast group
# ip maddr show odin-local-lan
# ip link set odin-local-lan multicast on
#ifconfig odin-local-lan
#iperf -s -u -B 233.6.6.7 -i 1
# iperf -c 233.6.6.7 -u -T 32 -t 3 -i 1
#ifconfig|ip -s link
# tcpdump -nnXs 0 -i odin-local-lan udp port 34330 and dst 233.6.6.7
# netstat -ng
#ethtool -i odin-local-lan
#ip maddr
To check current version of IGMP and IP addresses subscribed for multicasting
#cat /proc/net/igmp
This will direct traffic for the 192.168.122.0/24 subnet to the gateway at
10.10.10.1
To display the IP routing table, use the ip route command. For example:
#ip route
# ip maddress add
# ip maddress delete
# ip maddress show
# ip link show
# ip maddress show
# ip link set eth0 multicast off
# ip link show eth0
Multicast Information
# netstat --groups
# cat /proc/net/igmp
#
# sar -n UDP 1 1
# ethtool -g odin-local-lan
# netstat -s| grep err
net.core.rmem_max = 124928
net.core.wmem_max = 4194304
net.core.rmem_default = 124928
net.core.wmem_default = 124928