Last active
January 2, 2016 15:29
-
-
Save crazed/8323783 to your computer and use it in GitHub Desktop.
Revisions
-
crazed revised this gist
Feb 2, 2014 . No changes.There are no files selected for viewing
-
crazed created this gist
Jan 8, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ option option-150 code 150 = ip-address; option space JUNOS_ZTP; option JUNOS_ZTP.config-file-name code 1 = text; option JUNOS_ZTP.image-file-type code 2 = text; option JUNOS_ZTP.transfer-mode code 3 = text; option JUNOS_ZTP.alt-image-file-name code 4= text; option JUNOS_ZTP-encapsulation code 43 = encapsulate JUNOS_ZTP; subnet 172.16.200.0 netmask 255.255.255.0 { option routers 172.16.200.1; range dynamic-bootp 172.16.200.20 172.16.200.30; option option-150 172.16.200.1; option JUNOS_ZTP.config-file-name "kickstart.conf"; }