You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
# Catalyst SD-WAN Lab 2.0.10 [May 13, 2024]
1
+
# Catalyst SD-WAN Lab 2.0.12 [Jun 18, 2024]
2
+
3
+
- Added CML PATty support
4
+
- In delete task, print lab name when asking user to confirm if lab should be deleted
5
+
- In add task, added check to avoid deploying labs with duplicate names (although CML allows labs with duplicate names, this creates confusion for other tasks where lab name is used)
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,10 @@ The easiest way to run the tool is to provide all the lab variables in the rc fi
139
139
140
140
Note that if password was not defined, the user will be prompted for a password.
141
141
142
+
Note that MANAGER_IP can be:
143
+
- an IP address: SD-WAN Manager will be reachable over this IP address. By default the IP address should come from the same subnet as CML IP, unless custom bridge is specified during deploy task.
144
+
- a PATty port in format "pat:<outside-port>": SD-WAN Manager will be reachable over CML IP port <outside-port>. Before using this option, PATTy needs to be enabled on the CML server as per [CML documentation](https://developer.cisco.com/docs/modeling-labs/patty-tool-overview/).
145
+
142
146
### Task-specific Parameters
143
147
Task-specific parameters and options are defined after the task is provided. Each task has its own set of parameters. Check the task documentation to learn more about task-specific parameters.
0 commit comments