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: cvp/plug_and_play/README.md
+4-37Lines changed: 4 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Each item in the lists above (e.g., inside `claim_switching_devices`) typically
125
125
| `image_name` | String | No | The name of the software image to provision. |
126
126
| `template_params` | Dictionary | No | Variables required by the Jinja2 template (e.g., VLAN ID, IP). |
127
127
| `device_info` | List | Yes | A list of specific devices to apply this configuration to. |
128
-
| `license_level` | String | No | License level applied when claiming a Catalyst switch / stack switch (e.g., `network-advantage`). Most commonly used with `pnp_type: Default` or `pnp_type: StackSwitch`. |
128
+
| `license_level` | String | No | License level applied when claiming a Catalyst switch / stack switch. Valid values: `Cisco DNA Essentials`, `Cisco DNA Advantage`. Most commonly used with `pnp_type: Default` or `pnp_type: StackSwitch`. |
129
129
| `top_of_stack_serial_number` | String | No | Serial number of the switch to designate as top-of-stack (Member 1 / Active) during stack renumbering. Must match a `serial_number` under `device_info`. Applicable only when `pnp_type: StackSwitch`. |
130
130
| `cabling_scheme` | Enum | No | Physical cabling topology of the Catalyst stack. Accepted values are `1A` and `1B`. Applicable only when `pnp_type: StackSwitch`. |
131
131
@@ -221,17 +221,6 @@ pnp_details:
221
221
is_sudi_required: false
222
222
is_stack_device: true
223
223
224
-
# Phase 2: CLAIM the stack device as StackSwitch (stack renumbering)
225
-
# Phase 1: ADD the stack device to PnP (Unclaimed)
226
-
network_devices:
227
-
- device_info:
228
-
- serial_number: FJC271925Q1
229
-
hostname: NY-EN-9300
230
-
state: Unclaimed
231
-
pid: C9300-48UXM
232
-
is_sudi_required: false
233
-
is_stack_device: true
234
-
235
224
# Phase 2: CLAIM the stack device as StackSwitch (stack renumbering)
236
225
claim_switching_devices:
237
226
- site_name: Global/USA/New York/NY_BLD1
@@ -242,11 +231,7 @@ pnp_details:
242
231
PNP_VLAN_ID: 2005
243
232
LOOPBACK_IP: 204.1.2.2
244
233
pnp_type: StackSwitch
245
-
license_level: network-advantage
246
-
top_of_stack_serial_number: FJC271925Q1
247
-
cabling_scheme: 1B
248
-
pnp_type: StackSwitch
249
-
license_level: dna-advantage
234
+
license_level: "Cisco DNA Advantage"
250
235
top_of_stack_serial_number: FJC271925Q1
251
236
cabling_scheme: 1B
252
237
device_info:
@@ -257,24 +242,7 @@ pnp_details:
257
242
is_stack_device: true
258
243
```
259
244
260
-
> **Stack renumbering:** `top_of_stack_serial_number` and `cabling_scheme` apply only when `pnp_type: StackSwitch`. `license_level` accepts the values reported by the device's `validLicenseLevels` (e.g. `network-advantage`, `advantage`); refer to your Catalyst Center version's API schema for the authoritative list.
261
-
262
-
#### Switch Stack with SUDI Authorization
263
-
264
-
When SUDI authorization is required, set `is_sudi_required: true` and list **every
265
-
stack member serial number** in `user_sudi_serial_nos` (sent to the API as
266
-
`userSudiSerialNos`).
267
-
268
-
```yaml
269
-
---
270
-
catalystcenter_version: 2.3.7.9
271
-
pnp_details:
272
-
claim_switching_devices:
273
-
- site_name: Global/USA/New York/NY_BLD1
274
-
project_name: Onboarding Configuration
275
-
```
276
-
277
-
> **Stack renumbering:** `top_of_stack_serial_number` and `cabling_scheme` apply only when `pnp_type: StackSwitch`. `license_level` accepts the values reported by the device's `validLicenseLevels` (e.g. `network-advantage`, `advantage`); refer to your Catalyst Center version's API schema for the authoritative list.
245
+
> **Stack renumbering:** `top_of_stack_serial_number` and `cabling_scheme` apply only when `pnp_type: StackSwitch`. `license_level` accepts `Cisco DNA Essentials` or `Cisco DNA Advantage`.
278
246
279
247
#### Switch Stack with SUDI Authorization
280
248
@@ -290,7 +258,7 @@ pnp_details:
290
258
- site_name: Global/USA/New York/NY_BLD1
291
259
project_name: Onboarding Configuration
292
260
pnp_type: StackSwitch
293
-
license_level: dna-advantage
261
+
license_level: "Cisco DNA Advantage"
294
262
top_of_stack_serial_number: FJC271925Q1
295
263
cabling_scheme: 1B
296
264
device_info:
@@ -966,4 +934,3 @@ Use either of these forms:
966
934
967
935
- Relative to the playbook: `../vars/catalyst_center_pnp_vars.yml`
968
936
- Fully resolved from the repo root: `${PWD}/cvp/plug_and_play/vars/catalyst_center_pnp_vars.yml`
-`image_name` / `golden_image`: Software image to provision.
41
41
-`pnp_type`: `Default`, `CatalystWLC`, `AccessPoint`, or `StackSwitch`.
42
-
-`license_level`: License level applied when claiming a switch / stack switch (e.g., `network-advantage`).
42
+
-`license_level`: License level applied when claiming a switch / stack switch. Valid values: `Cisco DNA Essentials`, `Cisco DNA Advantage`.
43
43
-`top_of_stack_serial_number`: Serial number designated as top-of-stack (Member 1 / Active) for stack renumbering. Applicable only when `pnp_type: StackSwitch`.
44
44
-`cabling_scheme`: Physical cabling topology of the stack. Accepted values: `1A`, `1B`. Applicable only when `pnp_type: StackSwitch`.
0 commit comments