forked from ipspace/netlab-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
25 additions
and
114 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
# Netlab Examples | ||
|
||
This repository contains dozens of _netlab_ examples, many of them [explained in ipSpace.net blog posts](https://blog.ipspace.net/tag/netlab.html). You can [install *netlab*](https://netlab.tools/install/) and run them locally (even on [Apple silicon](https://blog.ipspace.net/2024/03/netlab-bgp-apple-silicon.html)), or [explore them in a (free) GitHub codespace](https://github.com/codespaces/new/ipspace/netlab-examples) (see [BGP labs](https://bgplabs.net/4-codespaces/) for more details). | ||
|
||
The networking technologies examples include: | ||
|
||
* An interesting [Ansible](Ansible) example | ||
* Over a dozen [BGP](BGP) examples | ||
* Various [DHCP](DHCP) scenarios from the [DHCP relaying series](https://blog.ipspace.net/series/dhcp-relay.html) | ||
* A [DMVPN](DMVPN) and an [EIGRP](EIGRP) topology | ||
* VXLAN- and MPLS-based [EVPN](EVPN) examples | ||
* An [IS-IS](ISIS) topology | ||
* [IP routing](routing) examples | ||
* [MPLS](MPLS) examples | ||
* Several [OSPF](OSPF) examples | ||
* [VLAN](VLAN) and [VRF](VRF) examples | ||
* [VXLAN](VXLAN) examples | ||
* A [WAN](WAN) emulation example | ||
|
||
_netlab_ examples include: | ||
|
||
* A [custom configuration](config) example | ||
* [Multi-platform](multi-platform) examples | ||
* [Plugin examples](plugins) | ||
* A [topology](timing) used to [measure network device boot times](https://blog.ipspace.net/2023/02/virtual-device-boot-times.html) |