Skip to content

All our tips and tricks on provisioning Juniper gear.

Notifications You must be signed in to change notification settings

openfibernet/juniper-ztp

Repository files navigation

juniper-ztp

All our tips and tricks on provisioning Juniper gear.

Installation

Setup ISC DHCP

yum -y install dhcp
mv dhcpd.conf /etc/dhcp/dhcpd.conf

Setup a webserver

yum -y install nginx
mv nginx.conf /etc/nginx/sites-available/zerotouch.conf
ln -s /etc/nginx/sites-available/zerotouch.conf /etc/nginx/sites-enabled/zerotouch.conf
mkdir -p /opt/zerotouch

Python version:

mv cpe-hostname.py /opt/zerotouch
mv default.python.conf /opt/zerotouch/default.conf

Slax version:

mv cpe-hostname.slax /opt/zerotouch
mv default.slax.conf /opt/zerotouch

About

All our tips and tricks on provisioning Juniper gear.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages