Entradas

Paso 13: PPP y CHAP

PPP y CHAP A3 ------------------- username B1 password cisco username B2 password cisco interface S0/0/0 encapsulation ppp ppp authentication chap B1 --------------------- username A3 password cisco username B2 password cisco username B3 password cisco interface S0/0/0 encapsulation ppp ppp authentication chap interface S0/1/0 encapsulation ppp ppp authentication chap interface S0/0/1 encapsulation ppp ppp authentication chap B2 ------------------------ username B1 password cisco username A3 password cisco interface S0/0 encapsulation ppp ppp authentication chap B3 -------------------------- username B1 password cisco interface S0/0 encapsulation ppp ppp authentication chap

Paso 12: DHCP Relay Agent

Imagen
DHCP Relay Agent B2 ------------ int g2/0 ip helper-address 10.6.49.1 no shutdown  exit int g3/0.10 encapsulation dot1Q 10 ip helper-address 10.6.49.1 exit int g3/0.20 encapsulation dot1Q 20 ip helper-address 10.6.49.1 exit int g3/0.30 encapsulation dot1Q 30 ip helper-address 10.6.49.1 exit int g3/0.40 encapsulation dot1Q 40 ip helper-address 10.6.49.1 exit   int g3/0.50 encapsulation dot1Q 50 ip helper-address 10.6.49.1 exit int g4/0.10 encapsulation dot1Q 10 ip helper-address 10.6.49.1 exit int g4/0.20 encapsulation dot1Q 20 ip helper-address 10.6.49.1 exit int g4/0.30 encapsulation dot1Q 30 ip helper-address 10.6.49.1 exit int g4/0.40 encapsulation dot1Q 40 ip helper-address 10.6.49.1 exit   int g4/0.50 encapsulation dot1Q 50 ip helper-address 10.6.49.1 exit B3 ------------ int g2/0.10 encapsulation dot1Q 10 ip helper-address 10.6.49.1 exit int g2...

Paso 11: HRSP

Imagen
HRSP B1 ---------------------------- encapsulation dot1Q 40 ip address 10.6.39.253 255.255.254.0 standby 1 ip 10.6.39.254 standby 1 priority 110 standby 1 preempt exit   int g3/0.50 encapsulation dot1Q 50 ip address 10.6.41.253 255.255.254.0 standby 1 ip 10.6.41.254 standby 1 priority 110 standby 1 preempt exit int g3/0.60 encapsulation dot1Q 60 native int g4/0.10 encapsulation dot1Q 10 ip address 10.6.3.252 255.255.252.0 standby 2 ip 10.6.3.254 standby 2 priority 109 standby 2 preempt exit int g4/0.20 encapsulation dot1Q 20 ip address 10.6.7.252 255.255.252.0 standby 2 ip 10.6.7.254 standby 2 priority 109 standby 2 preempt exit int g4/0.30 encapsulation dot1Q 30 ip address 10.6.11.252 255.255.252.0 standby 2 ip 10.6.11.254 standby 2 priority 109 standby 2 preempt exit int g4/0.40 encapsulation dot1Q 40 ip address 10.6.15.252 255.255.252.0 standby 2 ip 10.6.15.254 standby 2 priority 109 ...

Paso 10: Túnel GRE

Imagen
Túnel GRE A2 ------------------- interface tunnel 0 ip address 200.6.0.1 255.255.255.252 tunnel source s0/0/0 tunnel destination 10.6.49.154 tunnel mode gre ip no shutdown C1 ------------------- interface tunnel 0 ip address 200.6.0.2 255.255.255.252 tunnel source s0/0/0 tunnel destination 10.6.49.153 tunnel mode gre ip no shutdown

Paso 9: Configuración de servidores

Imagen
Configuración de servidores Captura de resultados de servidores 0 y 1

Paso 8: OSPF

Imagen
OSPF -----C1----- router ospf 10 router-id 4.4.4.4 network 10.6.48.254 0.0.0.255 area 3 network 10.6.49.154 0.0.0.3 area 0 area 3 virtual-link 5.5.5.5 end  ----- A1------- router ospf 10  router-id 6.6.6.6 network 10.6.49.142 0.0.0.3 area 0  network 10.6.49.149 0.0.0.3 area 0 end  -----A2-------- router ospf 10  router-id 5.5.5.5 network 10.6.49.150 0.0.0.3 area 0  network 10.6.49.146 0.0.0.3 area 0 network 10.6.49.153 0.0.0.3 area 0  area 0 virtual-link 4.4.4.4 end  ------A3------- router ospf 10  router-id 7.7.7.7 network 10.6.49.141 0.0.0.3 area 0  network 10.6.49.145 0.0.0.3 area 0  network 10.6.49.138 0.0.0.3 area 0  area 0 virtual-link 3.3.3.3 end  ------B1------ router ospf 10  router-id 3.3.3.3  network 10.6.49.137 0.0.0.3 area 0 network 10.6.49.130 0.0.0.3 area 1 network 10.6.49.134 0.0.0.3 area 1 area 1 virtual-link 7.7....