https://github.com/netboxlabs/guided-trial
Follow these instructions for a guided tour of your free trial of NetBox Cloud from NetBox Labs
https://github.com/netboxlabs/guided-trial
netbox-cloud
Last synced: 11 months ago
JSON representation
Follow these instructions for a guided tour of your free trial of NetBox Cloud from NetBox Labs
- Host: GitHub
- URL: https://github.com/netboxlabs/guided-trial
- Owner: netboxlabs
- Created: 2023-08-07T10:48:41.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-15T09:52:01.000Z (over 1 year ago)
- Last Synced: 2025-04-06T02:51:13.609Z (about 1 year ago)
- Topics: netbox-cloud
- Language: Jinja
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# NetBox Cloud Guided Free Trial
Follow these instructions for a guided tour of your free trial of NetBox Cloud from NetBox Labs
## Explore DCIM
1. Get to know the Amsterdam Site, Rack, Devices, Cables, Circuits, and more! Follow this [guide](DCIM/explore-amsterdam-site.md).
2. Follow this [guide](DCIM/explore-device-nlams-1-sw-1.md) to learn how NetBox models Devices.
3. Get hands on! Add a new Switch to the Rack in Amsterdam by following this [guide](DCIM/add-new-device.md)
## Explore IPAM
1. Follow this [guide](IPAM/explore-ipam-data.md) to learn how NetBox models IPAM Data like - RIRs, Prefixes, IP Addresses and VLANs
2. Get hands on! Assign an IP address to the Amsterdam router by following this [guide](IPAM/assign-ip-address.md)
3. Get hands on! Follow this [guide](IPAM/import-ipam-data.md) to create a VLAN Group and then bulk import VLANs and Prefixes from a spreadsheet
## Explore Network Automation
1. Follow this [guide](Network-Automation/explore-netbox-apis.md) to get familiar with the NetBox REST and GraphQL APIs
2. Learn how NetBox uses Config Contexts and Config Templates to render network device configurations. See this [guide](Network-Automation/explore-provisioning.md)
3. Get hands on! Follow this [guide](Network-Automation/render-config-api.md) to render the configuration of a device using the REST API.
4. Get hands on! Follow this [guide](Network-Automation/add-webhook.md) to create and test a Webhook to an external system.
## Explore NetBox Branching
1. Follow this [guide](NetBox-Branching/work-with-branches.md) to get familiar with NetBox Branching workflows.