在 Switch1 上的配置:
enable
configure terminal
# 配置虚拟化堆叠
stackwise-virtual domain 1
switch 1 priority 15
switch 2 priority 14
!
interface TenGigabitEthernet1/1/1
stackwise-virtual link 1
!
interface TenGigabitEthernet1/1/2
stackwise-virtual link 2
!
end
write memory
在 Switch2 上的配置:
enable
configure terminal
# 配置虚拟化堆叠
stackwise-virtual domain 1
switch 1 priority 15
switch 2 priority 14
!
interface TenGigabitEthernet1/1/1
stackwise-virtual link 1
!
interface TenGigabitEthernet1/1/2
stackwise-virtual link 2
!
end
write memory