From: Peter McCreesh (petermccreesh@gmail.com)
Date: Fri Jan 06 2006 - 13:30:10 GMT-3
Shamin,
I have used this method and I think it works well for lab scenarios:
SENDER (Just change the multicast ip to whatever you want - no need to
enable pim or any other mcast settings)
rtr 1
type echo protocol ipIcmpEcho 224.1.2.3
frequency 10
rtr schedule 1 life forever start-time now
rtr 2
type echo protocol ipIcmpEcho 224.1.4.6
frequency 10
rtr schedule 2 life forever start-time now
rtr 3
type echo protocol ipIcmpEcho 224.4.5.6
frequency 10
RECEIVER (again, change IPs as needed an no PIM config needed either)
interface FastEthernet0/0
ip access-group CHECK-MCAST in
ip igmp join-group 224.1.2.3
ip igmp join-group 224.1.4.6
ip igmp join-group 224.4.5.6
ip access-list extended CHECK-MCAST
permit icmp any host 224.1.2.3
permit icmp any host 224.1.4.6
permit icmp any host 224.4.5.6
permit ip any any
if you do a sh ip access-list you will see the hits increasing against those
groups that are being successfuly received.
HTH
..Pete
On 1/6/06, Mohammed Shameen Abdul Jabbar <ccie.xpert@gmail.com> wrote:
>
> Hi,
>
> I am studying multicast concepts now and working out the scenarios in Jeff
> Doyle Vol 2.
> After i did configure all the routers,to test the configurations there
> need
> to be multicast source.
> Can anyone tell how will a Multicast source be set up!!
> Sorry if my question is too basic for this group.
>
>
> I have anothe question too..
> Does the clock rate configured on a DCE end has any effect on the
> interface
> bandwidth.
> FOr example the max available banwidth considerations that is done in QOS.
>
> Thankyou for the reply
>
> regards
> shamin
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Wed Feb 01 2006 - 07:45:47 GMT-3