Thought this may be helpful to anyone out there trying to use Sonos wireless speakers with AirGroup enabled on their Aruba wireless networks, as I hadn't seen any other posts regarding the use of these devices.
During a recent wireless proof of concept, it was asked whether the Sonos wireless speakers that an organization had would work on the Aruba wireless infrastructure with AirGroup enabled, and without allowing every service being advertised on the network. After checking through the blocked AirGroup services multiple times (show airgroup blocked-service-id dlna), and testing and re-testing, we were able to determine the services required by the Sonos system. We added the following service IDs to the DLNA Media airgroup service in order to make this system work as desired:
airgroupservice "DLNA Media"
id "urn:schemas-upnp-org:service:GroupRenderingControl:1"
id "urn:schemas-sonos-com:service:Queue:1"
id "urn:schemas-upnp-org:service:AVTransport:1"
id "urn:schemas-upnp-org:service:RenderingControl:1"
id "urn:schemas-tencent-com:service:QPlay:1"
id "urn:schemas-upnp-org:service:GroupManagement:1"
id "urn:schemas-upnp-org:service:ZoneGroupTopology:1"
id "urn:schemas-upnp-org:service:DeviceProperties:1"
id "urn:schemas-upnp-org:service:MusicServices:1"
id "urn:schemas-upnp-org:service:AlarmClock:1"
id "urn:schemas-upnp-org:device:ZonePlayer:1"
id "urn:schemas-upnp-org:service:SystemProperties:1"
id "urn:schemas-upnp-org:service:ContentDirectory:1"
id "urn:schemas-upnp-org:service:ConnectionManager:1"
Of course, you could add these under your own airgroup service as "Sonos Services" or whatever you may want to call it in order to differentiate this traffic from other DLNA traffic.
One other thing we noticed was that the ArubaOS 6.4 release notes indicate that "Wireless Clients such as iPad and iPhone running the Sonos Controller application cannot discover Sonos music system with the AirGroup is enabled." We chose to test this, and found that it actually does work on ArubaOS 6.4.2.2 using multiple Sonos PLAY:1 speakers. We were able to successfully test playing to individual speakers as well as multiple speakers simultaneously using a Windows 8 client, a Mac OS X client running OS X 10.8+, an iPhone running iOS 8.x, and an iPad Mini running iOS 8.x.
Hope this helps someone else out there trying to use the Sonos speakers with AirGroup!