Join the newsletter

Get the monthly ACI update and stay ahead of the curve! šŸ˜

Featured image of post Cisco IOS - Wake on LAN (WOL) not working anymore

Cisco IOS - Wake on LAN (WOL) not working anymore

With IOS XE 17.3.1 Cisco introduced a behavior change which can break Wake on LAN and direct Broadcasts overall

Home / Posts / Cisco IOS - Wake on LAN (WOL) not working anymore

Wake on LAN

Wake on LAN (WOL) is a technology that allows a device to be turned on remotely over a network connection. This can be particularly useful for individuals or businesses that need to access a computer remotely, or for those who have a large number of computers that need to be turned on and off at specific times.

In order to use WOL, a computer must be equipped with the necessary hardware and software to support the technology. This includes a network card that is capable of receiving the WOL signal, as well as the appropriate software to interpret the signal and turn the computer on.

To use WOL, a user will typically send a special ā€œmagic packetā€ to the computer or device that they want to turn on. The magic packet contains the unique media access control (MAC) address of the device, as well as other identifying information. When the device receives the magic packet, it will recognize it and turn on.

There are a number of different tools and software programs that can be used to send a WOL magic packet. Some of these are standalone programs that can be installed on a userā€™s computer, while others are online tools that can be accessed from any device with an internet connection.

Network requirements for Wake on LAN (WOL)

Until the release 17.3.1, it was enough to configure ip directed-broadcast on the destination interface on which the WOL receiver are connected.

Behavior change with 17.3.1

According to Cisco Bug CSCvy85946 itā€™s now also required to configure ip network-broadcast on the ingress interface, otherwise the Wake on LAN (or any other directed broadcast) will not be forwarded.

This behavior change was introduced with the fix of Cisco Bug CSCvo49242ā€¦

Bug CSCvy85946 description

As this sometimes isnā€™t searchable and not all people have access, here is the full Bug description from Cisco

Symptom:

IP Directed Broadcast not being forwarded by device

This is expected behavior starting in 17.3.1 in absence of ā€œip network-broadcastā€ configured on the ingress interface where the directed broadcast is to be received.

If only ā€œip directed-broadcastā€ is configured on the device then directed broadcasts will NOT be forwarded.

The behavioral change was introduced by the fix of CSCvo49242

Conditions:

IOS-XE running 17.3.1 or higher with ā€œip directed-broadcastā€ configured but ā€œip network-broadcastā€ is not configured on the interface where the broadcast is received.

Workaround:

Configure ā€œip network-broadcastā€ on the ingress interface where the directed broadcast is to be received.

Built with Hugo
Theme Stack designed by Jimmy