Posted On March 31, 2019

Multicast (PIM-Sparse) between Enterasys and Cisco

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Multicast (PIM-Sparse) between Enterasys and Cisco
Protocol Independent Multicast (PIM) – Sparse mode allows port(s) to hear broadcast while prunning out other port(s) that it does not need to hear multicasts from.
 
PIM-sparse requires: (1) Boot Strap Router (BSR) and (2) Rendezvous Point (RP)
 
BSR is elected from failover “candidate routers” to hold the multicast group to RP mappings.
 
Bootstrap messages are sent between candidate routers that contain RP information. RP is where senders and listeners connect to form multicast groups.
 
Router with the highest IP will win an election. To influence this process, one must set priorities (0 to 255 where 0 is the highest).
 
Configuration:
 
Cisco 6500 (IOS 12.2(18))
ip multicast routing  //enable multicast routing
ip pim bsr-candidate vlan 5  //enable router to be Candidate BSR, part 1
ip pim rp-candidate vlan 5  //enable router to be Candidate BSR, part 2
interface vlan 5
ip pim sparse-mode //add PIM-SM to the router interface VLAN 5 (and any other VLAN)
 
Enterasys N3 (OS 6.12.08) with Advanced Router License
show system hardware  //check that 256MB SDRAM is available for PIM
router
configure
ip pim bsr-candidate vlan 5  //configure VLAN 5 as PIM candidate
ip pim rp-candidate 10.10.10.1 224.0.0.0 224.0.0.0   //Reverse of 21 bit mask for local interface ge.7.48
ip pim sparse-mode
 
Checking:
 
Cisco
enable
sh ip pim neighbor  //display PIM table
 
Enterasys
router
sh ip pim neighbor //same

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to set UniFi controller as a Windows service

Download the software: https://www.ui.com/download/unifi/ Close any instances of the UniFi software on the controller Open…

Open VPN Client Configuration Fix

OpenVPN client works very well on Windows 7 machines. However, its Windows 10 and Linux…

Public DNS servers

Free Public DNS ServersService provider: ScrubItPublic dns server address:* 67.138.54.100* 207.225.209.66Service provider:OpenDNSOpenDNS free dns server…