cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
0
Helpful
1
Replies

About Wake-On-Lan...

hyukin.kwon
Level 1
Level 1

Hi all,

I have a catalyst 6509 which have lots of VLANs.

And We have to send Wake-On-Lan Magic packet to users in another vlans.

The routing interface of msfc is 192.168.1.0 , 192.168.2.0, 192.168.3.0 , 192.168.4.0 .....

I already opened the directed broadcast,but it's not worked.

Is there any solutions ?

Thanks in advance...

1 Reply 1

ehirsel
Level 6
Level 6

I believe that you also have enable the WOL packet to be forwarded, which is not done by default. So you have to add this statement as well:

ip forward-protocol udp 2304

I believe that WOL uses UDP and the port is 2304. If you have access to a packet sniffer, run it and validate that. In the meantime, if I find out that I am wrong I will post the correct port here.

I would adivse that you add an acl that permits only the souce and dest address that WOL should traverse and which station or stations can generate WOL packets so that you do not open directed-broadcast completely; this is a security precaution to prevent lan broadcast pings and other frames from propogating.

This URL may be of help too:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fipras_r/1rfipadr.htm#wp1018109

Let me know if this of any help.