× NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Orbi WiFi 7 RBE973
Reply

SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

LgProjects
Tutor

SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

Hi, I have a stack of n. 6 M4300 switches with various VLANs and active routing. I need to activate the discovery of the SSDP protocol between 2 vlan, because android application on vlan 1 does not find DLNA devices on vlan 17. THANKS
Model: XSM4324CS|M4300-24X - Stackable Managed Switch with 24x10GBASE-T
Message 1 of 6

Accepted Solutions
LgProjects
Tutor

Re: SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

Below is the solution to the problem. In any case, the discovery is not immediate (it takes a few seconds).

 

Here are the commands to execute on Putty

(L3-SW1)>enable
(L3-SW1)#configure
(L3-SW1)#ip multicast
(L3-SW1)#ip igmp
(L3-SW1)#ip pim dense

(L3-SW1)(config) #interface vlan 10
(L3-SW1)(interface vlan 10) #ip igmp
(L3-SW1)(interface vlan 10) #ip pim
(L3-SW1)(interface vlan 10) #exit

(L3-SW1)(config) #interface vlan 20
(L3-SW1)(interface vlan 20) #ip igmp
(L3-SW1)(interface vlan 20) #ip pim
(L3-SW1)(interface vlan 20) #end

With gui:

-Switching

                      -Multicast

                                             -Igmp Snooping  (ALL ENABLE)

                                             -Igmp Vlan Conf (Enable Vlan Ineresting)

                                             -Multicast Router Vlan (add Vlan and Enable)

                                             -Querier Configuration (Enable

                                             -Querier Vlan  Configuration (add ip Router VlanA+VlanB)

-Routing

                   -Multicast

                                            -Glabal Configuration (Enable)

                                            -Interface Configuration VLANS (VlanA+VlanB TTL2 "if necessary"

                                            -IGMP (Enable)             

                                            -Routing Interface (Enable VlanA+VlanB)

                                            -PIM Global Configuration  (Enable PIM-DM)

                                            -PIM  Interface Configuration VLANS (Enable VlanA+VlanB)

---------TO MODIFY PIM-DM IN THE FUTURE, YOU MUST FIRST DEACTIVATE PIM INTERFACE CONFIGURATION----------

       

 

 

 

 

View solution in original post

Model: XSM4324CS|M4300-24X - Stackable Managed Switch with 24x10GBASE-T
Message 6 of 6

All Replies
schumaku
Guru

Re: SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

Start your adventure in the docs on the chapter of Multicast Routing ... further on it depends on what kind of streams you need. 

Message 2 of 6
LgProjects
Tutor

Re: SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

Ok Thanks .. I want to clarify one thing. I see device (NVR with unable DLNA) in vlan17 through "http" on pc windows 7 in vlan1 and I can see the video streamig, but I can't find via app (discoveryDLNA) on android device in vlan1. It's normal?
Model: XSM4324CS|M4300-24X - Stackable Managed Switch with 24x10GBASE-T
Message 3 of 6
schumaku
Guru

Re: SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

Well, essentially DLNA was designed to run on a single broadcast domain (single subnet, signle VLAN) only.

 

Still, you can start trying to make UPnP SSDP - it's multicast - available, so the annoucements will become visible.

Message 4 of 6
LgProjects
Tutor

Re: SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

oK, can you give me some info to set? Multicast switch and multicast routing? I have already tried to set PIM and add UDP relay with port 1900. But nothing ...
Model: XSM4324CS|M4300-24X - Stackable Managed Switch with 24x10GBASE-T
Message 5 of 6
LgProjects
Tutor

Re: SSDP PROTOCOL (DLNA) NOT WORKING BETWEEN VLAN

Below is the solution to the problem. In any case, the discovery is not immediate (it takes a few seconds).

 

Here are the commands to execute on Putty

(L3-SW1)>enable
(L3-SW1)#configure
(L3-SW1)#ip multicast
(L3-SW1)#ip igmp
(L3-SW1)#ip pim dense

(L3-SW1)(config) #interface vlan 10
(L3-SW1)(interface vlan 10) #ip igmp
(L3-SW1)(interface vlan 10) #ip pim
(L3-SW1)(interface vlan 10) #exit

(L3-SW1)(config) #interface vlan 20
(L3-SW1)(interface vlan 20) #ip igmp
(L3-SW1)(interface vlan 20) #ip pim
(L3-SW1)(interface vlan 20) #end

With gui:

-Switching

                      -Multicast

                                             -Igmp Snooping  (ALL ENABLE)

                                             -Igmp Vlan Conf (Enable Vlan Ineresting)

                                             -Multicast Router Vlan (add Vlan and Enable)

                                             -Querier Configuration (Enable

                                             -Querier Vlan  Configuration (add ip Router VlanA+VlanB)

-Routing

                   -Multicast

                                            -Glabal Configuration (Enable)

                                            -Interface Configuration VLANS (VlanA+VlanB TTL2 "if necessary"

                                            -IGMP (Enable)             

                                            -Routing Interface (Enable VlanA+VlanB)

                                            -PIM Global Configuration  (Enable PIM-DM)

                                            -PIM  Interface Configuration VLANS (Enable VlanA+VlanB)

---------TO MODIFY PIM-DM IN THE FUTURE, YOU MUST FIRST DEACTIVATE PIM INTERFACE CONFIGURATION----------

       

 

 

 

 

Model: XSM4324CS|M4300-24X - Stackable Managed Switch with 24x10GBASE-T
Message 6 of 6
Top Contributors
Discussion stats
  • 5 replies
  • 4314 views
  • 2 kudos
  • 2 in conversation
Announcements