4 Commits

Author SHA1 Message Date
CML-TAC
85382ce2fc Added note in vJUNOS nodes to enabled performance counters in CML ESXI deployments. (#68)
* Update README.MD

Added note about enabled performance counters in ESXI deployments

* Update README.MD

Fixed formatting

* Update README.MD

Added note about enabling performance counters in ESXI.
2025-09-03 18:53:43 -04:00
Joe Clarke
4cae91833b Fix an indentation bug. 2025-09-03 17:10:26 -04:00
Joe Clarke
e75cf3389d Add a README to catalog external topologies. 2025-09-03 17:03:22 -04:00
Joe Clarke
b96eac424c Remove this orphaned stub module. 2025-09-03 17:01:03 -04:00
5 changed files with 29 additions and 6 deletions

20
lab-topologies/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Cisco Modeling Labs (CML) Use Cases
This directory contains sample topologies that can be loaded within CML.
## Topologies in This Repository
- Explore the subdirectories for available sample topologies hosted here.
## External Use Cases
The following sample topologies are not hosted in this repository but may be useful:
- [ciscolive-brkcrt-2059](https://github.com/CiscoLearning/ciscolive-brkcrt-2059) - Lab Up For Success With Cisco Modeling Labs.
## Contributing
If you wish to submit a sample topologies, you can either create a pull request to host it here in this repository, or you can submit a pull request
for this `README.md` alone that points to your CML use cases hosted elsewhere.
Feel free to contribute new topologies or suggest additional resources!

View File

@@ -270,11 +270,11 @@ nodes:
tags: []
x: 280
y: -160
interfaces:
- id: i0
label: eth0
slot: 0
type: physical
interfaces:
- id: i0
label: eth0
slot: 0
type: physical
- boot_disk_size: null
configuration:
- name: ios_config.txt

Submodule lab-topologies/ciscolive-brkcrt-2059 deleted from d13fd45574

View File

@@ -9,3 +9,5 @@ Image can be downloaded from https://support.juniper.net/support/downloads/?p=vj
Minimum CML version 2.8.0
Tested with vJUNOS ROUTER image version 23.2
For CML deployed in ESXI, `Performance Counters` should be enabled in CPU section of CML VM Edit settings. Without it the vJUNOS may not boot.

View File

@@ -9,3 +9,5 @@ Image can be downloaded from https://support.juniper.net/support/downloads/?p=vj
Minimum CML version 2.8.
Tested with vJUNOS SWITCH image version 23.2
For CML deployed in ESXI, `Performance Counters` should be enabled in CPU section of CML VM Edit settings. Without it the vJUNOS may not boot.