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

Configure Port Mirror on Enterasys

Note: Websense requires a mirrored connection to the port that has traffic to the gateway.…

Dual DHCP Servers on Microsoft Windows

Requirements:- Windows 2012 Server1. Export from SERVER1netsh dhcp server export \\FILESERVER01\IT\scripts\dhcp.txt all2. Import to SERVER2Add-WindowsFeature…

NIC Teaming in Windows 2012 R2

There are obvious advantages of NIC Teaming from the data throughput and network redundancy perspective.…
Other project: DragonCoin.com