Lines Matching refs:Multicast
152 \item \verb|maddress| --- multicast address
153 \item \verb|mroute| --- multicast routing cache entry
294 \item \verb|multicast on| or \verb|multicast off|
296 --- change the \verb|MULTICAST| flag on the device.
388 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
450 \item \verb|MULTICAST| --- is an advisory flag indicating that the interface
452 nodes. Broadcasting is a particular case of multicasting, where the multicast
458 Certainly, the use of high bandwidth multicast transfers is not recommended
464 and not destined for a multicast group of which we are member. Usually
468 \item \verb|ALLMULTI| --- the device receives all multicast packets
469 wandering on the link. This mode is used by multicast routers.
511 Multicast addresses are not shown by this command, see
522 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
546 \item \verb|mcast| --- the total number of received multicast packets. This option
564 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
764 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
974 on a \verb|NOARP| interface or if the address is multicast or broadcast.
1221 \item \verb|multicast| --- a special type used for multicast routing.
1667 and for multicast routes, if this host is a member of the corresponding
1673 \item \verb|mc| --- the destination is multicast.
1915 \item Find a multicast route for packets arriving on \verb|eth0|
1916 from host 193.233.7.82 and destined for multicast group 224.2.127.254
1917 (it is assumed that a multicast routing daemon is running.
1921 multicast 224.2.127.254 from 193.233.7.82 dev lo \
1927 and a ``multicast'' part. The normal part is used to deliver (or not to
1932 The multicast part consists of an additional \verb|Oifs:| list showing
2287 \section{{\tt ip maddress} --- multicast addresses management}
2290 \paragraph{Object:} \verb|maddress| objects are multicast addresses.
2294 \subsection{{\tt ip maddress show} --- list multicast addresses}
2321 Then the multicast address list follows. Each line starts with the
2323 multicast addresses.
2325 If a multicast address has more than one user, the number
2334 \subsection{{\tt ip maddress add} --- add a multicast address\\
2335 {\tt ip maddress delete} --- delete a multicast address}
2340 a static link layer multicast address to listen on the interface.
2341 Note that it is impossible to join protocol multicast groups
2350 --- the link layer multicast address.
2354 --- the device to join/leave this multicast address.
2371 Neither \verb|ip| nor the kernel check for multicast address validity.
2373 instead of a multicast address. Most drivers will ignore such addresses,
2387 \section{{\tt ip mroute} --- multicast routing cache management}
2392 \paragraph{Object:} \verb|mroute| objects are multicast routing cache
2396 Due to the limitations of the current interface to the multicast routing
2413 --- the prefix selecting the destination multicast addresses to list.
2418 --- the interface on which multicast packets are received.
2423 --- the prefix selecting the IP source addresses of the multicast route.
2438 Each line shows one (S,G) entry in the multicast routing cache,
2439 where S is the source address and G is the multicast group. \verb|Iif| is
2440 the interface on which multicast packets are expected to arrive.
2444 by spaces. If a multicast routing entry is created with non-trivial
2607 \item \verb|Mcasts| --- the total number of multicast packets
2874 must join the solicited node multicast address to listen for the corresponding
3172 \# 1. Prohibit link local multicast addresses.\\
3174 \# 3. Add default multicast route.
3179 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
3412 \# 1. Prohibit link local multicast addresses.\\
3414 \# 3. Add default multicast route.
3419 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then