Closed derek-shnosh closed 6 years ago
Timestamps for show downloads and show dhcp leases are friendly, whereas the timestamp for show provisioning is epoch time (I believe).
show downloads
show dhcp leases
show provisioning
derek@provision:~$ ztp show downloads #################################################################################################################################################### # time | ipaddr | filename | filesize | bytessent | percent | rate | active # #==================================================================================================================================================# # 2018-09-18 11:02:51 | 172.17.251.163 | network-confg | 69 | 8192 | 100.0 | 0 bps | False # # 2018-09-18 11:02:57 | 172.17.251.163 | ZTP-23CAFC2508-confg | 39134 | 40960 | 100.0 | 0 bps | False # #################################################################################################################################################### derek@provision:~$ ztp show dhcpd leases all ########################################################################################################################################### # ethernet | ip | start | end | state | uid # #=========================================================================================================================================# # ab:cd:ef:01:23:45 | 172.17.251.163 | 2018-09-18 11:01:20 | 2018-09-18 11:11:20 | free | "\000cisco-abcd.ef01.2345-Vl1" # ########################################################################################################################################### derek@provision:~$ ztp show provisioning ################################################################################################################################# # Timestamp | IP Address | Temp ID | MAC Address | Real IDs | Matched Keystore | Status # #===============================================================================================================================# # 1537293778.43 | 172.17.251.163 | ZTP-23CAFC2508 | ab:cd:ef:01:23:45 | FDO12345678 | FDO12345678 | Complete # #################################################################################################################################
Fixed in dev1.1.0i
Closing.
Timestamps for
show downloads
andshow dhcp leases
are friendly, whereas the timestamp forshow provisioning
is epoch time (I believe).