Skip to content

ygotoh/wol-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WOL-ios

Install

Router# copy tftp://<tftpd-address>/wol.tcl flash:/wol.tcl

Use

use as CLI command.

Router# configure terminal
Router(config)# alias exec wol-somehost tclsh wol.tcl aa.bb.cc.dd.ee.ff
Router(config)# tclquit
Router# wol-somehost

use as tcl library.

Router# tclsh
Router(tcl)# source wol.tcl
Router(tcl)# send_wol aa.bb.cc.dd.ee.ff

can send WOL to some nodes, too.

Router(tcl)# send_wol aa.bb.cc.11.11.11 aa.bb.cc.22.22.22 aa.bb.cc.33.33.33

License

Public Domain.

About

Wake on LAN for Cisco IOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages