Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 58d3c448 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent 82d643d9
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ Each section contains
Create for each device a config file named serialnumber.cfg, i.e: [`FCZ094210DS.cfg`](sample.cfg)
Place this script, the image(s) and the config files on a fileserver where the new devices can donload it from. This can be a TFTP, HTTP(S), FTP or SCP server. For the image I would not recommend using TFTP.
Place this script, the image(s) and the config files on a fileserver where the new devices can download them from. This can be a TFTP, HTTP(S), FTP or SCP server. For the image I would not recommend using TFTP.
Last configure your DHCP server to have option 67 pointing to this script. Here a sample how to do this on a IOS/IOS-XE switch.
......@@ -74,16 +74,17 @@ ip dhcp pool autoinstall
```
If the imgae you want to deliver fits on the swicth you can also use the switch to deliver the image via http.
**Note**: if you do so, you add the user authentication to your imgae/configuration source i.e. `http://update:update@192.168.10.1`
```
username update privilege 15 password 0 update
!
ip http server
ip http authentication
ip http authentication local
ip http path flash:
!
```
Now you are ready to attach your new devices to the network and switch it on. Wait till the autoinstall process is done. You can [follow the process on the syslog server or on the console](sample_output.md), but dont touch anything.
Now you are ready to attach your new devices to the network and switch it on. Wait till the autoinstall process is done. You can [follow the process on the syslog server or on the console](/autoinstall/sample_output.md), but dont touch anything.
If everything works, your device gets an IP-address and the path to the script via DHCP, downloads the script, downloads the new image, sets the boot variable, downloads the config file, reboots and finishes the configuration.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment