...
| Примечание |
|---|
В версии ПО 1.36.4 2 в качестве cluster-интерфейса поддержан только bridge. |
...
| Блок кода | ||
|---|---|---|
| ||
wlc-1# show vrrp Unit 1* 'wlc-1' ------------------ Virtual router Virtual IP Priority Preemption State Inherit Synchronization Sync group ID -------------- --------------------------------- -------- ---------- ------ ------- ------------------ 1 198.51.100.1/32 130 Disabled Master -- Disabled Master 1 2 192.168.1.1/32 130 Disabled Master -- 1 3 192.168.2.1/32 130 Disabled Master -- 1 Unit 2 'wlc-2' ------------------ Virtual router Virtual IP Priority Preemption State Inherit Sync group ID -------------- --------------------------------- -------- ---------- ------ ------- ------------- 1 198.51.100.1/32 120 Disabled Backup -- 1 2 192.168.1.1/32 120 Disabled Backup -- 1 3 192.168.2.1/32 120 Disabled Backup -- 1 |
| Scroll Pagebreakscroll-pagebreak |
|---|
Настройка WLC (схема 1+2)
...
| Блок кода | ||
|---|---|---|
| ||
cluster
cluster-interface bridge 1
unit 1
mac-address e4:5a:d4:a0:be:35
exit
unit 2
mac-address a8:f9:4b:af:35:84
exit
unit 3
mac-address 68:13:e2:7e:80:46
exit
enable
exit
hostname wlc-1 unit 1
hostname wlc-2 unit 2
hostname wlc-23 unit 3
vlan 2449
force-up
exit
security zone SYNC
exit
bridge 1
vlan 1
security-zone SYNC
ip address 198.51.100.254/24 unit 1
ip address 198.51.100.253/24 unit 2
ip address 198.51.100.252/24 unit 3
vrrp 1
ip 198.51.100.1/24
group 1
enable
exit
enable
exit
bridge 5
vlan 2449
security-zone trusted
ip address 192.168.1.4/24 unit 1
ip address 192.168.1.3/24 unit 2
ip address 192.168.1.2/24 unit 3
vrrp 2
ip 192.168.1.1/32
group 1
enable
exit
no spanning-tree
enable
exit
interface gigabitethernet 1/0/2
description "Local"
mode switchport
switchport mode trunk
switchport trunk allowed vlan add 3,2449
exit
interface gigabitethernet 1/0/3
mode switchport
spanning-tree disable
exit
interface gigabitethernet 2/0/2
description "Local"
mode switchport
switchport mode trunk
switchport trunk allowed vlan add 3,2449
exit
interface gigabitethernet 2/0/3
mode switchport
spanning-tree disable
exit
interface gigabitethernet 3/0/2
description "Local"
mode switchport
switchport mode trunk
switchport trunk allowed vlan add 3,2449
exit
interface gigabitethernet 3/0/3
mode switchport
spanning-tree disable
exit
security zone-pair SYNC self
rule 1
action permit
match protocol icmp
enable
exit
rule 2
action permit
match protocol vrrp
enable
exit
rule 3
action permit
match protocol ah
enable
exit
exit |
...
| Раскрыть | ||
|---|---|---|
|
...
| Блок кода | ||
|---|---|---|
| ||
wlc-1# show vrrp Unit 1* 'wlc-1' ------------------ wlc-1# show vrrp Virtual router Virtual IP Priority Preemption State Inherit Synchronization Sync group ID -------------- --------------------------------- -------- ---------- ------ --------- ---------------- 1 198.51.100.1/32 100130 Disabled Master Enabled -- Master 1 2 192.168.1.1/32 100130 Disabled Master Enabled-- Master 1 3 192.168.2.1/32 100130 Disabled Master Enabled -- Master 1 Unit 2 'wlc-2' ------------------ wlc-1# show vrrp Virtual router Virtual IP Priority Preemption State Inherit SynchronizationSync group ID -------------- --------------------------------- -------- ---------- ------ --------- ---------------- 1 198.51.100.1/32 100120 Disabled Backup Enabled -- Backup 1 2 192.168.1.1/32 32 100 Enabled 120 Backup Disabled 1 Backup -- 1 3 192.168.2.1/32 100120 Disabled Backup Enabled-- Backup 1 Unit Unit 3 'wlc-3' ------------------ wlc-1# show vrrp Virtual router Virtual IP Priority Preemption State SynchronizationInherit Sync group ID -------------- --------------------------------- -------- ---------- ------ ------- ------------------ 1 198.51.100.1/32 100110 Disabled Backup Enabled-- Backup 1 2 192.168.1.1/32 100110 Disabled Backup Enabled-- Backup 1 3 192.168.2.1/32 100110 Disabled Backup Enabled -- Backup 1 |
| Scroll Pagebreak |
|---|
Настройка System prompt
...