You are on page 1of 34

 Agregar Ancho de Banda.

 Alta Disponibilidad.
 Redundancia.
 FailOver.
Agenda
D ATA C E N T E R

Gestión Servidores

Redes Storage
DATA CENTER

Data Center Infraestructure Management (DCIM)


ARQUITECTURA DEL DATACENTER
DATA CENTER
ARQUITECTURA DEL DATACENTER
Networking Arquitectura Tradicional
Networking Virtualización de la Red
Networking Escalabilidad y Alta Disponibilidad
Networking Casos de Uso

Campus Core

 Alta Disponibilidad.
 Redundancia.
Distribution Layer
 Tolerancia a Fallos. ← Switches →

 Mayor Velocidad.
 Mayor Ancho de
banda.

Access Layer Switches


Networking Casos de Uso

 Alta Disponibilidad.
 Redundancia.
 Tolerancia a Fallos.
 Mayor Velocidad.
 Mayor Ancho de
banda.
Networking Casos de Uso

 Alta Disponibilidad.
 Redundancia.
 Tolerancia a Fallos.
 Mayor Velocidad.
 Mayor Ancho de
banda.

Network redundancy using Link Aggregation Control Protocol (LACP)


Cisco
EtherChannel

Provides full-duplex bandwidth up to 40Gbps (Gigabit EtherChannel)


Cisco
Ethernet Channel and LACP Comparison
Feature Ethernet Channel Link Aggregation
Switch must use IEEE standard, Fast or Gig Ethernet Switch must support IEEE 802.3ad Link Aggregation
Switch Support

Link Speeds Allows links of different speeds Disables links with a different speed than the majority

Duplex Full or half Full

Number of Ports 2, 4, or 8 2 - 12

Broken links are physically marked as “up” on the


Better link control: LACPDU frames are transmitted on
Data Mover, but the switch will detect the down
Availability link and redirect traffic to the Data Mover down
each link in the aggregation to ensure they are not
broken
other links

Misconfiguration
Misconfigured links difficult to detect Detects misconfigured links and marks them as down
Protection
Cisco Configuración EtherChannel
Cisco Verificando el Port Channel
Cisco Verificando el Port Channel
Windows
La combinación de dos o más
adaptadores de red, donde el
Sistema operativo tratará como uno
solo, incorporando tolerancia a
fallos, mayor ancho de banda,
puertos redundantes.
Windows

Windows Server 2012


• Trae tolerancia a fallos de red y continuidad en
funcionamiento.
• Agrega ancho de banda y velocidad para
múltiples dispositivos de red (NIC).

Windows Server 2012 R2


• Introduce un Nuevo modo, Dynamic Mode.
• Basado en balance de tráfico por FLOWS
• Optimiza el flujo de tráfico de los grupos de
NICS, Team Nic.
Windows
Switch
independent
team

Switch
dependent
team
Windows
Windows
Windows
Windows
Data Storage

720TB
24TB/h 15PB
Dedup
20:1
Linux Debian
Instalamos el paquete necesario, por default Configuramos la interfaz y añadimos las físicas.
Debian trae ifenslave y ethtool. # vi /etc/network/interfaces
# apt-get update iface bond0 inet static
# apt-get install ifenslave address 192.168.0.187
netmask 255.255.255.0
Activamos el módulo a mano para proceder a network 192.168.0.0
configurar el bonding en los pasos gateway 192.168.0.1
posteriores: slaves eth0 eth1
# modprobe bonding bond_mode 4
bond_miimon 100
Comprobamos que el módulo está cargado: bond_downdelay 200
# lsmod | grep bonding bond_updelay 200

Bond Mode 0 (balance-rr) ROUNDDOBIN Reiniciamos el servicio de red.


# /etc/init.d/networking restart
Bond Mode 1 (active-backup) FAILOVER
Bond Mode 2 (balance-xor) BALANCE Y TOLERANCIA A FALLOS
Bond Mode 3 (broadcast) TOLERANCIA A FALLOS
Bond Mode 4 (802.3ad) LACP AUTO
Bond Mode 5 (balance-tlb) BALANCE INDEPENDIENTE
Bond Mode 6 (balance-alb) BALANCE SEGURIDAD ARP
Linux Debian

Ahora listaremos
las interfaces de red
y veremos como
tenemos: eth0,
eth1, bond0 y el
loopback:

# ifconfig -a
Linux Debian

El estado del bonding


podemos
comprobarlo a través
del fichero:
/proc/net/bonding/bond0:

# cat /proc/net/bonding/bond0
REFERENCIAS BIBLIOGRÁFICAS:

 Céspedes X. (2012). Bonding con trunk y lacp server debian.


 Cengage. (2018). MCSA Guide to Networking with Windows Server
2016
 Claus R. (2012). Windows Server 2012 NIC Teaming.
 Fernández J. (2014). Enterprise Servers, Storage & Networking.
IBERIA Presales Manager
 CCNA Routing and Switching (2013). CCNA Routing and Switching

You might also like