cancel
Showing results for 
Search instead for 
Did you mean: 

WoL Implementation - Updated?

WoL Implementation - Updated?

Ian_Broadway
New Contributor III
Hi All,

I have found some information on implementing WoL (Wake on Lan) in EXOS, but its a few years out of date.

Is it still current?

How comes this isn't built into EXOS or is it that the specific routing protocols don't allow for the functionality?

Any feedback would be grateful.
3 REPLIES 3

Narayanan__Kart
Extreme Employee
Hi Ian,

Thank you for the reply. Your understanding is right.

If your requirment is one UDP packet needs to reach to 24 vlans I think it is not possible.
The solution for this would be having multiple WOL source from different vlans, at least 3 in our case.

Please correct me if I am wrong..

Create a policy file to be applied as a UDP profile. The format for this policy is below​.

entry one {
if match all {
destination-port 9;
} then {
vlan ;
}
}

entry two {
if match all {
destination-port 9;
} then {
vlan ;
}
}

Apply this policy to the VLAN that the WoL server is in, with the command configure vlan udp-profile

-We can have 1 UDP broadcast packet to 8 destination (vlan)
-It is not recommended to have more than 8 entries in a UDP profile.

Regards,
Karthikeyan

Ian_Broadway
New Contributor III
so in terms of the UDP profile way of doing things. If i have 24 vlans I can potentially have 3 UDP profiles specifying 8 vlans in each. I then apply the 3 profiles to the VLAN that hosts the SCCM server that is delivering the WoL packets?

Have I interpreted this correctly?

I dont need to apply the profiles to the other VLANs?
I thought you could only apply one UDP profile to a VLAN?

Ron_Huygens
Community Manager Community Manager
Community Manager
Hi Ian,

There are a couple of options. It depends on the type of WoL packets that you are using

Create a policy file to be applied as a UDP profile:
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Allow-Wake-on-LAN-Magic-Packets-to-...

Directed broadcast in particular VLAN
https://gtacknowledge.extremenetworks.com/articles/Q_A/What-is-the-command-to-enable-directed-broadc...

Move Ether-Wake from one VLAN to another
https://gtacknowledge.extremenetworks.com/articles/Solution/move-Ether-Wake-from-one-VLAN-to-another

GTM-P2G8KFN