Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need to set up three new git repositories at https://platform.sunet.se/:

  1. cnaas-example-templates
  2. cnaas-example-settings
  3. cnaas-example-etc

...

For etc repository add a directory called dhcpd and then add a file called dhcpd.conf in there based on https://github.com/SUNET/cnaas-nms/blob/develop/docker/dhcpd/dhcpd.conf to dhcpd/dhcpd.conf

mkdir -p dhcpd && touch dhcpd/dhcpd.conf

In dhcd.conf replace the last subnet definition with the ZTP network for access switches you want to use for this distribution switch pair. If you have many pairs of distribution switches and ZTP networks you need to copy the subnet definition for each ZTP network.

...