Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions _blogs/2018-05-08-cable-management-with-ztp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -186,6 +186,3 @@ def encode_multipart_formdata(self, fields, files):
content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
return content_type, body
```