Está en la página 1de 4

EtherChannel

-Tolerancia a fallas
-Redundancia
-Suma de velocidades

Consideraciones Importantes
Las interfaces deben de ser iguales
- Velocidad
- Dúplex
- Misma configuración Acceso/Troncal
Misma Vlan
Se pueden unificar mínimo 2 y máximo 8
Todos los puertos que vas a unificar tienen que ser de la misma velocidad
Solo pueden existir 6 EtherChannel port
Todos los puertos que se van a unificar tienen que estar en el mismo modo ya sea troncal o
acceso
Los puertos tienen que ser igual, lo que pude ser diferente es el número de interfaz

Desventajas
Recursos Físicos

LACP
Active
Passive

PAgP
Auto
Deseable
Configuracion
Crear rango de puertos
S1(Config)# int range f0/1, f0/10, f0/24
S1(Config-if)# channel-group (1-6 ) mode (On, Passive, Active, Auto, Deseable)

FHRP
(First Hop Redundancy Protocol)
Gateway Virtual

HRSP
(Host Standby Router Protocol)
Protocolo de Cisco
Contador de saltos = en la pc command promtp tracert 209.165.200.226
Which devices are on the path from PC-A to the Web Server?

PC- A

R1 192-168.1.1

R2 10.1.1.2

Net 10.100.100.2

Web Server 209.165.200.226

PC- B

R3 192.168.1.3
R2 10.1.1.2
Net 10.100.100.2
Web Server 209.165.200.226
Without connection over R3 and S3
PC- B
1 * * * Request timed out.
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
Non connection

Observe HSRP Operation


PC- B
R1 192.168.1.1
R2 10.1.1.2
Net 10.100.100.2
Web Server 209.165.200.226
Break the link to R1
PC- B
R3 192.168.1.3
R2 10.1.1.2
Net 10.100.100.2
Web Server 209.165.200.226

Restore the link to R1


Pc- B
R1 192.168.1.1
R2 10.1.1.2
Net 10.100.100.2
Web Server 209.165.200.226
R1(config)# interface g0/1

R1(config-if)# standby version 2

R1(config-if)# standby 1 ip (Direccion correspondiente segun la tabla de


ruteo)

R1(config-if)# standby 1 priority 150

R1(config-if)# standby 1 preempt
Para configurar el principal meter todos los comandos
Para el respaldo solo meter los primeros 3

También podría gustarte