cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
352
Views
5
Helpful
2
Replies

Multicast Setup

dustin.yates
Level 1
Level 1

This should have been straight forward, but.... Here's the hardware:

6509 (native mode IOS) ---- 4006 (CatOS) --- 3620 --- PC via crossover cable

The 6509 has other 6509's & 4006's hanging off of it with the WAN routers tied to those. Mutlicast traffic is running throughout the network and is seen on the PCs connected to the 4006 that the 3620 is connected to. Here's the config on the 3620 (the PC is connected to FA1/0) and the "show ip mroute 239.192.1.101" for a test stream:

ip multicast-routing

!

interface Loopback0

ip address 1.1.254.1 255.255.255.255

ip pim sparse-dense-mode

no ip mroute-cache

!

interface FastEthernet0/0

description Connection to 4006

ip address 1.1.1.1 255.255.252.0

ip pim sparse-dense-mode

!

interface FastEthernet1/0

description Connection to PC

ip address 1.1.4.1 255.255.255.252

ip pim sparse-dense-mode

ip multicast ttl-threshold 16

!

router eigrp 1

network 1 .0.0.0

no auto-summary

no eigrp log-neighbor-changes

!

ip pim bidir-enable

ip pim rp-address 1.1.1.1

ip pim send-rp-announce Loopback0 scope 15

ip pim send-rp-discovery scope 15

!

!

sh ip mroute 239.192.1.101

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,

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

U - URD, I - Received Source Specific Host Report

Outgoing interface flags: H - Hardware switched

Timers: Uptime/Expires

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

(*, 239.192.1.101), 00:01:32/00:02:59, RP 3.177.200.254, flags: S

Incoming interface: Null, RPF nbr 0.0.0.0

Outgoing interface list:

FastEthernet0/0, Forward/Sparse-Dense, 00:00:55/00:02:34

(3.115.80.220, 239.192.1.101), 00:01:32/00:01:27, flags: PX

Incoming interface: FastEthernet0/0, RPF nbr 3.177.140.17

Outgoing interface list: Null

(3.177.36.245, 239.192.1.101), 00:00:39/00:02:59, flags: PTX

Incoming interface: FastEthernet0/0, RPF nbr 3.177.140.17

Outgoing interface list: Null

(3.177.137.220, 239.192.1.101), 00:00:12/00:02:47, flags: PX

Incoming interface: FastEthernet0/0, RPF nbr 3.177.140.17

Outgoing interface list: Null

When I connect the PC to the 4006 that the 3620 is connected to, I get the stream. But, I can't get it across the 3620. Any suggestions?

2 Replies 2

thisisshanky
Level 11
Level 11

Hi,

Try removing the TTL threshold configuration on the Fa1/0 interface.

Revert back with results..

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Shoot... that was too easy... can't believe I missed that. It works now! Thanks!