https://github.com/serverwentdown/cisco-ios-apply
Apply Cisco IOS configuration files to a serial port
https://github.com/serverwentdown/cisco-ios-apply
Last synced: about 2 months ago
JSON representation
Apply Cisco IOS configuration files to a serial port
- Host: GitHub
- URL: https://github.com/serverwentdown/cisco-ios-apply
- Owner: serverwentdown
- Created: 2020-06-16T07:42:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T06:03:29.000Z (about 2 years ago)
- Last Synced: 2025-02-05T09:53:44.609Z (4 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.```
go get github.com/serverwentdown/cisco-ios-apply
apply -help
```