IPMR (PIM) protocol configuration

Post Reply
Gucul
Member
Posts: 16
Joined: 12 Apr 2011 15:35

IPMR (PIM) protocol configuration

Post by Gucul »

IPMR (PIM) configuration
Hi guys,

I need to create two separate vlans(10 and 20) on omni 6855 for multicast routing.

I tried to configure four 6855 omni switches for multicast routing and so far I got just IPMS working but no luck with IPMR(PIM). I have Layer 2 switch with CCTV camera connected to trunk port of the omni 6855 in the lab.
Here is my configof the omni6855:


Welcome to the Alcatel-Lucent OmniSwitch 6000
Software Version 6.3.2.196.R01 GA, March 14, 2008.

Copyright(c), 1994-2007 Alcatel-Lucent. All Rights reserved.

OmniSwitch(TM) is a trademark of Alcatel-Lucent registered
in the United States Patent and Trademark Office.

! Stack Manager :
! Chassis :
system name omni10.10.100.1
! Configuration:
! VLAN :
ethernet-service mode vstk
vlan 1 enable name "VLAN 1"
vlan 3 enable name "VLAN 3"
vlan 10 enable name "vlan_10"
vlan 10 port default 1/23
vlan 10 port default 1/1-6
vlan 20 enable name "vlan_20"
vlan 20 port default 1/9-14
vlan 20 port default 1/24
! VLAN SL:
! IP :
ip service all
ip interface "vlan_10" address 10.10.100.1 mask 255.255.255.0 vlan 10 ifindex 1
ip interface "vlan_20" address 10.20.100.1 mask 255.255.255.0 vlan 20 ifindex 4
ip interface "vlan_1" ifindex 2
ip interface "1/1" address 10.10.250.1 mask 255.255.255.252 vlan 10 ifindex 3
ip interface "1/2" address 10.10.250.14 mask 255.255.255.252 vlan 10 ifindex 5
ip interface "1/9" address 10.20.250.1 mask 255.255.255.252 vlan 20 ifindex 3
ip interface "1/10" address 10.20.250.14 mask 255.255.255.252 vlan 20 ifindex 5
! IPX :
! IPMS :
ip multicast status enable
ip multicast vlan 10 status enable
ip multicast vlan 20 status enable
! AAA :
aaa authentication default "local"
aaa authentication console "local"
! PARTM :
! AVLAN :
! 802.1x :
! QOS :
! Policy manager :
! Session manager :
! SNMP :
snmp security no security
snmp community map "PassagePublic" user "snmp" on
snmp station 10.10.28.33 161 "user" v1 enable
! RIP :
! OSPF :
ip load ospf
ip ospf area 0.0.0.0
ip ospf area 0.0.0.1
ip ospf interface "vlan_10"
ip ospf interface "vlan_10" area 0.0.0.0
ip ospf interface "vlan_10" status enable
ip ospf interface "vlan_20"
ip ospf interface "vlan_20" area 0.0.0.1
ip ospf interface "vlan_20" status enable
ip ospf interface "1/1"
ip ospf interface "1/1" area 0.0.0.0
ip ospf interface "1/1" status enable
ip ospf interface "1/2"
ip ospf interface "1/2" area 0.0.0.0
ip ospf interface "1/2" status enable
ip ospf interface "1/9"
ip ospf interface "1/9" area 0.0.0.1
ip ospf interface "1/9" status enable
ip ospf interface "1/10"
ip ospf interface "1/10" area 0.0.0.1
ip ospf interface "1/10" status enable
ip ospf status enable
! ISIS :
! IPv6 :
! IP multicast :
ip load pim
ip pim interface vlan_10
ip pim interface vlan_20
ip pim dense group 224.0.0.0/4
ip pim sparse status disable
ip pim dense status enable
ipv6 pim sparse status disable
ipv6 pim dense status disable
ip router router-id 10.10.100.1
ip router primary-address 10.10.100.1
! RIPng :
! OSPF3 :
! BGP :
! Health monitor :
! Interface :
! Udld :
! Netsec :
! Port Mapping :
! Link Aggregate :
! VLAN AGG:
! 802.1Q :
vlan 10 802.1q 1/7
vlan 10 802.1q 1/8
vlan 20 802.1q 1/15
vlan 20 802.1q 1/16
! Spanning tree :
bridge mode 1x1
! Bridging :
! Bridging :
! Port mirroring :
! UDP Relay :
ip helper pxe-support disable
! Server load balance :
! System service :
! SSH :
! VRRP :
! Web :
! AMAP :
! LLDP :
! Lan Power :
! NTP :
! RDP :
! VLAN STACKING:
! Ethernet-OAM :
->

I created Interfaces "1/1" and "1/2" for L3 routing and multicast for vlan 10
and
Interfaces "1/9" and "1/10" for L3 routing and multicast for vlan 20

Please, check L3 config because I'm not sure is it correct.

Thank you and best regards

Gucul
Gucul
Member
Posts: 16
Joined: 12 Apr 2011 15:35

Re: IPMR (PIM) protocol configuration

Post by Gucul »

It's my lab topology:
You do not have the required permissions to view the files attached to this post.
User avatar
cedric1
Member
Posts: 603
Joined: 26 May 2009 18:00
Location: Luxembourg ACSE R6

Re: IPMR (PIM) protocol configuration

Post by cedric1 »

Hello

I'm more used to with PIM-SM. And what is write here is for PIM-SM.
I assume you have ip connectivity end to end between client an multicast server.

You need to configure on one switch, where L3 is active, this :

candidate rendez-vous point (c-rp) and bootstrap router. It is mandatory !! to have both configured, so PIM info message can be exchanged in your Multicast environnment.

Or you can try to user dvmrp, more simple for small network. Enable dvmrp on each routed interface in your L3 switch and it must work

Cedric
Post Reply

Return to “OmniSwitch 6855”