1
0
Fork 0
cisco-ios-apply/README.md

15 lines
535 B
Markdown
Raw Permalink Normal View History

2020-06-16 15:50:25 +08:00
A simple tool to apply IOS configuration written in files to a serial port.
Some work-in-progress [godoc](https://godoc.org/github.com/serverwentdown/cisco-ios-apply)
is available for the additional syntax this tool offers, but otherwise you're
on your own for now.
I'm working on this in my "free" time in the SIT ICT lab, so I don't have much
time for documentation yet. I still need to do my labs after all.
2020-06-16 15:54:13 +08:00
```
go get github.com/serverwentdown/cisco-ios-apply
apply -help
```
2020-06-16 15:50:25 +08:00
<!-- vim: set conceallevel=2 et ts=2 sw=2: -->