Slm2005 not leaving multicast group

Hi,
I have this SML2005 smart switch I try to use surf over some video multicast group. I have 2 video sources streaming on different multicast addresses, and 1 video receiver with a single channel. All are connected directly to the switch.
When I toggle between both sources on the receiver end, I clearly see the igmp group leave for the address of the previous channel and the igmp report for the new address on the latest channel. This is observed while setting a port of the switch in mirror and capturing the ethernet traffic. So far so good.
What I observe is the the switch continues to send the stream of the previous channel to the receiver, even though there was an explicit igmp group leave.
The switch is configured as follow:
global:
-enable igmp snooping: on
-Enable Unregistered IP Multicast Flooding: off
vlan 1:
-enable igmp snooping: on
-Enable IGMP Querying: on
I expected some latency leave, but I let this run for 20minutes with the unwanted stream continuously being sent to the receiver.
What this causes is when both stream are present, the port of the receiver may exceed the allowed bandwidth and some packets are dropped.
Any help would be appreciated.
--Martin

Hi and welcome to the Skype Community,
You can leave a group chat any time without compromising any of the separate conversation history or 1-on-1 conversation with the contact who originally invited you to the group. Take a look at our article on group chats explaining its features:
https://support.skype.com/en/faq/FA1005/how-do-i-s​tart-a-group-instant-message-in-skype-for-windows-​...
P.S.: Just out of curiosity: When you open the Windows discussion board do you see the big green "New Topic" button on top:
If not do you see any other button at that location?
Follow the latest Skype Community News
↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Similar Messages

  • Maximum number of multicast groups on a given port?

    Using linux (Ubuntu 8.4 with jdk 1.6.10 and 1.5.12) if I try to join more than 20 groups to a MulticastSocket open on a given port I get the following exception:
    FINE 14:45:45.883:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.0.1.118
    FINE 14:45:45.883:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.12.1.113
    FINE 14:45:45.884:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.20.0.43
    FINE 14:45:45.884:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.0.0.42
    FINE 14:45:45.884:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.115.246.43
    FINE 14:45:45.885:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.125.246.43
    FINE 14:45:45.885:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.125.246.75
    FINE 14:45:45.885:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.12.1.120
    FINE 14:45:45.885:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.215.246.45
    FINE 14:45:45.886:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.12.0.43
    FINE 14:45:45.886:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.125.246.20
    FINE 14:45:45.886:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.1.1.120
    FINE 14:45:45.887:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.12.1.118
    FINE 14:45:45.887:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.115.246.42
    FINE 14:45:45.887:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.115.246.20
    FINE 14:45:45.888:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /233.215.246.47
    FINE 14:45:45.888:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.12.1.112
    FINE 14:45:45.888:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.1.0.43
    FINE 14:45:45.888:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.1.1.118
    FINE 14:45:45.889:net.c4i.socketcomms.MulticastSocketListener.bind 10: Adding Mcast Group: /226.1.0.75
    WARNING 14:45:45.889:net.c4i.socketcomms.MulticastSocketListener.bind 10: Could not join multicast group /233.15.246.43
    java.net.SocketException: No buffer space available
    java.net.PlainDatagramSocketImpl.join(Native Method)
    java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
    java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)
    net.c4i.socketcomms.MulticastSocketListener.bind(MulticastSocketListener.java:143)
    net.c4i.socketcomms.MulticastProtocolManager.createListener(MulticastProtocolManager.java:154)
    net.c4i.socketcomms.MulticastProtocolManager.<init>(MulticastProtocolManager.java:100)
    net.c4i.socketcomms.MulticastProtocolManager.getInstance(MulticastProtocolManager.java:67)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    net.c4i.socketcomms.SocketManager.createProtocol(SocketManager.java:245)
    net.c4i.socketcomms.SocketManager.<init>(SocketManager.java:157)
    net.c4i.socketcomms.SocketManager.getInstance(SocketManager.java:116)
    net.c4i.infrastructure.C4IAdapterManager.<init>(C4IAdapterManager.java:172)
    net.c4i.infrastructure.C4IAdapterManager.getInstance(C4IAdapterManager.java:263)
    net.c4i.infrastructure.C4IAdapterManager.launch(C4IAdapterManager.java:492)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    Is there any known way to workaround this issue? I've searched but have not seen any similar issues. I also cannot reduce the number of multicast groups in use as I have no control of that.
    Noah

    Is there any known way to workaround this issue?It may be a tunable kernel parameter, and you may be able to tweak it somehow, but that would be a Linux question, not a Java question.
    I also cannot reduce the number of multicast groups in use as I have no control of that.You may not have any choice. If the kernel will only give you 20, bad luck.

  • How can I leave a group in iMessage. I delete the group, but whenever a member sends a message, I get all the messages again

    How can I leave a group in iMessage?
    I delete the group in iMessage because I don't want to receive any more messages.
    Nevertheless, whenever a member sends a message, I get all the messages again. I have only deleted the previos messages.
    In the users manual, they only tell how how to create a group, but not how to leave it.
    Thank you.

    Sorry you can't.

  • TS2755 How can I leave a group message

    I was put in a group text and I don't want to be in it b/c my phone is constantly beeping and will freeze b/ to many texts come in at same time. I need to know a way to leave a group text when the others will not remove me. I don't want to turn off iMessage or group texts. Any suggestions??

    What I was referring to was what happens before you send the group message.  I am not sure you can change the makeup of the group after it is sent.  You might have to start a new group message and changethe makeup of the group

  • List of users who do not have USER GROUP.

    Hi friends,
    I want to find out the list of users who do not have USER GROUP.
    Can any one please let me know how to find out.
    Thanks,
    Ankitha

    Hi,
    use the transaction "suim" or the abap report "RSUSR002"
    -> user information system
    open tree -> user -> users by compley.... -> exec. users by complex...
    next screen -> Group for authorization -> select multiple selection (right symb.) -> in the tab 'single vals' -> click on the left symb. -> select '='
    leave the fields blank. -> 'F8' or ok. -> then in the main screen 'F8' or run.
    so you will get all users without a group asignment
    I hope it was helpfully.
    best regards
    Cahit

  • Join multicast group on AIR DatagramSocket ?

    Hello Adobe experts,
    I'm currently testing Flex/AIR for a new software that we have to design to display data received from the network and I'm very excited about all possibilities Flash offers in terms of UI and how easy it is to quickly develop a nice-looking, portable application, compared to other technologies (like Java, though richer in terms of API but harder to write code reusable for desktop, Internet and mobile apps, and not so good looking ).
    The application itself gets data from a multicast group and formats it on the screen (images, graphs, ...).
    So I'm really willing to use Flash to build this app and after a few benchmarking/prototyping I'm using a DatagramSocket (AIR-only, that's fine) to read UDP datagrams and it's working fine except for two tiny things on which I couldn't find any answer:
    I can't have the socket join a multicast group
    I can't set the send/receive buffer size for the socket
    I have a lot of code in C and Java for that and both are just a single call to "setsockopt" function:
    In C:
    setsockopt(sock, IPPROTO_IP, IP_ADD_MEMBERSHIP, &group, sizeof(struct ip_mreq)) - where "group" describe the multicast group to join
    setsockopt(sock, SOL_SOCKET, SO_RCVBUF, &sz, sizeof(sz)) - where "sz" is the number of byte to use for the receive buffer
    In Java it's even simpler, using a MulticastSocket:
    sock.joinGroup(group)
    sock.setReceiveBufferSize(sz)
    I tried to use Alchemy to write simple functions to create an UDP socket and have it join a multicast group but alas, the "socket" call returns -1, as it seems that sockets cannot be created in Alchemy environment (though compilation works without problem...).
    I find it hard to believe that I'm the only one needing these two tiny "setsockopt" calls... I found on Adobe forums people trying to set the TCP_NODELAY option on a socket (also using setsockopt in the end) but without success...
    By the way, the data come from an electronic board and is somehow coded in VHDL so I can't use RTMFP on that, though it seems to implement the functionnalities I need (or at least the multicast group part, the receive buffer size would be a bonus).
    Well, I'm rather disapointed by this as Flash fills remarkably 99.9% of the application needs but this tiny 0.1% makes it impossible for it to get the data, thus making it useless...
    And we don't want that I turn to Silverlight, do we?
    Thank you all for any help and answers on this topic!
    Matthieu

    Thanks, that's what I was planning to do but in C or Java (everyone has its favorites right? ): use another program as a kind of "proxy" to redirect the multicast streams to local unicast AIR sockets...
    But I'd rather have a nice API modification from Adobe on that matter. This kind of proxy is clearly "hacking" your way out of an API miss. You also have to make sure that your "proxy" is running on the local machine.
    It's not as if multicast was a new technology or something nobody uses... It's standard and it's simple when you can already handle UDP sockets so I don't know why they don't want to implement these 10 lines of code...
    Anyway, thank you for your answer, I'll stick to something similar (but I'll do Java ).
    Matthieu

  • RTPManager: problem joining multicast group

    We've written an application that sends and receives audio and video streams over RTP to a multicast group. If two of these applications are both running on the LAN, it works fine (our router is multicast-enabled). If one application (A) is running on the LAN, and another (B) is running remote and connected to the LAN via VPN, then A receives B's audio and video, but B sometimes doesn't receive A's audio and video. If another application (C) is added on the LAN, C behaves just like A - C receives audio and video from both A and B, but B still doesn't see either A or C.
    On some occasions, rebooting B and re-establishing the VPN connection fixes the problem, and on other occasions, this doesn't change the behavior at all.
    Using Ethereal, we've confirmed that B doesn't receive any of the traffic from the multicast group, even though its successfully sending traffic to that group. Further research revealed that, on B, the IGMP join requests were being sent to B's normal network interface, and NOT to the VPN network interface. However, all the RTP and RTCP traffic was being sent to the VPN network interface.
    Does anyone know how to control (or at least affect) which network interface is used by RTPManager when joining the multicast group? I'm not sure if this problem is a result of RTPManager, of the NIC driver, or something else. I think one option is to write an RTPConnector implementation that handles all the transmission and reception manually, but I hope there's a better, easier option. Thanks for any help.

    Hi Eric,
    I am doing exactly the same thing. I have the video running fine, and I am relying on VPN connection for remote monitoring of the video. My setup is a little more complicated - I am running a setup/start/stop/teardown session manager (like rtsp) and also a keep alive listener (like rtcp) for each user.
    I have one little annoyance which is stoppping me from testing this over the VPN, on my remote machiens I get a startup error:
    11:40:13.4 request = control_start
    11:40:15.1 Video transmitted as:
    11:40:15.1   JPEG/RTP, 320x240, FrameRate=15.0
    Failed to realize: com.sun.media.ProcessEngine@7cbde6
      Cannot build a flow graph with the customized options:
        Unable to transcode format: RGB, 320x240, FrameRate=15.0, Length=230400, 24-
    bit, Masks=3:2:1, PixelStride=3, LineStride=960, Flipped
          to: JPEG/RTP, 320x240, FrameRate=15.0
          outputting to: RAW/RTP
    Error: Unable to realize com.sun.media.ProcessEngine@7cbde6
    11:40:16.1 response = 500I have run a debug on the two networks, the multicast runs fine on my machine, and the processor is realized, and the cameras have identical traces looping over the supported formats. Is this purely a format issue or could this be a router not configured for multicast?
    Do you (or anyone!) have an idea about this? The program works on my setup of camera etc, and on a clone machine, with diff cameras (but the same if you know what I mean) it fails...
    I'll let you know if I solve the VPN problem (after I fix this) I watched this topic.

  • NDP - Solicited node multicast group

    Hello everyone,
    I can`t understand the process of layer3 to layer2 address resolution in IPv6.
    In order to make a Layer-2 (eg. Ethernet) delivery, it needs to know the target host's hardware address (eg. "Ethernet MAC address"). But in order to do this, it must first determine which hardware address to send it to. To do this, an IPv6 host will construct the Solicited-node Multicast Address related to the target address.
    The IPv6 solicited-node multicast address has the prefix FF02:0:0:0:0:1:FF00:0000/104 concatenated with the 24 low-order bits of a corresponding IPv6 address.
    For the target with address
    fe80::2aa:ff:fe28:9c5a
    solicated node multicast address would become
    ff02::1:ff28:9c5a.
    1- For example when a host has two unicast address 2001::AB:CDEA and link local fe80:2aa:ff:fe28:9c5a on its interface, does it join the associated solicited-node multicast group for every address to which it is assigned or only for link local adress?.
    2- If only for link local address, how will the source device know the link local address of target to borrow last 24 bit? Can I use global address for target address while layer3 to layer2 address resolution?
    3- Does all ND functions use link local address? Must a node know all neighbours link local address? If yes, what mechanism are needed to learn link local address of neighbours.
    All replies will be appreciated.
    Thanks
    Gokmen...

    Hi,
    1) a node always joins the sollicited-node multicast for every IPv6 address it has configured on the ethernet interface including the link-local.
    2) this destination multicast address is used for neighbour sollicitation( equivalent of ARP in IPv4) and DAD( duplicate address detection) which is the equivalent of Gratuitous ARP request in IPv4.
    So when you want to communicate with a destination IPv6 address it must first do a NS to find out the L2 address and it will send it to the sollicited-node multicast corresponding to the IPv6 destination address
    when the node is configured with an IPv6 address it will verify if it is unique by sending a NS to its sollicited-node multicast and if it receives a reply it considers the address is not unique.
    3) no it must know how to send to link-local if it wants to communicate with link-local only
    http://www.ietf.org/rfc/rfc2461.txt
    Regards.
    Alain

  • Multicast group 224.0.1.40 !

    I came by in a forum and this question really attracted me, my topology is completely based on dense mode, then why the routers join this group by default, if they dont will the topology will ever run into any problem if in future sparse mode is configured ?

    Hi,
    AFAIK the 224.0.1.40 is a reserved multicast group for cisco's Rp descovery. All cisco routers are members of this grup by default and listen to this group for Cisco RP discovery messages advertised by mapping agent even if it is not configured.I dont think there would be any problems if you change your topology to Sparse mode. But you should take in to account all the pros and cons.
    HTH,
    regards,
    Shri :)

  • Leaving a group chat without deleting inviting con...

    [Topic title updated by moderator to be more descriptive. Original topic title was: "Re: How to ask a Question"]
    Hi All.
    I aslo cannot see the green button to ask a new question.
    I have anew question and I'm not sure wether to post as new (if I could find it) or just list it here, and hope someone can help?
    My question is I have a friend in my contacts who recently added me to a group by mistake. I know I can delete the the group but will my friend still stay in my contacts? I dont want to lose our history.
    If I should start a new topic for this can someone let me know.
    Chhers
    Solved!
    Go to Solution.

    Hi and welcome to the Skype Community,
    You can leave a group chat any time without compromising any of the separate conversation history or 1-on-1 conversation with the contact who originally invited you to the group. Take a look at our article on group chats explaining its features:
    https://support.skype.com/en/faq/FA1005/how-do-i-s​tart-a-group-instant-message-in-skype-for-windows-​...
    P.S.: Just out of curiosity: When you open the Windows discussion board do you see the big green "New Topic" button on top:
    If not do you see any other button at that location?
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Can iAS multicast group cross clusters & machines

    Say I have 2 clusters C1 & C2 deployed on different machines. Each cluster has 2 iAS instances. All components have Sticky flag.
    Now I have 2 web servers iWS1 & iWS2 (on separate machines too).
    A load balancer distributes requests between web servers using server affinity rule.
    I would like the following to happen and am not sure of the settings that must be made
    1) User1 comes through iWS1 and sets up a session on C1.
    2) Subsequent requests from user1 will follow the same path because of server affinity at LoadBalance level and stickiness at web connector level.
    3) If iWS1 is brought down, Load balancer would be forced to send User1 requests to iWS2. I would like iWS2 to start forwarding user1 requests to C1.
    Also, it would be great if in some way, iWS2 could send any new users without existing session to C2 only. This would allow me to bleed users of C1 to perform an upgrade.
    Thanks
    GN

    If C1 and C2 share the same ldap, then both the webservers will be able to forward requests to both the clusters (provided the application is deployed on all the servers). This is one solution to the problem.
    Another solution, which is probably a hack is that you manually put the IP address of all the servers under the GUID of the application to be distributed.
    This will allow the webserver to forward requests to any of the servers in C1 and C2.
    In fact this method can be used to load balance even across clusters/multicast groups.
    Make sure you make the load balancing option as web connector driven.
    Note that the Multicast group doesn't come into picture while load balancing. You might see a number of iAS servers registered under \\6.5\GMS, but the webconnector doesn't forward requests to them unless they are also registered under the application GUID.
    If you want that W2(webserver of C2) should forward requests to C1 only if W1 is down, then I don't know how to do that.
    Also I don't know how to make sure that W2 should forward requests from all the new users only to C2 in that case.
    -harjit

  • ISE Not Identifying AD Group Attributes when using Multiple ISE Servers

    So we have multiple ISE Servers with differing personas. I was having an issue with our new ISE setup not identifying AD Group Attributes when using them in Authorization rules.
    We have 2- 3395 appliances running Admin and Monitoring/Troubleshooting Personas and 2- 3395 appliances running as Policy server personas. We are running  v1.1.1.268 with the latest two patches.
    I was unable to pull Active Directory Group Attributes in any of my Authorization rules. After Resyncing all the boxes with the Primary Administration box I was able to do this. There is no bug listings for this occurance nor do we have Smartnet to call support for other reasons. I thought this might be useful to someone who is having the same issue and is unable to figure it out with TAC
    -CC

    Absolutely. All units said in-sync after setting their personas.
    Here is our layout:
    ISE-ADM-01  Admin-Primary, Monitoring-Secondary
    ISE-ADM-02  Admin-Secondary, Monitoring-Primary
    ISE-PDP-01  Policy Only
    ISE-PDP-02  Policy Only
    I synced one at a time starting with ADM-02. After completing the other two boxes. Active Directory Attribs were pulled down when using them in the Ext Group within my Authz rules.
    -CC

  • Just set up advanced calling 1.0 and restarted my phone but "Video Calling" is not in my groups under contacts

    Just set up advanced calling 1.0 and restarted my phone but "Video Calling" is not in my groups under contacts

    iphone 6/6P do not support AC 1.0 HD video calling at this time.  It does support HD voice, but there is no HD indicator, but you can immediately hear the difference. 

  • Could not find the group name.

    HI,
    I executed the below VBS  file in Windows 7 Enterprise Edition workstation and received "Could not find the group name. Code :800708ac"
    GetObject("WinNT://" + WScript.CreateObject("WScript.Network").ComputerName + "/Administrators").Add"WinNT://MYDOMAIN/TEST-TESTWorkstationAdmins"
    I am able to add the "TEST-TESTWorkstationAdmins" in Administrator group manually but not able to add using the script.
    "TEST-TESTWorkstationAdmins" is Global Security Group. Please help me to fix the problem. 
    Regards,
    Boopathi S

    The code in VBScript would look like this:
    Dim AdminGroup
    Set AdminGroup = GetObject("WinNT://" & CreateObject("WScript.Network").ComputerName & "/Administrators,Group")
    AdminGroup.Add "WinNT://MYDOMAIN/TEST-TESTWorkstationAdmins"
    But I would recommend using Group Policy to update local Administrators group membership rather than using a script.
    -- Bill Stewart [Bill_Stewart]

  • Is there a way I can make a light not affect every group that is in 3D?

    Is there a way I can make a light not affect every group that is in 3-d?

    select the group Inspector>Properties>Lighting and switch the shading to off....

Maybe you are looking for