cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2409
Views
0
Helpful
7
Replies

Wake On Lan Questions

Greeting

Can anyone provide how Wake On Lan works, i have to implement it for a Client and i can`t find the right info on the internet (i`m doing the network part)

http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a008084b55c.shtml this doc is quite simple if you are just traversing one Layer 3 domain so what if i had to go through more hops

Any help will be really apreciate it

7 Replies 7

Do this help you:

https://supportforums.cisco.com/thread/138078?referring_site=kapi

https://supportforums.cisco.com/thread/2087692?referring_site=kapi

I have no experience on WoL but If you need maybe we find a solution with the information in the other threads.

regards,
Sebastian

pls. rate if helpful

Hi Sebastien

I have checked all the discussion but couldn`t find the answer since it`s quite confusing a bit (some are sayin that ip helper is needed but i doubt it ... i`ll do the test tomorrow and keep you posted ... otherwise i`ll see if i can flip it to multicast on the SCCM instead of direct broadcast

I remember one thing..

I use ip helper for software deployment over more than one router, Ip helper form a unicast from the broadcast..

just to update

Good luck

Sebastian

True that`s i`m was confused cauz ip help will tranlsate broacast request to unicast from Client to Server but WOL i figure out it`s a Server to Client interaction

ST

shame on me

you're right

wait for your tests and posts.

I have implemented WOL for a customer and found that ip helper is indeed required. The WOL server sends out the packet to activate clients. This works well and requires no network help if the server and client are in the same broadcast domain (in the same subnet). But when the client is one or more hops away then some network help is required.

ip helper-address does forward broadcasts. But your assumption that helper-address turns the broadcast into unicast is not necessarily correct.. If I configure ip helper-address 172.16.100.255 (where 172.16.100.0 is a /24 subnet) then helper-address is sending a directed broadcast. And if the gateway on 172.16.100 has enabled directed broadcast then the WOL packet will be broadcast onto that subnet.

For a good while Cisco IOS has disabled directed broadcast. So on the receiving router interface you need to enable directed broadcast.

If you configure ip helper-address on the router interface of the subnet where the server is located and if you configured ip directed-broadcast on the router interface where the clients are located then WOL should work.

HTH

Rick

HTH

Rick

Hi Rick

I was able to make it work today without the ip helper , all i did was enabling direct broadcast on my SVI where the clients sits and use an ACL to restrict the Direct broadcast message

Thanks for the help guys

Review Cisco Networking products for a $25 gift card