-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added tim's post on nrx/srl/digital twin (#161)
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
date: 2024-08-01 | ||
tags: | ||
- media | ||
- packet pushers | ||
- containerlab | ||
- digital twin | ||
--- | ||
|
||
# Creating a Network Digital Twin with Containerlab and NetBox | ||
|
||
<small>:material-youtube: [Packet Pushers Video Byte](https://www.youtube.com/watch?v=jMHf8pVNV_c)</small> | ||
|
||
A network digital twin can let engineers test changes before they get pushed into production. In this Video Byte, we discuss how to Nokia's Containerlab, in tandem with NetBox, to build a digital twin. [Containerlab][clab] is an open-source tool that lets you run containerized versions of network operating systems and build network topologies. And by pairing with NetBox, a network source of truth, you can pull actual device configurations into your Containerlab environment to build your digital twin. | ||
|
||
The Packet Pushers' Ethan Banks talks with Tim Raphael from Nokia and Mark Coleman from NetBox Labs on how make this happen. | ||
|
||
<div class="iframe-container"> | ||
<iframe width="100%" src="https://www.youtube.com/embed/jMHf8pVNV_c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
|
||
Participants: | ||
|
||
- [:material-linkedin:](https://www.linkedin.com/in/timraphael215) Tim Raphael | ||
- [:material-linkedin:](https://www.linkedin.com/in/markrobertcoleman) Mark Coleman | ||
|
||
[clab]: https://containerlab.dev/ |