- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- intervlans igmp config
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
Forums
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
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
09-21-2011 07:35 AM - edited 09-21-2011 08:16 AM
09-21-2011 07:35 AM - edited 09-21-2011 08:16 AM
Hi,
I have a questiong regarding igmp, I have a really easy topology.
Multicast source -------> 3500 switch <----------------> Multicast client
I've my multicast source working and I see the switch interface receiving all the multicast traffic, BUT... it is not passing the multicast to the other port (port 2 - vlan 2), all the traffic is being received by port 1 ( vlan 1)
For some reason, the multicast source is not able to receive the traffic, but it is able to register in the igmp group.
Conf:
ip routing
ip multicast-routing
vlan 1
name "DEFAULT_VLAN"
untagged 1,3-48
ip address 1.1.1.1 255.255.255.0
no untagged 2
ip igmp
exit
vlan 2
name "Multicast_Client"
untagged 2
ip address 2.2.2.2 255.255.255.0
ip igmp
exit
show ip igmp:
VLAN ID : 2
VLAN Name : VLAN2
IGMP version : 2
Querier Address [this switch] : 2.2.2.2
Querier Port :
Querier UpTime : 0h 35m 40s
Querier Expiration Time : 0h 1m 7s
Active Group Addresses Type Expires Ports Reports Queries
---------------------- ---------- --------------- ---------- ------- -------
224.0.1.1 Filter 0h 4m 19s 2 2360 0
Any help is really appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2011 10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2011 01:13 PM
09-21-2011 01:13 PM
Re: intervlans igmp config
Thanks,
Why the ip multicast-routing is not enough for it?
could you explain..?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2011 01:56 PM
09-21-2011 01:56 PM
Re: intervlans igmp config
Fair enough, I'm reading that and it is quite clear!
Thanks,