- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: How to configure 5400zl to route multicast tra...
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
11-08-2010 10:37 AM
11-08-2010 10:37 AM
How to configure 5400zl to route multicast traffic across VLAN?
We need to send the multicast Wake-On-Lan udp packet across VLAN. How can I configure the 5400zl switch to do this?
It's the feature from Kaspersky Labs Anti-Virus Admin Kit. In the previous version of the Admin Kit, the WOL packet was sent via broadcast. I setup my switch to forward this brocase packet from one vlan to the other. With the current version of the Admin Kit, the WOL magic packet is sent via multicast. I don't have any other multicast application runs on our network. Can you send me to a right direction to setup multicast and can be routed across Vlans. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2010 12:33 PM
11-12-2010 12:33 PM
Re: How to configure 5400zl to route multicast traffic across VLAN?
ip multicast-routing
and then on each vlan
vlan x
ip pim-sparse
ip-addr any
exit
exit
Director, Network Services
Information Systems and Technology
MC 1018
(519)888-4567 x38323
University of Waterloo, Waterloo, ON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2010 10:05 AM
11-16-2010 10:05 AM
Re: How to configure 5400zl to route multicast traffic across VLAN?
Bruce, thank you for your input. For some reason, my 5412zl doesn't take the "ip multicast-routing" command. The image version is K.13.63. Do you know any version issue to use the ip multicast-routing command?
Below is the ip command that my switch will take.
5412zl(config)# ip ?
access-list Enter the named-acl context for the specified access
control list.
arp-age Modify Address Resolution Protocol (ARP) table entry
timeout, specified in minutes.
authorized-managers Define the IPV4 addresses allowed to manage the switch.
default-gateway Configure the IPv4 default gateway address, which will
be used when routing is not enabled on the switch.
directed-broadcast Enable/disable directed broadcast forwarding.
dns Configure the DNS (Domain Name System) default domain
suffix and the name server IP address for translation of
hostnames to IP addresses.
icmp Configure ICMP Rate Limiting capacity.
irdp Enable/disable ICMP Router Discovery Protocol (IRDP).
load-sharing Specify the maximum number of equal cost IP load sharing
paths.
route Add or delete static routing table entries.
routing Enable/disable IP routing support on the device.
source-binding Add/remove a static IP-to-MAC binding in the DHCP
snooping database.
source-interface Define source IP address selection policy for the
application protocols.
source-lockdown Enable/disable IP source lockdown in global
configuration mode.
source-route Enable/disable forwarding of source routed packets.
ssh Enable/disable SSH server on the device or set various
SSH server parameters.
timep Configure the method to acquire the Timep server
address.
ttl Specify TTL for outgoing IP packets.
udp-bcast-forward Enable/disable UDP broadcast forwarding.
zero-broadcast Enable/disable usage of zero broadcast IP Address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2010 03:59 AM
11-17-2010 03:59 AM
Re: How to configure 5400zl to route multicast traffic across VLAN?
Run this command, if you dont see it, then you need a premium license. Pretty lame for spending so much amount on kit & you dont get OSPF & PIM. It cost the organisation £3k GBP. Not cheap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2010 04:10 AM
11-17-2010 04:10 AM
Re: How to configure 5400zl to route multicast traffic across VLAN?
Hey Dude,
I had this issue after changing the network from 3 flat vlans to inter-vlan routing. Typically WOL uses udp protocol 7. You have to state which IP address the WOL broadcast packets will propagate from, for me the 2 servers in red in my server-farm send this out at 7:45 every morning. Please see my active config below.
Also remember that your server team will need to test the script, so once you added this config if they try & bounce the problem back to you then its not your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2010 02:29 PM
11-17-2010 02:29 PM
Re: How to configure 5400zl to route multicast traffic across VLAN?
I don't have premium. Does that mean my 5412zl is not able to do OSPF, PIM-SM/DM, VRRP and QinQ?
Feature Group License Status
-------------------- --------------
premium Not Installed
OSPF
PIM-SM/DM
VRRP
QinQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2010 02:35 PM
11-17-2010 02:35 PM
Re: How to configure 5400zl to route multicast traffic across VLAN?
WOL broadcast works to me. I have these lines on my config.
ip udp-bcast-forward
vlan 10
ip forward-protocol udp 172.16.23.255 60000
The problem is Kapersky Admin Kit changed the way it is sending out the WOL magic packet from broadcast to multicast. That's why I need to route the multicast traffic to other vlan. But looks like I may not have the license on the switch to do multicast.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2010 01:07 PM
11-20-2010 01:07 PM
Re: How to configure 5400zl to route multicast traffic across VLAN?
That is correct. Without the premium license, you cannot do OSPF, PIM,
VRRP, PIM
Director, Network Services
Information Systems and Technology
MC 1018
(519)888-4567 x38323
University of Waterloo, Waterloo, ON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2010 06:44 AM
12-14-2010 06:44 AM
Re: How to configure 5400zl to route multicast traffic across VLAN?
Hi,
What's the pros and cons of enabling UDP in HP 5400 series in order for WOL to work?
Thanks,
Vincent