You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a situation where new switches need to be provisioned are behind NAT rules during the execution of the bootstrap script the new connections needed to fetch the config file might break in a situation where the ztpservers requests are NATing on the way.
Giving optional urls to failover when the 1st url does not work is one way to solve the problem.
Following are certain logs when a new Arista devices are provisioned and the requests undergo a destination NAT from 172.18.254.120 ----> 10.58.76.198.
Sep 7 03:56:09 localhost ZeroTouch: %ZTP-5-DHCP_SUCCESS: DHCP response received on Management1 [ Ip Address: 172.18.254.120/25; Gateway: 172.18.254.124; Boot File: http://172.18.110.169:8080/bootstrap ]
In a situation where new switches need to be provisioned are behind NAT rules during the execution of the bootstrap script the new connections needed to fetch the config file might break in a situation where the ztpservers requests are NATing on the way.
Giving optional urls to failover when the 1st url does not work is one way to solve the problem.
Following are certain logs when a new Arista devices are provisioned and the requests undergo a destination NAT from 172.18.254.120 ----> 10.58.76.198.
Sep 7 03:56:09 localhost ZeroTouch: %ZTP-5-DHCP_SUCCESS: DHCP response received on Management1 [ Ip Address: 172.18.254.120/25; Gateway: 172.18.254.124; Boot File: http://172.18.110.169:8080/bootstrap ]
Sep 7 03:56:14 localhost ZeroTouch: %ZTP-5-CONFIG_DOWNLOAD: Attempting to download the startup-config from http://172.18.110.169:8080/bootstrap
Sep 7 03:56:14 localhost ZeroTouch: %ZTP-5-CONFIG_DOWNLOAD_SUCCESS: Successfully downloaded config script from http://172.18.110.169:8080/bootstrap
Sep 7 03:56:14 localhost ZeroTouch: %ZTP-5-EXEC_SCRIPT: Executing the downloaded config script
Sep 7 03:56:18 localhost ZeroTouch: %ZTP-4-EXEC_SCRIPT_FAIL: Config script exited with an error.
Error code: 1. Output: SyslogManager: adding localhost handler. Retrieving config from server. GET http://10.58.76.198:8080/bootstrap/config. ERROR: Bootstrap process failed:. server connection error.
The text was updated successfully, but these errors were encountered: