I succeded to get this :
root> show system autoinstallation status Autoinstallation status: Master state: Active Last committed file: None Configuration server of last committed file: None Interface: Name: fe-0/0/0 State: Configuration Commit Acquired: Address: 192.168.1.240 Hostname: router1 Hostname source: DHCP Configuration filename: router1.conf Configuration filename server: 192.168.1.4 Address acquisition: Protocol: DHCP Client Acquired address: 192.168.1.240
dhcp conf :
host router1 { hardware ethernet XX:XX:XX:XX:XX:XX; fixed-address 192.168.1.240; option option-150 192.168.1.4; option host-name "router1" ; }
The issue is that when i plug a new router just out from the box ( fe-0/0/0 ). he does not get the ip address and the conf file. When he boot up and i execute the "show system autoinstallation status i found that all is good. How can i force the srx 100 to boot on the tftp conf file ?