Re: Multicast docs 12.2 cd wrong? You be the judge!

From: Pierre-Alex GUANEL (paguanel@hotmail.com)
Date: Sun Oct 08 2006 - 08:44:50 ART


Hi Dan,

verfication done in lab

Cheers,

Pierre-Alex

-Server>>-broadcast-stream-
(1)-R2--(2)---multicast----(3) -R3---(4)----receiver = R4

! ip convertion broadcast to multicast is put on R2(1)
! ip convertion multicast broadcast is put inbound on R3 interface (3)
! directed broadcast is put on R2 (1) and R3(4) along with foward protocol

!r2

interface FastEthernet0/0
 ip address 172.16.2.1 255.255.255.0
 ip pim sparse-mode
 ip multicast helper-map broadcast 225.1.1.1 100
 duplex auto
 speed auto

r2#sh access-list 100
Extended IP access list 100
    10 permit udp any any eq 65300 (712326 matches)

(*, 225.1.1.1), 03:03:42/00:02:44, RP 150.1.2.2, flags: S
  Incoming interface: Null, RPF nbr 0.0.0.0
  Outgoing interface list:
    Serial0/1, Forward/Sparse, 01:28:41/00:02:44

(172.16.2.200, 225.1.1.1), 01:59:21/00:03:27, flags: T
  Incoming interface: FastEthernet0/0, RPF nbr 0.0.0.0
  Outgoing interface list:
    Serial0/1, Forward/Sparse, 01:28:41/00:02:44

!r3

interface Ethernet0/0
 ip address 192.168.108.203 255.255.255.0
 ip directed-broadcast
 ip ospf priority 255
 half-duplex
end

interface Serial0/3
 bandwidth 128
 ip address 10.2.3.3 255.255.255.0
 ip directed-broadcast
 ip pim sparse-mode
 ip multicast helper-map 225.1.1.1 192.168.108.255 100
 load-interval 30
 clock rate 128000

R3#sh access-list 100
Extended IP access list 100
    10 permit udp any any eq 65300 (351247 matches)

(*, 225.1.1.1), 01:31:27/stopped, RP 150.1.2.2, flags: SJCL
  Incoming interface: Serial0/3, RPF nbr 10.2.3.2
  Outgoing interface list:
    Loopback0, Forward/Sparse, 01:31:27/00:02:55

(172.16.2.200, 225.1.1.1), 01:28:54/00:02:59, flags: LJT
  Incoming interface: Serial0/3, RPF nbr 10.2.3.2
  Outgoing interface list:
    Loopback0, Forward/Sparse, 01:28:54/00:02:55

An ACL was put on R4 to see if udp broadcast is received:

r4#sh access-l 100
Extended IP access list 100
    10 permit udp any any eq 65300 (503655 matches)
    20 permit ip any any (1439 matches)

----- Original Message -----
From: <dan.bliss@gmail.com>
To: <ccielab@groupstudy.com>
Sent: Friday, October 06, 2006 5:50 AM
Subject: Multicast docs 12.2 cd wrong? You be the judge!

> All,
>
>
> So for those of you referring to the documentation for multicast
helper-map guidance there is a bit of a dicrepancy between these 2 examples:
>
>
> Exibit A
>
>
>
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fipr
_c/ipcpt3/1cfmulti.htm#wp1003511
>
>
> Exibit B
>
>
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/np1_c
/1cprt1/1cmulti.htm#41833
>
>
>
> If you look closely, the last hop router in each example has the
helper-map command applied to different interfaces. Exibit A has the command
applied to the interface facing the broadcast destination. Exibit B has the
command facing the multicast source. I believe the correct config is Exibit
B which is in the 12.0 docs.
>
> If someone could verify the 12.0 docs are correct I would appreciate it.
Until then, the jury is out.
>
> Whats your verdict?
>
> -Dan Bliss
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:04 ART