- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP 2650 Switch Multicast between two VLAN on the s...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2017 05:22 AM
03-23-2017 05:22 AM
HP 2650 Switch Multicast between two VLAN on the same switch
Hi
We have enabled multicate on two vlan and its working inside the vlan but not is working to other vlan , Please find the configuration below .
Running configuration:
; J4899B Configuration Editor; Created on release #H.10.50
hostname "ProCurve Switch 2650"
ip default-gateway 172.21.0.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-9,22-50
ip address 172.21.2.102 255.255.0.0
no untagged 10-21
exit
vlan 100
name "vlan100"
untagged 10-13
ip address 10.10.12.17 255.255.255.240
ip igmp high-priority-forward
ip igmp forward 12-13
exit
vlan 101
name "vlan101"
untagged 14-17
ip address 10.10.13.17 255.255.255.240
ip igmp high-priority-forward
ip igmp forward 16-17
exit
no lldp run
ip ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2017 05:50 AM
03-23-2017 05:50 AM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
Hi,
please enter the following to check your igmp configuration:
show igmp
show igmp 100 config
show igmp 101 config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2017 10:15 PM
03-23-2017 10:15 PM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2017 08:09 PM
03-26-2017 08:09 PM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
Maybe get it working first, before trying to add fiddly config like,
ip igmp high-priority-forward
ip igmp forward 16-17
Remove these li9nes and just go into each VLAN and run the "ip igmp" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2017 01:17 AM
03-28-2017 01:17 AM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
Hi ,
We have enabled only igmp alone and still multicast is not working.
ProCurve Switch 2650# show running-config
Running configuration:
; J4899B Configuration Editor; Created on release #H.10.50
hostname "ProCurve Switch 2650"
ip default-gateway 172.21.0.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-9,22-50
ip address 172.21.2.102 255.255.0.0
no untagged 10-21
exit
vlan 100
name "vlan100"
untagged 10-13
ip address 10.10.12.17 255.255.255.240
ip igmp
no ip igmp querier
ip igmp forward 10-13
exit
name "vlan101"
untagged 14-17
ip address 10.10.13.17 255.255.255.240
ip igmp
no ip igmp querier
ip igmp forward 14-17
exit
vlan 102
name "vlan102"
untagged 18-21
no ip address
exit
no lldp run
ip ssh
ProCurve Switch 2650#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2017 11:46 PM
03-29-2017 11:46 PM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
I understand that you are missing some routing protocol. IGMP will just register the multicast addresses, but to move multicast from one VLAN to the other, you need PIM.
I think you have to run:
- IP routing
- IP multicast-routing
- On each vlan:
* ip pim-dense
* ip-addr any
But i did that and now im stuck there, you can follow my question in this post:
https://community.hpe.com/t5/ProCurve-ProVision-Based/Multicast-routing-between-VLANS/td-p/6952263
Hope we can fix it together!
/Eren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2017 04:35 AM
03-30-2017 04:35 AM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
Hi
I am not able to see those commands in this model switch 2650 and the firmware which is having currently H.10.50.
- IP multicast-routing
- On each vlan:
* ip pim-dense
* ip-addr any
ProCurve Switch 2650(vlan-100)# show version
Image stamp: /sw/code/build/fish(mkfs)
Oct 9 2007 15:00:51
H.10.50
359
Boot Image: Primary
Regards
Prabu Gj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2017 05:25 AM - edited 03-30-2017 05:25 AM
03-30-2017 05:25 AM - edited 03-30-2017 05:25 AM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
The firmware has been upgraded to 10.10.119 and still not working multicast.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2017 05:48 AM
03-30-2017 05:48 AM
Re: HP 2650 Switch Multicast between two VLAN on the same switch
You need a premium license to use it, check if you have it with: "show licenses"
If you dont, then you need a router to do the routing. Multicast is IP and routing is needed to move from 1 vlan to another.
Hope this helps