Skip to content

Commit

Permalink
enabler: Add initial docs for using network device images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 14, 2024
1 parent 63b83e8 commit afaeee5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion internal-lab-setup-assets/images/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Network Device Images

This folder is intended to contain images used by emulated network devices in ContainerLab.

The images are not included in the git repository for obvious reasons.
- Licensing
- Size
- Size

But... if you happen to have the Cisco XRd image from CCO, here are some notes.

## Cisco XRd Control Plane

1. Retrieve control plane version of XRd from Cisco: https://software.cisco.com/download/home/286331236/type/280805694

2. Move it into the `images/` folder in this repository on your lab VM.

3. Load it into docker and tag it locally
- `docker load -i xrd-control-plane-container-x64.dockerv1.tgz`
- `docker tag localhost/ios-xr:7.11.1 localhost/xrd-control-plane` (note: match the version to the one you downloaded, which may be newer)

0 comments on commit afaeee5

Please sign in to comment.