cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4844
Views
0
Helpful
15
Replies

DLNA Media Server is not showing on diffrent Vlans

Zohaib Khan
Level 1
Level 1

Hi all,

i have a media Server in one Vlan now i want to access it from other Vlans as well. for DLNA i configure Multicast and PIM Spare mode with rp address on Cisco 4500x L3 switch and enable IGMP snooping on all my Layer 2 switches but still not able to show my DLNA in other Vlans

DLNA in Vlan2

want to show in it in Vlan3 and Vlan4

here is my L3 Switch configuration foe PIM

ip routing

ip multicast-routing

int vlan 2

ip add 192.168.2.1 255.255.255.0

ip pim sparse-mode

int vlan 3

ip add 192.168.3.1 255.255.255.0

ip pim sparse-mode

int vlan 4

ip add 192.168.4.1 255.255.255.0

ip pim sparse-mode

ip pim rp-address 192.168.2.1

15 Replies 15

Jon Marshall
Hall of Fame
Hall of Fame

Have you checked the TTL setting on the DNLA server ?

Jon

yea 2

Can you post "sh ip mroute "

Jon

sh ip mroute 239.255.255.250

IP Multicast Routing Table

Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,

       L - Local, P - Pruned, R - RP-bit set, F - Register flag,

       T - SPT-bit set, J - Join SPT, M - MSDP created entry, E - Extranet,

       X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,

       U - URD, I - Received Source Specific Host Report,

       Z - Multicast Tunnel, z - MDT-data group sender,

       Y - Joined MDT-data group, y - Sending to MDT-data group,

       G - Received BGP C-Mroute, g - Sent BGP C-Mroute,

       Q - Received BGP S-A Route, q - Sent BGP S-A Route,

       V - RD & Vector, v - Vector

Outgoing interface flags: H - Hardware switched, A - Assert winner

Timers: Uptime/Expires

Interface state: Interface, Next-Hop or VCD, State/Mode

(*, 239.255.255.250), 16:39:10/00:02:57, RP 192.168.2.1, flags: SJC

  Incoming interface: Null, RPF nbr 0.0.0.0

  Outgoing interface list:

    Vlan2, Forward/Sparse, 00:27:03/00:02:56

    Vlan3, Forward/Sparse, 02:08:20/00:02:56

    Vlan4, Forward/Sparse, 12:20:31/00:02:57

Still Searching for Solution

My apologies, i missed your last reply.

Can you do a quick test and change to dense mode ie.

switch(config)' int vlan 2

switch(config-if)# no ip pim sparse-mode

switch(config-if)# ip pim dense-mode

for each vlan and see what happens.

Jon

jon thanks for the response I changed PIM mode already i am using spare-dense-mode on every vlan

like:

switch(config)' int vlan 2

switch(config-if)# ip pim sparse-dense-mode

But still not working for me

Did you remove the RP config when you ran sparse-dense-mode ? If not, can you and try again.

Other than that can you describe your toppology, is it just a L3 switch with L2 switches connected via trunks ?

Jon

Jon i am sorry for late reply yea it just L3 switch with L2 switches and Lightweight Access point Multicast snooping and broadcast farwording is enabled  at Wireless Controller .

And i didnt remove RP .

Zohaib Khan
Level 1
Level 1

core-2960#sh ip igmp snooping detail

Global IGMP Snooping configuration:

-------------------------------------------

IGMP snooping                : Enabled

IGMPv3 snooping (minimal)    : Enabled

Report suppression           : Enabled

TCN solicit query            : Disabled

TCN flood query count        : 2

Robustness variable          : 2

Last member query count      : 2

Last member query interval   : 1000

Vlan 1:

--------

IGMP snooping                       : Enabled

CAPWAP enabled                      : Disabled

IGMPv2 immediate leave              : Disabled

Multicast router learning mode      : pim-dvmrp

CGMP interoperability mode          : IGMP_ONLY

Robustness variable                 : 2

Last member query count             : 2

Last member query interval          : 1000

Topology change                     : No

What is pim-dvmrp ...Multicast listening mode

Hello,

 

I'm facing the same issue but still haven't found the solution.

I've a home NAS in the 172.32.0.x/24 network, and my samsung smart TV in the 192.168.88.x/24 Network. I can ping the TV from the nas, but the tv can't see the NAS as media source. If i move the NAS to the 192.168.88.x/24 network, the tv correctly see the nas. I've removed all the protections from the smart TV, still can't see the NAS. This is the relevant configuration part:

ip multicast-routing

!

interface Vlan10
ip address 192.168.88.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp

ip nat inside
ip pim sparse-dense-mode
ip virtual-reassembly in
ip tcp adjust-mss 1452
end
!

interface Vlan20
ip address 172.32.0.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip pim sparse-dense-mode

ip nat inside

ip virtual-reassembly in
ip tcp adjust-mss 1452
end

 

sh ip igmp snooping

Global IGMP Snooping configuration:
-----------------------------------
IGMP snooping : Enabled
IGMPv3 snooping support : Basic
Report suppression : Enabled
Last Member Query Interval : 1000

Vlan 1:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Last Member Query Interval : 1000
CGMP interoperability mode : IGMP_ONLY
Vlan 10:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Last Member Query Interval : 1000
CGMP interoperability mode : IGMP_ONLY
Vlan 20:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Last Member Query Interval : 1000
CGMP interoperability mode : IGMP_ONLY

 

 

sh ip mroute
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
L - Local, P - Pruned, R - RP-bit set, F - Register flag,
T - SPT-bit set, J - Join SPT, M - MSDP created entry, E - Extranet,
X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
U - URD, I - Received Source Specific Host Report,
Z - Multicast Tunnel, z - MDT-data group sender,
Y - Joined MDT-data group, y - Sending to MDT-data group,
G - Received BGP C-Mroute, g - Sent BGP C-Mroute,
N - Received BGP Shared-Tree Prune, n - BGP C-Mroute suppressed,
Q - Received BGP S-A Route, q - Sent BGP S-A Route,
V - RD & Vector, v - Vector, p - PIM Joins on route,
x - VxLAN group
Outgoing interface flags: H - Hardware switched, A - Assert winner, p - PIM Join
Timers: Uptime/Expires
Interface state: Interface, Next-Hop or VCD, State/Mode

(*, 239.255.255.250), 00:24:01/stopped, RP 0.0.0.0, flags: DC
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 00:22:02/stopped
Vlan10, Forward/Sparse-Dense, 00:24:01/stopped

(192.168.88.11, 239.255.255.250), 00:15:49/00:00:56, flags: T
Incoming interface: Vlan10, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 00:15:49/stopped

(192.168.88.254, 239.255.255.250), 00:24:01/00:00:58, flags: T
Incoming interface: Vlan10, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 00:22:02/stopped

(*, 224.0.1.40), 00:24:08/00:02:55, RP 0.0.0.0, flags: DCL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 00:24:08/stopped

 

Hello

On the l2 access switches try:

 

conf t
ip igmp snooping
ip igmp snooping vlan xxx

On l3 switch
ip pim autorp listener


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hey, thanks for the help, unfortunately it still doesn't work. My router is a Cisco 887VA Version 15.7(3)M3.

I've also tried what @Deepak Kumar suggested, but still the TV can see my router and AP via DLNA (which are in the same vlan) but not the NAS.

This is the output of the previous commands, after i inserted what you told me: (
conf t
ip igmp snooping
ip igmp snooping vlan 10
ip igmp snooping vlan 20

ip pim autorp listener (i tried with only this, but it didn't work out, so tried only the L2 commands, and it didn't work out, so i tried to insert all)

pim rp-address 192.168.88.1 (which is the Cisco 887 used for gateway of both the SVIs)

The TV is on ip 192.168.88.11, and it shows something in the mroute table:


sh ip mroute:

IP Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
L - Local, P - Pruned, R - RP-bit set, F - Register flag,
T - SPT-bit set, J - Join SPT, M - MSDP created entry, E - Extranet,
X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
U - URD, I - Received Source Specific Host Report,
Z - Multicast Tunnel, z - MDT-data group sender,
Y - Joined MDT-data group, y - Sending to MDT-data group,
G - Received BGP C-Mroute, g - Sent BGP C-Mroute,
N - Received BGP Shared-Tree Prune, n - BGP C-Mroute suppressed,
Q - Received BGP S-A Route, q - Sent BGP S-A Route,
V - RD & Vector, v - Vector, p - PIM Joins on route,
x - VxLAN group
Outgoing interface flags: H - Hardware switched, A - Assert winner, p - PIM Join
Timers: Uptime/Expires
Interface state: Interface, Next-Hop or VCD, State/Mode

(*, 239.255.255.250), 21:13:21/stopped, RP 192.168.88.1, flags: SJCF
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 21:13:16/00:02:49
Vlan10, Forward/Sparse-Dense, 21:13:21/00:02:38

(172.32.0.251, 239.255.255.250), 00:01:23/00:01:36, flags: FT
Incoming interface: Vlan20, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan10, Forward/Sparse-Dense, 00:01:23/00:02:38

(192.168.88.254, 239.255.255.250), 00:02:46/00:02:14, flags: FT
Incoming interface: Vlan10, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 00:02:46/00:02:49

(192.168.88.11, 239.255.255.250), 00:02:52/00:02:14, flags: FT
Incoming interface: Vlan10, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan20, Forward/Sparse-Dense, 00:02:52/00:02:49

(*, 224.0.1.40), 00:07:46/00:02:47, RP 192.168.88.1, flags: SJCL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Vlan10, Forward/Sparse-Dense, 00:07:46/00:02:47

aielli-elia_000#sh ip igmp snooping
Global IGMP Snooping configuration:
-----------------------------------
IGMP snooping : Enabled
IGMPv3 snooping support : Basic
Report suppression : Enabled
Last Member Query Interval : 1000

Vlan 1:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Last Member Query Interval : 1000
CGMP interoperability mode : IGMP_ONLY
Vlan 10:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Last Member Query Interval : 1000
CGMP interoperability mode : IGMP_ONLY
Vlan 20:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Last Member Query Interval : 1000
CGMP interoperability mode : IGMP_ONLY

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

I suggested to change "ip pim rp-address 192.168.2.1"  to "IP pimrp-address <Server IP address>". and try it. 

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
Review Cisco Networking products for a $25 gift card