How to configure VRRP on DLink DGS 3630 DGS 3130 DGS 3400 Series Switch

Описание к видео How to configure VRRP on DLink DGS 3630 DGS 3130 DGS 3400 Series Switch

VRRP Master Switch Configuration
In my Topology Left Hand Side switch as acting as VRRP Master
!
vlan 10,20,30,40,50
!
interface ethernet 1/0/1
switchport mode access
switchport access vlan 10
exit
!
interface ethernet 1/0/2
switchport mode access
switchport access vlan 20
exit
!
interface ethernet 1/0/3
switchport mode access
switchport access vlan 30
exit
!
interface ethernet 1/0/4
switchport mode access
switchport access vlan 40
exit
!
interface ethernet 1/0/5
switchport mode access
switchport access vlan 50
exit
!
!
interface ethernet 1/0/20
switchport mode trunk
switchport trunk allowed vlan 10,20,30,40,50
no sh
exit
!
!
interface Vlan10
ip address 192.168.10.1 255.255.255.0
vrrp 10 ip 192.168.10.254
vrrp 10 priority 200
exit
!
interface Vlan20
ip address 192.168.20.1 255.255.255.0
vrrp 20 ip 192.168.20.254
vrrp 20 priority 200
exit
!
interface Vlan30
ip address 192.168.30.1 255.255.255.0
vrrp 30 ip 192.168.30.254
vrrp 30 priority 200
exit
!
interface Vlan40
ip address 192.168.40.1 255.255.255.0
vrrp 40 ip 192.168.40.254
vrrp 40 priority 200
exit
!
interface Vlan50
ip address 192.168.50.1 255.255.255.0
vrrp 50 ip 192.168.50.254
vrrp 50 priority 200
exit
!
spanning-tree global state enable
spanning-tree priority 4096
spanning-tree mode rstp

--------------------------

VRRP Backup Switch Configuration
In my Topology Right Hand Side switch as acting as VRRP Backup
--------------------------
vlan 10,20,30,40,50
!
interface ethernet 1/0/1
switchport mode access
switchport access vlan 10
exit
!
interface ethernet 1/0/2
switchport mode access
switchport access vlan 20
exit
!
interface ethernet 1/0/3
switchport mode access
switchport access vlan 30
exit
!
interface ethernet 1/0/4
switchport mode access
switchport access vlan 40
exit
!
interface ethernet 1/0/5
switchport mode access
switchport access vlan 50
exit
!
!
interface ethernet 1/0/20
switchport mode trunk
switchport trunk allowed vlan 10,20,30,40,50
no sh
exit
!
interface Vlan10
ip address 192.168.10.2 255.255.255.0
vrrp 10 ip 192.168.10.254
!
interface Vlan20
ip address 192.168.20.2 255.255.255.0
vrrp 20 ip 192.168.20.254
!
interface Vlan30
ip address 192.168.30.2 255.255.255.0
vrrp 30 ip 192.168.30.254
!
interface Vlan40
ip address 192.168.40.2 255.255.255.0
vrrp 40 ip 192.168.40.254
!
interface Vlan50
ip address 192.168.50.2 255.255.255.0
vrrp 50 ip 192.168.50.254
!
spanning-tree global state enable
spanning-tree priority 8192
spanning-tree mode rstp
----------------------------------------

Комментарии

Информация по комментариям в разработке