RE: Need a sample and SIMPLE multicast scenario

From: Brian Dennis (brian@labforge.com)
Date: Fri Mar 14 2003 - 03:46:46 GMT-3


Here is a very basic multicast config that uses MRM to generation
multicast traffic. In the configs below R4 is the multicast router. R3
is the MRM manager. R1 is the test sender and R2 is the test receiver.
The multicast traffic is flowing across R4.

*** R4 ***
hostname R4
!
ip multicast-routing
!
interface Ethernet0/0
 ip address 10.1.1.4 255.255.255.0
 ip pim dense-mode
!
interface Ethernet0/1
 ip address 10.2.2.4 255.255.255.0
 ip pim dense-mode
!
router rip
 network 10.0.0.0
!

*** R3 ***
hostname R3
!
interface Ethernet0/0
 ip address 10.1.1.3 255.255.255.0
!
router rip
 network 10.0.0.0
!
ip mrm manager mcastR1toR2
 manager Ethernet0/0 group 226.2.3.4
 senders 1
 receivers 2 sender-list 1
!
access-list 1 permit 10.1.1.1
access-list 2 permit 10.2.2.2
!

*** R2 ***
interface Ethernet0/0
 ip address 10.2.2.2 255.255.255.0
 ip mrm test-receiver
!
router rip
 network 10.0.0.0
!

*** R1 ***
interface Ethernet0/0
 ip address 10.1.1.1 255.255.255.0
 ip mrm test-sender
!
router rip
 network 10.0.0.0
!

*** R3 ***
R3#mrm mcastR1toR2 start
R3#
06:14:56: IP MRM test 'mcastR1toR2' starts ......
R3#sho ip mrm status-report

IP MRM status report cache:
Timestamp
    Manager Test Sender Test Receiver Pkt Loss/Dup (%)
Ehsr
*Mar 1 06:15:47
    10.1.1.3 10.1.1.1 10.2.2.2 1 (4%)
254
*Mar 1 06:17:13
    10.1.1.3 10.1.1.1 10.2.2.2 1 (4%)
684
R3#

Brian Dennis, CCIE #2210 (R&S/ISP Dial/Security) CCSI# 98640
brian@labforge.com

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
cebuano
Sent: Thursday, March 13, 2003 9:12 PM
To: ccielab@groupstudy.com
Subject: Need a sample and SIMPLE multicast scenario

Hello gang.
Does anyone have a simple multicast (PIM-SM or DM) scenario that they
would like to share? Please contact me directly.
I just need something to get me started on the fundamentals and build on
more complex additions as I go along on this topic. Unfortunately with
my current setup I don't have the ability to install a Multicast server.
I'm using my old laptop as my console access for now.
Thanks.
 
Elmer



This archive was generated by hypermail 2.1.4 : Sat Apr 05 2003 - 08:51:39 GMT-3