From 490a514b7a5502ee22296e629903f4f8fd599fd3 Mon Sep 17 00:00:00 2001 From: Patrick Warichet Date: Wed, 6 Mar 2019 18:52:57 -0800 Subject: [PATCH] Update 2018-05-08-cable-management-with-ztp.md --- _blogs/2018-05-08-cable-management-with-ztp.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_blogs/2018-05-08-cable-management-with-ztp.md b/_blogs/2018-05-08-cable-management-with-ztp.md index d6be77b..992ba37 100755 --- a/_blogs/2018-05-08-cable-management-with-ztp.md +++ b/_blogs/2018-05-08-cable-management-with-ztp.md @@ -105,7 +105,7 @@ edge = { } } ``` -##Workflow +## Workflow The python script can be downloaded and executed trough the ZTP process. The script will perform the following tasks: 1. Create a configuration file that enable all the relevant interfaces and activate LLDP @@ -186,6 +186,3 @@ def encode_multipart_formdata(self, fields, files): content_type = 'multipart/form-data; boundary=%s' % BOUNDARY return content_type, body ``` - - -