Задача:
Stack Configuration
The configuration details are as follows: Unit IDs: 1, 2, 3, 4
Unit names: unit 1, unit 2, unit 3, unit 4
Stack name: hello
Authentication mode: simple password
Password: welcome
Пример конфигурации:
Configure Switch A:
[4500]change unit-id 1 to 1
(меняем идентификационный номер коммутатора
)
[4500]fabric-port gigabitethernet1/0/51 enable
(разрешаем порт для стэка)
[4500]fabric-port gigabitethernet1/0/52 enable
(разрешаем порт для стэка)
[4500]sysname hello
(Задаем имя стека)
[hello]xrn-fabric authentication-mode simple welcome
(Прописываем режим аутентификации и пароль)
Configure Switch B:
[4500]change unit-id 1 to auto-numbering ( включаем автонумерацию)
[4500]fabric-port gigabitethernet2/0/27 enable
[4500]fabric-port gigabitethernet2/0/28 enable
[4500]sysname hello
[hello]xrn-fabric authentication-mode simple welcome
Configure Switch C:
[
4500]change unit-id 1 to auto-numbering
[4500]fabric-port gigabitethernet3/0/27 enable
[4500]fabric-port gigabitethernet3/0/28 enable
[4500]sysname hello
[hello]xrn-fabric authentication-mode simple welcome
Configure Switch D:
[4500]change unit-id 1 to auto-numbering
[4500]fabric-port gigabitethernet4/0/27 enable
[4500]fabric-port gigabitethernet4/0/28 enable
[4500]sysname hello
[hello]xrn-fabric authentication-mode simple welcome