Skip to content

Commit

Permalink
docs: add sztp diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Jun 17, 2024
1 parent 5f6edc8 commit 6d629f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sztp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Took from <https://github.com/opiproject/sztp>

## Diagram

```mermaid
graph LR;
DPU[DPU or IPU]
Proxy[DHCP Proxy or Relay*]
DPU-->Proxy;
Proxy-->DHCPServer*;
Proxy-->BootstrapServer;
Proxy-->FileServer*;
Proxy-->DNSServer*;
Proxy-->SyslogServer*;
```

## Run on Management server

Find the correct Bootsrap port:
Expand Down

0 comments on commit 6d629f7

Please sign in to comment.