Comenzar una conversación nueva

No resuelto

C

5 Mensajes

384

18 de octubre de 2019 11:00

Spine-leaf layer2 + ruteo en spine

Buenas tardes, necesito configurar  esat topologia:

Los S5232 son los SPINE, los S5248 leaf de servidores y los S4128F los leaf de accesos.

Configuro la topologia en L2, pero necesito que los Spine ruteen entre vlans y con el proveedor de servicio de internet (default gategay). Entiendo que para la redundancia se debe configurar VRRP, mi pregunta es  si  el  defaultGateway es la ip del managment o la de la virtual del VRRP.

Tendran ejemplo  basico de config de este  tipo..?

hostname L2-Spine1-S6010
interface ManagementEthernet 1/1
ip address 100.67.194.15/24
no shutdown
management route 0.0.0.0/0 100.67.194.254
 
hostname L2-Spine2-S6010
interface ManagementEthernet 1/1
ip address 100.67.194.16/24
no shutdown
management route 0.0.0.0/0 100.67.194.254
 
Router 1

Command Purpose
R1(config)# ip routing
R1(config)# ip vrrp
Enable routing on the switch using the ip routing command and use the ip vrrp command to enable the VRRP routing protocol on the switch.
R1(config)# interface vlan 10
R1(config-if-vlan10)# ip address 10.10.10.2 /24
Enter the selected VLAN interface and assign an IP address.
R1(config-if-vlan10)# vrrp 1 Set the VRID for the group.
R1(config-if-vlan10)# vrrp 1 10.10.10.1 Set the virtual IP address for the VRRP router.
R1(config-if-vlan10)# vrrp 1 mode
R1(config-if-vlan10)# vrrp 1 priority 20
Use the vrrp 1 mode command to activate the VRRP router. Use the vrrp 1 priority command to set the priority for master election. Range 1-254.
 


Router 2

Command Purpose
R2(config)# ip routing
R2(config)# ip vrrp
Enable routing on the switch using the ip routing command and use the ip vrrp command to enable the VRRP routing protocol on the switch.
R2(config)# interface vlan 10
R2(config-if-vlan10)# ip address 10.10.10.3 /24
Enter the selected VLAN interface and assign an IP address.
R2(config-if-vlan10)# vrrp 1 Set the VRID for the group.
R2(config-if-vlan10)# vrrp 1 10.10.10.1 Set the virtual IP address for the VRRP router.
R2(config-if-vlan10)# vrrp 1 mode
R2(config-if-vlan10)# vrrp 1 priority 200
Sin respuestas
¡No se encontraron eventos!

Top