Replies: 3 comments 2 replies
-
Could you pull the snapshot YAML file from your VM and upload to CML? Or are you recommending a plugin for netlab? |
Beta Was this translation helpful? Give feedback.
-
There is no such feature in the netlab roadmap. What would be the value of this one ? Once I have a lab up and running, why would I want to transfer it to CML and work it in CML instead of just working it? Its already running. You could write a 3rd party tool to parse netlab data structures + generated configs and transform them into what CML wants to digest.
|
Beta Was this translation helpful? Give feedback.
-
If someone has a running CML and enough Python chops, a CML provider would be quite welcome. It would also nicely answer the occasional question of "why should I use netlab instead of CML" 😉 Such a provider would:
This approach might work better than building the whole configuration and storing it into a YAML file. netlab never generates a complete device configuration; every module-specific device template (for example, |
Beta Was this translation helpful? Give feedback.
-
Cisco CML currently provides a REST API that allows for the creation and deletion of labs. Labs are defined in YAML format which defines the links as well as the config itself. This seems to be a perfect use case for Netlab where Netlab could create the lab, links and config. Is there a possibility of this being on the roadmap?
Beta Was this translation helpful? Give feedback.
All reactions