Brocade VDX 6700 series switch vrrp 設定

Brocade_VDX_教育訓練教材(點此下載)

架構使用兩台 VDX 6740 及兩台 VDX6710 做成 VCS
SW1-VDX6740# show fabric all

VCS Id: 1
Config Mode: Distributed

Rbridge-id WWN IP Address Name
—————————————————————————-
1 10:00:50:EB:XX:XX:XX:XX 0.0.0.0 >”SW1-VDX6740″*
2 10:00:50:EB:XX:XX:XX:XX 192.168.1.173 “SW2-VDX6710”
3 10:00:50:EB:1A:XX:XX:XX 192.168.1.172 “SW3-VDX6740”
4 10:00:50:EB:1A:XX:XX:XX 0.0.0.0 “SW4-VDX6710”

The Fabric has 4 Rbridge(s)

在 rbridge 1 (Master) 上面的 ve 21 設定

interface Ve 21
ip dhcp relay address 192.168.100.1
ip proxy-arp
ip address 192.168.1.252/24
no shutdown
vrrp-extended-group 21
virtual-ip 192.168.1.254
enable
no preempt-mode
advertise-backup
!
!

在 rbridge 3 (Slave) 上面設定
interface Ve 21
ip dhcp relay address 192.168.100.1
ip proxy-arp
ip address 192.168.1.253/24
no shutdown
vrrp-extended-group 21
virtual-ip 192.168.1.254
enable
no preempt-mode
priority 110
advertise-backup
!

SW1-VDX6740# show vrrp summary rbridge-id 1
============Rbridge-id:1============

Total number of VRRP session(s) : 30
Master session count : 30
Backup session count : 0
Init session count : 0

VRID Session Interface Admin Current State Short-path Revert SPF
State Priority Forwarding Priority Reverted
==== ======= ========= ===== ======== ===== ========== ======== ========

20 VRRPE Ve 20 Enabled 100 Master Disabled unset No
21 VRRPE Ve 21 Enabled 100 Master Disabled unset No

SW1-VDX6740# show vrrp summary rbridge-id 3
============Rbridge-id:3============

Total number of VRRP session(s) : 30
Master session count : 0
Backup session count : 30
Init session count : 0

VRID Session Interface Admin Current State Short-path Revert SPF
State Priority Forwarding Priority Reverted
==== ======= ========= ===== ======== ===== ========== ======== ========

20 VRRPE Ve 20 Enabled 110 Backup Disabled unset No
21 VRRPE Ve 21 Enabled 110 Backup Disabled unset No

Comments are closed.