cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
683
Views
0
Helpful
7
Replies

Multicast Neighbour

feroz syed
Level 3
Level 3

Attached topology, as you can see there are two vrf Red and Blue, the vpnv4 is working file, i have reachability from R1 to R7 via vpvn4,  enabled multicast on R3 and R1 sparse-mode and R5, R7 act as server. R1 joined multicast group address ip igmp join-group 229.1.1.1. i can see the *,G on Router 3 but the neighbor on R5 not showing,

------------------------------------------------------------

R5#sh ip pim vrf BLUE neighbor
PIM Neighbor Table
Mode: B - Bidir Capable, DR - Designated Router, N - Default DR Priority,
S - State Refresh Capable
Neighbor Interface Uptime/Expires Ver DR
Address Prio/Mode

 

R5#sh ip pim vrf BLUE inter

Address Interface Ver/ Nbr Query DR DR
Mode Count Intvl Prior
172.57.57.5 FastEthernet2/1 v2/S 0 30 1 172.57.57.5
R5#

 

------------------------------------

 

R3#sh ip igmp vrf RED membership
Flags: A - aggregate, T - tracked
L - Local, S - static, V - virtual, R - Reported through v3
I - v3lite, U - Urd, M - SSM (S,G) channel
1,2,3 - The version of IGMP the group is in
Channel/Group-Flags:
/ - Filtering entry (Exclude mode (S,G), Include mode (*,G))
Reporter:
<mac-or-ip-address> - last reporter if group is not explicitly tracked
<n>/<m> - <n> reporter in include mode, <m> reporter in exclude

Channel/Group Reporter Uptime Exp. Flags Interface
*,229.1.1.1 172.13.13.1 01:06:09 02:55 2A Fa2/0
*,224.0.1.40 172.13.13.3 01:06:28 02:51 2LA Fa2/0

 

vrf.jpg

 

 

7 Replies 7

Hello,

 

tough one. Can you post the running configs of all participating routers ?

R1 config

 

R1#sh runn
Building configuration...

Current configuration : 1518 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
ip vrf RED
rd 13:13
route-target export 57:57
route-target import 13:13
!
!
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 172.13.13.1 255.255.255.0
ip pim sparse-mode
ip igmp join-group 229.1.1.1
duplex full
!
interface FastEthernet1/0
no ip address
shutdown
duplex half
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
router rip
version 2
network 1.0.0.0
network 172.13.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

R1#

 

---------------------------------------------------------------------

R2#sh running-config
Building configuration...

Current configuration : 1666 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
multilink bundle-name authenticated
mpls label range 200 299
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
ip pim sparse-dense-mode
ip ospf 1 area 0
!
interface Loopback1
ip address 22.22.22.22 255.255.255.255
ip pim sparse-mode
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 192.168.24.2 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet1/0
ip address 192.168.25.2 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet2/0
ip address 192.168.23.2 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
mpls ldp autoconfig
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip pim bsr-candidate Loopback1 0
ip pim rp-candidate Loopback0
!
no cdp log mismatch duplex
!
!
!
!
!
mpls ldp router-id Loopback0
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

R2#

 

 

------------------------------------------------------------------------

 

R3#sh running-config
Building configuration...

Current configuration : 2305 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
ip vrf RED
rd 13:13
route-target export 13:13
route-target import 57:57
!
!
!
no ip domain lookup
ip multicast-routing
ip multicast-routing vrf RED
no ipv6 cef
!
multilink bundle-name authenticated
mpls label range 300 399
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 192.168.34.3 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet1/0
ip address 192.168.23.3 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet2/0
ip vrf forwarding RED
ip address 172.13.13.3 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
mpls ip
!
interface FastEthernet2/1
ip address 192.168.36.3 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
router ospf 1
mpls ldp autoconfig
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
router rip
!
address-family ipv4 vrf RED
redistribute bgp 100 metric 1
network 172.13.0.0
no auto-summary
version 2
exit-address-family
!
router bgp 100
bgp log-neighbor-changes
neighbor 5.5.5.5 remote-as 100
!
address-family ipv4
neighbor 5.5.5.5 activate
no auto-summary
no synchronization
exit-address-family
!
address-family vpnv4
neighbor 5.5.5.5 activate
neighbor 5.5.5.5 send-community both
exit-address-family
!
address-family ipv4 vrf RED
redistribute rip metric 10
neighbor 5.5.5.5 remote-as 100
neighbor 5.5.5.5 update-source Loopback0
neighbor 5.5.5.5 activate
no synchronization
exit-address-family
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
!
!
mpls ldp router-id Loopback0
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

R3#

 

------------------------------------------------------------------

R4#
R4#
R4#sh runn
R4#sh running-config
Building configuration...

Current configuration : 1535 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
multilink bundle-name authenticated
mpls label range 400 499
mpls label protocol ldp
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 192.168.24.4 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet1/0
ip address 192.168.34.4 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet2/0
ip address 192.168.45.4 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
interface FastEthernet2/1
ip address 192.168.46.4 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
router ospf 1
mpls ldp autoconfig
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
!
!
mpls ldp router-id Loopback0
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

 

 

------------------------------------------------------------------

 

R5#sh runn
R5#sh running-config
Building configuration...

Current configuration : 2379 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
ip vrf BLUE
rd 57:57
route-target export 57:57
route-target import 13:13
!
!
!
no ip domain lookup
ip multicast-routing
ip multicast-routing vrf BLUE
no ipv6 cef
!
multilink bundle-name authenticated
mpls label range 500 599
mpls label protocol ldp
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 5.5.5.5 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 192.168.45.5 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet1/0
ip address 192.168.25.5 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet2/0
ip address 192.168.56.5 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
interface FastEthernet2/1
ip vrf forwarding BLUE
ip address 172.57.57.5 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
mpls ip
!
router eigrp 100
no auto-summary
!
address-family ipv4 vrf BLUE
redistribute bgp 100 metric 100 100 255 1 1
network 172.57.0.0
auto-summary
autonomous-system 100
exit-address-family
!
router ospf 1
mpls ldp autoconfig
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
router bgp 100
bgp log-neighbor-changes
neighbor 3.3.3.3 remote-as 100
neighbor 3.3.3.3 update-source Loopback0
!
address-family ipv4
neighbor 3.3.3.3 activate
no auto-summary
no synchronization
exit-address-family
!
address-family vpnv4
neighbor 3.3.3.3 activate
neighbor 3.3.3.3 send-community extended
exit-address-family
!
address-family ipv4 vrf BLUE
redistribute eigrp 100
neighbor 3.3.3.3 remote-as 100
neighbor 3.3.3.3 activate
no synchronization
exit-address-family
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
!
!
mpls ldp router-id Loopback0
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

 

 

 

------------------------------------------------------

 

R6#sh running-config
Building configuration...

Current configuration : 1501 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
multilink bundle-name authenticated
mpls label range 600 699
mpls label protocol ldp
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 6.6.6.6 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 192.168.46.6 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet1/0
ip address 192.168.56.6 255.255.255.0
ip pim sparse-mode
duplex half
!
interface FastEthernet2/0
ip address 192.168.36.6 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
mpls ldp autoconfig
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
!
!
mpls ldp router-id Loopback0
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

 

 

 

----------------------------------------------------------------------

 

R7#sh running-config
Building configuration...

Current configuration : 1386 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R7
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback0
ip address 7.7.7.7 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 172.57.57.7 255.255.255.0
duplex half
!
interface FastEthernet1/0
no ip address
shutdown
duplex half
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
router eigrp 100
network 7.0.0.0
network 172.57.0.0
no auto-summary
!
router ospf 1
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

 

 

 

 

 

 

Hi

 R7 is server and member of VRF Blue but I see no VRF definition on it.

However the interface on R5, direclty connect does:

interface FastEthernet2/1
ip vrf forwarding BLUE
ip address 172.57.57.5 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
mpls ip
!

R7 is server, it just respond to multicast traffic (ping) also i cannot configure vrf on Customer router R7

But how can it participate of the VRF domain?  Which means your traffic is actually going through the VRF global anyway?

Hello
Try appending the following using MSDP so you can join the two :PM-SM domain together 

all rtrs
ip pim rp-address x.x.x.x ( address of RP)

R3
ip msdp peer 5.5.5.5 connect-as loopback 0


r5
ip msdp peer 3.3.3.3 connect-as loopback 0

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

..

Review Cisco Networking for a $25 gift card