Start dev (#4)
* Add Netbox configuration and plugins * Add Containerlab topology * Add template * Update Documentation
This commit is contained in:
18
documentation/CookBook.md
Normal file
18
documentation/CookBook.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user