Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Multicast problem - Dense mode over Frame and Multicast Stub

$
0
0

I am having a problem with multicast packets not being delivered accorss a Fram connection.  It works ok if I remove the Multicast Stub config,

 

BB2--R3---R1--(FRAME)--R5--CLIENT

 

The traffic is being sent from BB2 and get to R1 fine.  Here is some output from R1:

Rack1R1#sh ip mroute 227.7.7.7

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,

       Z - Multicast Tunnel, z - MDT-data group sender,

       Y - Joined MDT-data group, y - Sending to MDT-data group,

       V - RD & Vector, v - Vector

Outgoing interface flags: H - Hardware switched, A - Assert winner

 Timers: Uptime/Expires

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

 

(*, 227.7.7.7), 01:03:24/stopped, RP 0.0.0.0, flags: DC

  Incoming interface: Null, RPF nbr 0.0.0.0

  Outgoing interface list:

    Serial0/2/0, Forward/Dense, 01:02:32/00:00:00

    Serial0/1/0, Forward/Dense, 01:03:24/00:00:00

 

(192.10.1.254, 227.7.7.7), 01:03:24/00:02:51, flags: T

  Incoming interface: Serial0/1/0, RPF nbr 191.1.13.3

  Outgoing interface list:

    Serial0/2/0, Forward/Dense, 01:02:32/00:00:00

 

Rack1R1#debug ip mpack 

IP multicast packets debugging is on

Rack1R1#debug ip mpack f

IP multicast fastswitch packets debugging is on

Rack1R1#

*Aug 30 17:20:00.159: FS(0): Receive s=192.10.1.254 d=227.7.7.7 id=3878 prot=1 size=1004(1000) ttl=253 from Serial0/1/0 

*Aug 30 17:20:00.159: FS(0): Forward s=192.10.1.254 d=227.7.7.7 id=3878 prot=1 size=1004(1000) ttl=253 to Serial0/2/0 

Rack1R1#

*Aug 30 17:20:02.159: FS(0): Receive s=192.10.1.254 d=227.7.7.7 id=3879 prot=1 size=1004(1000) ttl=253 from Serial0/1/0 

*Aug 30 17:20:02.159: FS(0): Forward s=192.10.1.254 d=227.7.7.7 id=3879 prot=1 size=1004(1000) ttl=253 to Serial0/2/0 

*Aug 30 17:20:02.911: PIM(0): v2, PIM neighbor 191.1.125.5 explicitly denied on Serial0/2/0

Rack1R1#

*Aug 30 17:20:04.159: FS(0): Receive s=192.10.1.254 d=227.7.7.7 id=3880 prot=1 size=1004(1000) ttl=253 from Serial0/1/0 

*Aug 30 17:20:04.159: FS(0): Forward s=192.10.1.254 d=227.7.7.7 id=3880 prot=1 size=1004(1000) ttl=253 to Serial0/2/0 

Rack1R1#u

*Aug 30 17:20:06.159: FS(0): Receive s=192.10.1.254 d=227.7.7.7 id=3881 prot=1 size=1004(1000) ttl=253 from Serial0/1/0 

*Aug 30 17:20:06.159: FS(0): Forward s=192.10.1.254 d=227.7.7.7 id=3881 prot=1 size=1004(1000) ttl=253 to Serial0/2/0 

Rack1R1#u all

All possible debugging has been turned off

Rack1R1#

*Aug 30 17:20:08.159: FS(0): Receive s=192.10.1.254 d=227.7.7.7 id=3882 prot=1 size=1004(1000) ttl=253 from Serial0/1/0 

*Aug 30 17:20:08.163: FS(0): Forward s=192.10.1.254 d=227.7.7.7 id=3882 prot=1 size=1004(1000) ttl=253 to Serial0/2/0 

Rack1R1#sh frame map 105

Serial0/2/0 (up): ipv6 2001:CC1E:1:125::5 dlci 105(0x69,0x1890), static,

              CISCO, status defined, active

Serial0/2/0 (up): ipv6 FE80::5 dlci 105(0x69,0x1890), static,

              broadcast,

              CISCO, status defined, active

Serial0/2/0 (up): ip 191.1.125.5 dlci 105(0x69,0x1890), static,

              broadcast,

              CISCO, status defined, active

I think R5 is silently dropping the traffic or even tough R1 says it is sending it is not.  Not sure...
On R5:
Rack1R5#sh ip mroute 227.7.7.7
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,
       Z - Multicast Tunnel, z - MDT-data group sender,
       Y - Joined MDT-data group, y - Sending to MDT-data group,
       V - RD & Vector, v - Vector
Outgoing interface flags: H - Hardware switched, A - Assert winner
 Timers: Uptime/Expires
 Interface state: Interface, Next-Hop or VCD, State/Mode
(*, 227.7.7.7), 00:59:06/00:02:50, RP 0.0.0.0, flags: DC
  Incoming interface: Null, RPF nbr 0.0.0.0
  Outgoing interface list:
    Serial0/2/0, Forward/Dense, 00:59:06/00:00:00
    FastEthernet0/0, Forward/Dense, 00:59:06/00:00:00
Rack1R5#
Rack1R5#
Rack1R5#
Rack1R5#debug ip mpack
IP multicast packets debugging is on
Rack1R5#debug ip mpack f
IP multicast fastswitch packets debugging is on
Rack1R5#sh ip mroute 227.7.7.7 count
IP Multicast Statistics
2 routes using 1620 bytes of memory
2 groups, 0.00 average sources per group
Forwarding Counts: Pkt Count/Pkts(neg(-) = Drops) per second/Avg Pkt Size/Kilobits per second
Other counts: Total/RPF failed/Other drops(OIF-null, rate-limit etc)
Group: 227.7.7.7, Source count: 0, Packets forwarded: 0, Packets received: 0
Rack1R5#
Incoming interface on R5 is blank which is probbaly not good.
Configs:
R1
Rack1R1#sh run int s0/2/0
Building configuration...
Current configuration : 659 bytes
!
interface Serial0/2/0
 ip address 191.1.125.1 255.255.255.0
 ip pim neighbor-filter 51
 ip pim dr-priority 100
 ip pim dense-mode
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 CISCO
 ip ospf hello-interval 10
 ip ospf priority 255
 ip ospf 1 area 0
 ipv6 address FE80::1 link-local
 ipv6 address 2001:CC1E:1:125::1/64
 ipv6 rip RIP enable
 frame-relay map ipv6 2001:CC1E:1:125::2 102
 frame-relay map ipv6 2001:CC1E:1:125::5 105
 frame-relay map ipv6 FE80::2 102 broadcast
 frame-relay map ipv6 FE80::5 105 broadcast
 frame-relay map ip 191.1.125.5 105 broadcast
 frame-relay map ip 191.1.125.2 102 broadcast
 no frame-relay inverse-arp
end       
Rack1R1#sh access-list 51
Standard IP access list 51
    10 deny   any (175 matches)
Rack1R1#
R5
Rack1R5#sh run int s0/2/0
Building configuration...
Current configuration : 586 bytes
!
interface Serial0/2/0
 ip address 191.1.125.5 255.255.255.0
 ip pim dense-mode
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 CISCO
 ip ospf hello-interval 10
 ip ospf priority 0
 ip ospf 1 area 0
 ipv6 address FE80::5 link-local
 ipv6 address 2001:CC1E:1:125::5/64
 ipv6 rip RIP enable
 frame-relay map ipv6 2001:CC1E:1:125::2 501
 frame-relay map ipv6 2001:CC1E:1:125::1 501
 frame-relay map ipv6 FE80::2 501
 frame-relay map ipv6 FE80::1 501 broadcast
 frame-relay map ip 191.1.125.1 501 broadcast
 frame-relay map ip 191.1.125.2 501
 no frame-relay inverse-arp
end
interface FastEthernet0/0
 ip address 191.1.5.5 255.255.255.0
 ip pim dense-mode
 ip igmp helper-address 191.1.125.1
 duplex auto
 speed auto
 ipv6 address 2001:CC1E:1:5::5/64
 ipv6 rip RIP enable
end
If you need more output let me know or if you have any pointers I would appreciate it.  Been stuck on this for a while....
Nick

Viewing all articles
Browse latest Browse all 10744

Trending Articles