Stackwise Virtual
StackWise Virtual (SVL) enables two physical Catalyst switches to operate as a single logical switch by combining their control planes over dedicated StackWise Virtual Links (SVL). This provides simplified management, unified forwarding, and sub-second failover without the complexity of traditional high-availability protocols.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (iosxe.devices)
Section titled “configuration (iosxe.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| stackwise_virtual | Class | [stackwise_virtual] | No |
stackwise_virtual (iosxe.devices.configuration)
Section titled “stackwise_virtual (iosxe.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| domain | Integer | min: 1, max: 255 | Yes | |
| dual_active_detection_pagp | Boolean | true, false | No | |
| dual_active_detection_pagp_trust_channel_group | Integer | min: 1, max: 128 | No | |
| interfaces | List | [interfaces] | No |
interfaces (iosxe.devices.configuration.stackwise_virtual)
Section titled “interfaces (iosxe.devices.configuration.stackwise_virtual)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| type | Choice | GigabitEthernet, TwoGigabitEthernet, FiveGigabitEthernet, TenGigabitEthernet, TwentyFiveGigE, FortyGigabitEthernet, FiftyGigabitEthernet, HundredGigE, TwoHundredGigE, FourHundredGigE | Yes | |
| id | String | Yes | ||
| link | Integer | min: 1, max: 2 | No | |
| dual_active_detection | Boolean | true, false | No |
Sample Configuration:
Section titled “Sample Configuration:”stackwise-virtual domain 10 dual-active detection pagp trust channel-group 1!interface HundredGigE1/0/25 stackwise-virtual link 1!interface HundredGigE1/0/26 stackwise-virtual link 2!interface TwentyFiveGigE1/0/1 stackwise-virtual dual-active-detectionExample Code:
Section titled “Example Code:”iosxe: devices: - name: switch-1 configuration: stackwise_virtual: domain: 10 dual_active_detection_pagp: true dual_active_detection_pagp_trust_channel_group: 1 interfaces: - type: HundredGigE id: 1/0/25 link: 1 - type: HundredGigE id: 1/0/26 link: 2 - type: TwentyFiveGigE id: 1/0/1 dual_active_detection: true