* Add Netbox configuration and plugins * Add Containerlab topology * Add template * Update Documentation
19 lines
273 B
Markdown
19 lines
273 B
Markdown
# CookBook
|
|
|
|
>[!WARNING]
|
|
>
|
|
> Work in progress
|
|
>
|
|
|
|
## Prepare data
|
|
|
|
### Popule data in Netbox
|
|
|
|
Generate a Netbox token via webui and execute the python script
|
|
|
|
```bash
|
|
python import.py http://localhost:8080 YOUR_NETBOX_TOKEN device_model.yml subnets.yml
|
|
```
|
|
|
|
## Create Fabric
|