From 68da584d0fc58896aa5057716ec198033606ec1d Mon Sep 17 00:00:00 2001 From: Neil Schark <gitlab@schark.eu> Date: Fri, 9 Sep 2022 14:13:39 +0200 Subject: [PATCH] more docs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7106d27..e87f4dc 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,13 @@ Docs: https://ztpserver.readthedocs.io/en/master/overview.html The config in the ztpserver directory is the global config. The server has to be restarted to pick a config change up. The config in the ztp-root describes the config of the server for provisioning. + +Create folders in the nodes folder with the mac address of the device's management port. In this folder you can put the startup-config file, which the server will then distribute to this switch. + +Keep in mind, that you need the bootstrap file under the bootstrap folder for everything to work. + +For the rest, follow this tutorial: + +https://ztpserver.readthedocs.io/en/master/cookbook/helloWorld.html#prepare-your-switch-for-provisioning + +You have to reset the switches and set the options for the DHCP server listed under this link. -- GitLab