Skip to content

joshhalley/wakeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Wake On Lan Cisco Wake Up Script

The TCL script which is attached can be used to force Wake on Lan activity for specified hosts on a segment.

Using the Kron routine listed below, a regular wake up cycle can be configured on a per switch basis.

Example Routine Configured on Cisco Switch

kron occurrence WakeUp in 1 recurring
policy-list WakeUp
kron policy-list WakeUp
cli tclsh tftp://10.0.0.11/WakeUp.tcl 255.255.255.255 00:0c:29:14:be:35 Enterprise

Whilst TFTP is shown in the below example, other more secure methods to launch the TCL script, can be used.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages