Skip to content

Commit

Permalink
Add ZTP in community note
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Feder <[email protected]>
  • Loading branch information
matofeder committed Sep 16, 2024
1 parent f1eb339 commit e3675e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/sonic/ZTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ options refer to the [docs](https://github.com/sonic-net/SONiC/blob/master/doc/z
}
}
```

### ZTP in community version

Zero Touch Provisioning is not enabled by default in SONiC community images. Run the following command:
```bash
$ show ztp status
ZTP feature unavailable in this image version
```

To enable ZTP, you'll need to build your own image with the `ENABLE_ZTP = y` option, which adds ZTP support.

Note that the SONiC Edge-core enterprise image comes with ZTP enabled by default.

0 comments on commit e3675e5

Please sign in to comment.