RE: ip multicast over frame-relay configs

From: BUI, TIN T (SBCSI) (tb4565@xxxxxxx)
Date: Tue Jan 02 2001 - 20:08:58 GMT-3


   
thanks to all who replied, I got it to work. I forgot to put ip rp-address
in R5. I originally had it in R3 and set R2 to be the RP point but forgot
to put it in R5. I did not think it was needed so I took it out since it
wasn't working anyway. The final working configurations is as follows. (
Looks like I've to go back and review multicasting more)

r5#
> ip multicast-routing
> ip dvmrp route-limit 20000
>
> interface Serial0
> ip address 150.100.100.5 255.255.255.0
> ip pim nbma-mode
> ip pim sparse-mode
> encapsulation frame-relay
> ip ospf network point-to-multipoint
> ip igmp join-group 224.4.4.4
> frame-relay map ipx 100.0001.0001.0001 520 broadcast
> frame-relay map ipx 100.0002.0002.0002 520 broadcast
> frame-relay map ip 150.100.100.1 520 broadcast
> frame-relay map ip 150.100.100.2 520 broadcast
> !
> ip rp-address 150.100.241.2
>
> r2#
> ip multicast-routing
> ip dvmrp route-limit 7000
> !
> interface Ethernet0/0
> ip address 150.100.241.2 255.255.240.0
> ip pim sparse-mode
> ip igmp join-group 224.4.4.4
> ipx network 240
> ipx sap-incremental eigrp 1 rsup-only
> bridge-group 1
> !
> interface Serial0/0
> ip address 150.100.100.2 255.255.255.0
> ip pim nbma-mode
> ip pim sparse-mode
> encapsulation frame-relay
> ip ospf network point-to-multipoint
> frame-relay map ipx 100.0001.0001.0001 210 broadcast
> frame-relay map ipx 100.0005.0005.0005 250 broadcast
> !
>
> r3#show run
>
> ip multicast-routing
> ip dvmrp route-limit 20000
>
> interface Ethernet0
> ip address 150.100.241.3 255.255.240.0
> ip irdp
> ip irdp preference 10
> ip pim sparse-mode
> ip ospf cost 90
>
> ip rp-address 150.100.241.2

> Tin T. Bui
> Senior Network Manager
> Network Management Center
> SBC Services Inc.
> 7337 Trade Street, Rm 1110
> San Diego, Ca 92121
> Office #: 858-886-4644/858-886-4589
> Pager #: 858-494-0482
> Fax #: 858-549-4103
> Email: tb4565@sbc.com
>

-----Original Message-----
From: Facundo Musante [mailto:musante@houston.omnes.slb.com]
Sent: Tuesday, January 02, 2001 2:43 PM
To: BUI, TIN T (SBCSI); CCIE Group Study (E-mail)
Subject: RE: ip multicast over frame-relay configs

Tin,
        When you use sparse mode only you have to an RP for the network. I
don't
see any RP config in your routers nor static neither auto-RP. My advise is
to make sure you understand the basics of multicast routing and PIM before
attempting to configure it. It will be much easier for you and you'll be
able to understand what is going on!
        Also the "ip igmp join-group" command is something that you normally
configure on the end segments of the network, like an ethernet where the
users should connect to. It's good to simulate a user sending igmp join msgs
for an specific address. Remember that IGMP works between the end stations
and the router.
        Finally, if your FR is a full mesh, you don't need to use "ip pim
nbma".
        Take care,
FM

> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
> BUI, TIN T (SBCSI)
> Sent: Tuesday, January 02, 2001 4:02 PM
> To: CCIE Group Study (E-mail)
> Subject: ip multicast over frame-relay configs
>
>
> Scenario:
>
> * R5 s0 connected to same frame-relay cloud as R2 s0/0.
> * R2 e0/0 connected to R3 e0.
> * R2 e0/0, R5 s0 joined multigroup 224.4.4.4.
>
> From R3, I did ping 224.4.4.4, but only received reply from R2
> not from R5.
> Am I wrong in testing this multicast scenario with a ping or am I doing
> something wrong. Here's the configs (I deleted most of the non-pertinent
> info):
>
> r5#
> ip multicast-routing
> ip dvmrp route-limit 20000
>
> interface Serial0
> ip address 150.100.100.5 255.255.255.0
> ip pim nbma-mode
> ip pim sparse-mode
> encapsulation frame-relay
> ip ospf network point-to-multipoint
> ip igmp join-group 224.4.4.4
> frame-relay map ipx 100.0001.0001.0001 520 broadcast
> frame-relay map ipx 100.0002.0002.0002 520 broadcast
> frame-relay map ip 150.100.100.1 520 broadcast
> frame-relay map ip 150.100.100.2 520 broadcast
> !
> router ospf 1
> network 150.100.5.0 0.0.0.255 area 1
> network 150.100.100.0 0.0.0.255 area 1
> network 150.100.122.0 0.0.0.255 area 2
> area 1 virtual-link 150.100.2.2
> !
> router bgp 25
> no synchronization
> neighbor 150.100.2.2 remote-as 25
> neighbor 150.100.2.2 update-source Loopback0
> !
>
> r2#
> ip multicast-routing
> ip dvmrp route-limit 7000
> !
> interface Ethernet0/0
> ip address 150.100.241.2 255.255.240.0
> ip pim sparse-mode
> ip igmp join-group 224.4.4.4
> ipx network 240
> ipx sap-incremental eigrp 1 rsup-only
> bridge-group 1
> !
> interface Serial0/0
> ip address 150.100.100.2 255.255.255.0
> ip pim nbma-mode
> ip pim sparse-mode
> encapsulation frame-relay
> ip ospf network point-to-multipoint
> frame-relay map ipx 100.0001.0001.0001 210 broadcast
> frame-relay map ipx 100.0005.0005.0005 250 broadcast
> !
> router ospf 1
> network 150.100.2.0 0.0.0.255 area 1
> network 150.100.100.0 0.0.0.255 area 1
> network 150.100.240.0 0.0.15.255 area 0
> area 1 virtual-link 150.100.5.5
> !
> router bgp 25
> network 150.100.0.0
> network 150.0.0.0 mask 255.0.0.0
> aggregate-address 150.0.0.0 255.0.0.0 summary-only
> neighbor 150.100.5.5 remote-as 25
> neighbor 150.100.5.5 update-source Loopback0
> neighbor 150.100.5.5 route-map bgp-filter out
> neighbor 150.100.241.6 remote-as 260
> !
>
> r3#show run
>
> ip multicast-routing
> ip dvmrp route-limit 20000
>
> interface Ethernet0
> ip address 150.100.241.3 255.255.240.0
> ip irdp
> ip irdp preference 10
> ip pim sparse-mode
> ip ospf cost 90
>
> !
> router ospf 1
> redistribute igrp 34 metric 10 subnets
> network 150.100.3.3 0.0.0.0 area 0
> network 150.100.240.0 0.0.15.255 area 0
>
>
> > Tin T. Bui
> > Senior Network Manager
> > Network Management Center
> > SBC Services Inc.
> > 7337 Trade Street, Rm 1110
> > San Diego, Ca 92121
> > Office #: 858-886-4644/858-886-4589
> > Pager #: 858-494-0482
> > Fax #: 858-549-4103
> > Email: tb4565@sbc.com
> >
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:21 GMT-3