bkumar100

updated

7 years ago

B

bkumar100

1 Rookie

12 Posts

0

7451

June 23rd, 2019 19:00

VRRP over VLT or VLT with peer-routing

Hi, 

I want to use VLT with peer-routing for our network with following configuration:

on

S4148FE_S1

===

vlt-domain 80
backup destination 10.0.18.2
discovery-interface ethernet 1/1/27
discovery-interface ethernet 1/1/28
peer-routing

!

interface vlan 100
ip address 172.16.56.1/24

!

spanning-tree mode rstp
spanning-tree rstp priority 0

 

S4148FE_S1

=========

vlt-domain 80
backup destination 10.0.18.1
discovery-interface ethernet 1/1/27
discovery-interface ethernet 1/1/28
peer-routing

!

interface vlan 100
ip address 172.16.56.2/24

!

spanning-tree mode rstp
spanning-tree rstp priority 4096

 

 

Do I need to configure VRRP on this network or it is good? and I have PCs and Servers Connected with these switch, Which IP address would be a Gateway of end devices? S1 vlan IP or S2 vlan IP if there is VRRP?

Thanks everyone.