About 15,000 results
Open links in new tab
  1. Inter-VRF multicast routing - NetworkLessons.com Community …

    Jun 5, 2024 · Configure multicast routing on the ASA Now to configure the multicast routing to take place between VRFs, you will probably want to create some static multicast routes and …

  2. How do I choose a multicast address for my application's use?

    May 28, 2009 · How should I choose an IPv4 multicast address for my application's use? I may need more than one (a whole range perhaps ultimately) but just want to avoid conflicts with …

  3. c# - Specifying what network interface an UDP multicast should …

    Sep 12, 2013 · Using C# Sockets, Windows seems to try to route the message over the WLAN adapter every time. Is there a way to specify what network interface to send a UDP multicast on?

  4. UDP Broadcast or IP Multicast? - Stack Overflow

    Dec 28, 2008 · If you had to implement a network broadcast, would you use UDP broadcast or IP multicast in a new application? Why? What are the benefits and drawbacks you encountered …

  5. What does it mean to bind a multicast (UDP) socket?

    May 22, 2012 · When you use a socket to send to a specific multicast IP, the destination MAC address on the ethernet frame is set to the corresponding multicast MAC address for the …

  6. Wireshark: Filter by Multicast in GUI - Stack Overflow

    Using the Wireshark "Filter" field in the Wireshark GUI, I would like to filter capture results so that only multicast packets are shown. I've seen this post but that doesn't work for the GUI fil...

  7. Multicast works on WSL1, but not WSL2 - Stack Overflow

    Oct 30, 2024 · 1 On Linux, if a socket is bound to a local IP address, it won't be able to receive multicast traffic even if the multicast group is joined. As mentioned in the comments, WSL1 is …

  8. Multicast vs Broadcast in LAN - Stack Overflow

    Oct 15, 2011 · Multicast traffic can be pruned inside a single switched ethernet Vlan / broadcast domain, broadcasts by-definition can't be pruned within a broadcast domain. Medium and …

  9. Multicast at Layer2 - when to enable pim on SVI - Multicast ...

    Mar 15, 2021 · I’m missing a link when it comes to multicast at layer 2. The goal is to connect a receiver to a server. The receiver is connected to a port on a layer 2 switch using VLAN 100 …

  10. network programming - Listen and broadcast/multicast UDP …

    Feb 10, 2025 · I have a docker container which host a software how need to listen message from a specific port and want to broadcast/multicast a message through my network. This network …