在 Switch1 上的配置:
enable
configure terminal
# 配置主机名
hostname Switch1
# 配置堆叠基准MAC地址
switch 1 priority 15
switch 1 renumber 1
# 配置堆叠接口
interface TenGigabitEthernet1/1/1
stackwise-480 link 1
# 保存配置
end
write memory
在 Switch2 上的配置:
enable
configure terminal
# 配置主机名
hostname Switch2
# 配置堆叠基准MAC地址
switch 1 priority 14
switch 1 renumber 2
# 配置堆叠接口
interface TenGigabitEthernet1/1/1
stackwise-480 link 1
# 保存配置
end
write memory
假设您有两台交换机,分别为Switch1和Switch2,它们通过TenGigabitEthernet1/1/1接口进行堆叠连接。您需要根据实际情况进行调整。堆叠连接使用特定的物理接口,如示例中的 TenGigabitEthernet1/1/1