qpimd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qpimd-users] PIMD route updation


From: Everton Marques
Subject: Re: [qpimd-users] PIMD route updation
Date: Mon, 18 Apr 2016 11:07:07 -0300

Hi Pramod,

Can you please post outputs for the commands below?

show ip igmp sources   (receiver joined on interface?)
show ip igmp interface (igmp enabled on receiver interface?)
show ip mroute         (kernel mcast programming is correct?)
show ip pim upstream   (we joined our upstream?)
show ip pim interface  (pim enabled on interfaces?)
show ip multicast      (multicast enabled at all?)
show ip rib 12.0.0.26  (unicast route towards source?)

See also:
1) http://git.savannah.gnu.org/cgit/quagga.git/tree/pimd/TROUBLESHOOTING
2) http://git.savannah.gnu.org/cgit/quagga.git/tree/pimd/DEBUG

Everton

On Sat, Apr 16, 2016 at 12:17 AM, PRAMOD D <address@hidden> wrote:
Hi,

This is my testing configuration

PC1                                                    QUAGGA/PIMD                                PC2         
11.0.0.25 (joins 230.7.7.7)  <------>   11.0.0.1    [Router]  12.0.0.1  <----------->  (sends to 230.7.7.7)   12.0.0.26




QUAGGA/PIMD HOST :
=================
ZEBRA
 
Router# show running-config

Current configuration:
!
hostname Router
password zebra
enable password zebra
!
interface eth0
 no link-detect
 multicast
 ipv6 nd suppress-ra
!
interface eth1
 no link-detect
 multicast
 ipv6 nd suppress-ra
!
interface eth4
 no link-detect
 ipv6 nd suppress-ra
!
interface lo
 no link-detect
!
ip forwarding
!
ip multicast rpf-lookup-mode mrib-then-urib
!
line vty
!
end



PIMD
=====
quagga-pimd-router# show running-config

Current configuration:
!
hostname quagga-pimd-router
password zebra
log stdout
!
interface eth0
 ip pim ssm
 ip igmp
!
interface eth1
 ip pim ssm
 ip igmp
!
interface eth4
!
interface lo
!
!
ip multicast-routing
!
line vty
 exec-timeout 60 0
!
end





1) I can see PIMD is sending IGMPv3 quiries regulary and host are reply back.
2) I can see PIMD "show ip igmp groups" and fine and updated
3) However I dont see anything in "show ip mroute"
4) And kernel routing table is not updated with mroutes.

I have enabled all kernel config for multicast and mroute.

Please someone help me on this.

Virus-free. www.avast.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]