Está en la página 1de 48

Universidad de Guayaquil

Facultad de ciencias Matemáticas y Física


Carrera de Ingeniería en Networking y Telecomunicaciones

MATERIA:
Redes IV

Integrantes:
 Ortiz Bernabé Nathaly Corina
 Muñiz Cevallos Jonathan Eduardo
 Arboleda Vera Videla Celena
 Cedeño De La Vera Diego Andrés
 Moreno Rodríguez Jairo Andrés

PARALELO:
INE-S-MA-7-2

Docente:
ING María Fernanda Molina

Año Lectivo
2021
Tabla de Contenidos

Capítulo 1 Introducción e información general .............................................................................. 1

Capítulo 2 ........................................................................................................................................ 2

Breve descripción de la topología de red propuesta ....................................................................... 2

Gráfico de topología de red lógica con todos los parámetros: direcciones de red, nombre de

routers, identificar routers de borde ................................................................................................ 2

Gráfico de topología de red lógica empresa XYZ ...................................................................... 3

Tabla de subredes Empresa XYZ ........................................................................................... 3

Gráfico de topología de red lógica empresa ABC ...................................................................... 4

Tabla de subredes Empresa ABC ........................................................................................... 4

Gráfico de topología de red lógica empresa Q123...................................................................... 5

Tabla de subredes Empresa Q123 ........................................................................................... 5

Routers de Borde......................................................................................................................... 6

Capítulo 4 ........................................................................................................................................ 7

Información de redistribución de rutas ........................................................................................... 7

Resultado de comandos show running ........................................................................................ 8

R-CENTRAL-XYZ................................................................................................................. 8

R-XYZ-1 ............................................................................................................................... 10

R-XYZ-2 ............................................................................................................................... 12
R-ABC .................................................................................................................................. 14

R-ABC-1 ............................................................................................................................... 15

R-ABC-2 ............................................................................................................................... 17

R-Q123.................................................................................................................................. 18

R-Q123-1 .............................................................................................................................. 20

R-Q123-2 .............................................................................................................................. 21

Web-Routing ......................................................................................................................... 23

Resultado de comandos show ip route ...................................................................................... 25

R-CENTRAL-XYZ............................................................................................................... 25

R-XYZ-1 ............................................................................................................................... 26

R-XYZ-2 ............................................................................................................................... 27

R-ABC .................................................................................................................................. 28

R-ABC-1 ............................................................................................................................... 29

R-ABC-2 ............................................................................................................................... 30

R-Q123.................................................................................................................................. 31

R-Q123-1 .............................................................................................................................. 32

R-Q123-2 .............................................................................................................................. 33

Capítulo 5 ...................................................................................................................................... 34

Pruebas de conectividad exitosas entre los 3 sistemas autónomos ............................................... 34

Testing 172.16.100.3 To 192.168.10.66 (ABC To XYZ)......................................................... 34


Testing 172.16.100.98 To 192.168.30.98 (ABC To Q123) ...................................................... 35

Testing 192.168.10.115 To 172.16.100.34 (XYZ To ABC)..................................................... 36

Testing 192.168.10.66 To 192.168.30.4 (XYZ To Q123) ........................................................ 37

Testing 192.168.30.4 To 172.16.100.2 (Q123 To ABC) .......................................................... 38

Testing 192.168.30.98 To 192.168.10.98 (Q123 To XYZ) ...................................................... 39

Testing 172.16.100.4 To 200.0.0.6 (ABC To Internet) ............................................................ 40

Testing 192.168.10.114To 200.0.0.6 (XYZ To Internet) ......................................................... 41

Testing 192.168.10.114To 200.0.0.6 (Q123 To Internet) ......................................................... 42


Tabla de Gráficos

Gráfico 1 ......................................................................................................................................... 1

Gráfico 2 - Topología...................................................................................................................... 2

Gráfico 3 - Empresa XYZ ............................................................................................................... 3

Gráfico 4 - Empresa ABC ............................................................................................................... 4

Gráfico 5 - Empresa Q123 .............................................................................................................. 5

Gráfico 6 – Routers de Borde. ........................................................................................................ 6


Lista de tablas

Tabla 1- Direccionamiento Empresa XYZ. .................................................................................... 3

Tabla 2- Direccionamiento Empresa ABC. .................................................................................... 4

Tabla 3- Direccionamiento Empresa Q123..................................................................................... 5

Tabla 4 – Direccionamiento Routers de Borde ............................................................................... 6


Capítulo 1

Introducción e información general

La empresa XYZ tiene planificado integrarse con la empresa ABC y Q123, por ello se

solicita a los ingenieros en networking realizar un diseño de red aplicando redistribución

de rutas con la finalidad de interconectar las 3 empresas. Cada empresa tiene configurado

un protocolo de enrutamiento interno diferente, diferente direccionamiento IPv4 privado,

aproximadamente 120 hosts y 20 servidores. Solo la empresa XYZ tiene conexión directa

a internet. La topología de red de a continuación es un ejemplo de interconexión entre 3

sistemas autónomos:

Gráfico 1

Sistemas Autónomos
Capítulo 2

Breve descripción de la topología de red propuesta

Para el desarrollo de esta redistribución de redes se ha tomado una topología jerárquica

en cada uno de los sistemas autónomos, es una topología muy similar a la de estrella,

pero, en lugar de enlazar los concentradores o switches, el sistema se enlaza con un

enrutador que controla el tráfico de la topología.

Por lo tanto, podemos decir que un sistema jerárquico es una red que ha sido configurada

para obedecer un conjunto de reglas muy específicas estas pueden resultar ser la red en

árbol, que no es otra cosa que lo que comúnmente denominamos estructura jerárquica.

Gráfico 2 - Topología.

Gráfico de topología de red lógica con todos los parámetros: direcciones de red,

nombre de routers, identificar routers de borde


Gráfico de topología de red lógica empresa XYZ

Gráfico 3 - Empresa XYZ

Tabla de subredes Empresa XYZ

Tabla 1- Direccionamiento Empresa XYZ.

Empresa XYZ
N° Hosts Network Intervalo Mask Router
1 64 192.168.10.0 192.168.10.1 - 192.168.10.62 255.255.255.192 R-XYZ-1
2 32 192.168.10.64 192.168.10.65 - 192.168.10.94 255.255.255.224 R-XYZ-1
3 16 192.168.10.96 192.168.10.97 - 192.168.10.110 255.255.255.240 R-XYZ-2
4 16 192.168.10.112 192.168.10.113 - 192.168.10.126 255.255.255.240 R-XYZ-2
5 4 192.168.10.128 192.168.10.129 - 192.168.10.130 255.255.255.252 R-CENTRAL-XYZ
6 4 192.168.10.132 192.168.10.133 - 192.168.10.134 255.255.255.252 R-CENTRAL-XYZ
Total 136
Gráfico de topología de red lógica empresa ABC

Gráfico 4 - Empresa ABC

Tabla de subredes Empresa ABC

Tabla 2- Direccionamiento Empresa ABC.

Empresa ABC
N° Hosts Network Intervalo Mask Router
1 32 172.16.100.0 172.16.100.1 - 172.16.100.30 255.255.255.224 R-ABC-1
2 32 172.16.100.32 172.16.100.33 - 172.16.100.62 255.255.255.224 R-ABC-1
3 32 172.16.100.64 172.16.100.65 - 172.16.100.90 255.255.255.224 R-ABC-2
4 32 172.16.100.96 172.16.100.97 - 172.16.100.126 255.255.255.224 R-ABC-2
5 4 172.16.100.128 172.16.100.129 - 172.16.100.130 255.255.255.252 R-ABC
6 4 172.16.100.132 172.16.100.135 - 172.16.100.136 255.255.255.252 R-ABC
Total 136
Gráfico de topología de red lógica empresa Q123

Gráfico 5 - Empresa Q123

Tabla de subredes Empresa Q123

Tabla 3- Direccionamiento Empresa Q123.

Empresa Q123
N° Hosts Network Intervalo Mask Router
1 32 192.168.30.0 192.168.30.1 - 192.168.30.30 255.255.255.224 R-Q123-1
2 32 192.168.30.32 192.168.30.33 - 192.168.30.62 255.255.255.224 R-Q123-1
3 32 192.168.30.64 192.168.30.65 - 192.168.30.90 255.255.255.224 R-Q123-2
4 16 192.168.30.96 192.168.30.97 - 192.168.30.110 255.255.255.240 R-Q123-2
5 4 192.168.30.112 192.168.30.113 - 192.168.30.114 255.255.255.252 R-Q123
6 4 192.168.30.116 192.168.30.117 - 192.168.30.118 255.255.255.252 R-Q123
Total 120
Routers de Borde

Gráfico 6 – Routers de Borde.

Routers de Bode
N° Hosts Network Intervalo Mask Routers Enrutamiento
1 4 200.0.0.0 200.0.0.1 - 200.0.0.2 255.255.255.252 R-CENTRAL-XYZ To Internet Predeterminada
2 4 200.0.0.8 200.0.0.9 - 200.0.0.10 255.255.255.252 R-ABC To R-CENTRAL-XYZ OSPF
3 4 200.0.0.12 200.0.0.13 - 200.0.0.14 255.255.255.252 R-CENTRAL-XYZ To R-Q123 EIGRP
Total 12

Tabla 4 – Direccionamiento Routers de Borde


Capítulo 4

Información de redistribución de rutas

Router: R-CENTRAL-XYZ

El router que contiene la redistribución de rutas es el R-CENTRAL-XYZ al estar en el

centro de las topologías entonces se procedió a realizar las redistribuciones de los

diferentes protocolos dinámicos de enrutamiento como se ve a continuación:

router eigrp 1
redistribute rip metric 10000 0 255 1 1500
redistribute ospf 4 metric 10000 100 255 1 1500
redistribute static
network 200.0.0.12 0.0.0.3
!
router ospf 4
log-adjacency-changes
redistribute rip metric 200 subnets
redistribute eigrp 1 metric 100 subnets
redistribute static metric 200 subnets
network 200.0.0.8 0.0.0.3 area 0
!
router rip
version 2
redistribute eigrp 1 metric 1
redistribute ospf 4 metric 1
redistribute static metric 1
network 192.168.10.0
no auto-summary
Resultado de comandos show running

R-CENTRAL-XYZ

R-CENTRAL-XYZ#show running
Building configuration...

Current configuration : 1629 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-CENTRAL-XYZ
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX15245B4S-
!
spanning-tree mode pvst
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 200.0.0.10 255.255.255.252
!
interface Serial0/0/1
ip address 200.0.0.13 255.255.255.252
!
interface Serial0/1/0
ip address 192.168.10.130 255.255.255.252
!
interface Serial0/1/1
ip address 192.168.10.134 255.255.255.252
clock rate 2000000
!
interface Serial0/2/0
ip address 200.0.0.1 255.255.255.252
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/2/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
redistribute rip metric 10000 0 255 1 1500
redistribute ospf 4 metric 10000 100 255 1 1500
redistribute static
network 200.0.0.12 0.0.0.3
!
router ospf 4
log-adjacency-changes
redistribute rip metric 200 subnets
redistribute eigrp 1 metric 100 subnets
redistribute static metric 200 subnets
network 200.0.0.8 0.0.0.3 area 0
!
router rip
version 2
redistribute eigrp 1 metric 1
redistribute ospf 4 metric 1
redistribute static metric 1
network 192.168.10.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.0.0.2
!

R-XYZ-1

R-CENTRAL-XYZ#show running
Building configuration...

Current configuration : 1629 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-CENTRAL-XYZ
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX15245B4S-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 200.0.0.10 255.255.255.252
!
interface Serial0/0/1
ip address 200.0.0.13 255.255.255.252
!
interface Serial0/1/0
ip address 192.168.10.130 255.255.255.252
!
interface Serial0/1/1
ip address 192.168.10.134 255.255.255.252
clock rate 2000000
!
interface Serial0/2/0
ip address 200.0.0.1 255.255.255.252
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/2/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
redistribute rip metric 10000 0 255 1 1500
redistribute ospf 4 metric 10000 100 255 1 1500
redistribute static
network 200.0.0.12 0.0.0.3
!
router ospf 4
log-adjacency-changes
redistribute rip metric 200 subnets
redistribute eigrp 1 metric 100 subnets
redistribute static metric 200 subnets
network 200.0.0.8 0.0.0.3 area 0
!
router rip
version 2
redistribute eigrp 1 metric 1
redistribute ospf 4 metric 1
redistribute static metric 1
network 192.168.10.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.0.0.2
!

R-XYZ-2

R-XYZ-2#show run
Building configuration...

Current configuration : 1040 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-XYZ-2
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX152412T7-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.10.97 255.255.255.240
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.10.113 255.255.255.240
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.10.133 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 192.168.10.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.10.134
!
R-ABC

R-ABC#show runn
Building configuration...

Current configuration : 1098 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-ABC
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX15248V56-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.100.134 255.255.255.252
!
interface Serial0/0/1
ip address 172.16.100.130 255.255.255.252
!
interface Serial0/1/0
ip address 200.0.0.9 255.255.255.252
clock rate 2000000
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 2
log-adjacency-changes
network 172.16.100.132 0.0.0.3 area 0
network 172.16.100.128 0.0.0.3 area 0
network 200.0.0.8 0.0.0.3 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.0.0.10
!

R-ABC-1

R-ABC-1#SHOW RUNning-config
Building configuration...

Current configuration : 1150 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-ABC-1
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX15242V9K-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 172.16.100.1 255.255.255.224
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.16.100.33 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0/0
ip address 172.16.100.133 255.255.255.252
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 172.16.100.32 0.0.0.31 area 0
network 172.16.100.0 0.0.0.31 area 0
network 172.16.100.132 0.0.0.3 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.100.134
!
R-ABC-2

R-ABC-2#show running-config
Building configuration...

Current configuration : 1139 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-ABC-2
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX1524R07W-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 172.16.100.65 255.255.255.224
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.16.100.97 255.255.255.240
duplex auto
speed auto
!
interface Serial0/0/0
ip address 172.16.100.129 255.255.255.252
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 3
log-adjacency-changes
network 172.16.100.96 0.0.0.31 area 0
network 172.16.100.128 0.0.0.3 area 0
network 172.16.100.64 0.0.0.31 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.100.130
!

R-Q123

R-Q123#show running-config
Building configuration...

Current configuration : 1060 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-Q123
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX1524IE84-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.30.113 255.255.255.252
!
interface Serial0/0/1
ip address 192.168.30.117 255.255.255.252
!
interface Serial0/1/0
ip address 200.0.0.14 255.255.255.252
clock rate 2000000
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
network 192.168.30.112 0.0.0.3
network 192.168.30.116 0.0.0.3
network 200.0.0.12 0.0.0.3
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.0.0.13
!
R-Q123-1

R-Q123-1#show running-config
Building configuration...

Current configuration : 1110 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-Q123-1
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX1524957F-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.30.1 255.255.255.224
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.30.33 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.30.114 255.255.255.252
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
network 192.168.30.0 0.0.0.31
network 192.168.30.32 0.0.0.31
network 192.168.30.112 0.0.0.3
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.30.113
!

R-Q123-2

R-Q123-2#show running-config
Building configuration...

Current configuration : 1112 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R-Q123-2
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX1524IYUM-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.30.65 255.255.255.224
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.30.97 255.255.255.240
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.30.118 255.255.255.252
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
network 192.168.30.64 0.0.0.31
network 192.168.30.96 0.0.0.15
network 192.168.30.116 0.0.0.3
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.30.117
!
Web-Routing

Web-Routing#show run
Building configuration...

Current configuration : 906 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Web-Routing
!
no ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15241HTX-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 200.0.0.5 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 200.0.0.2 255.255.255.252
encapsulation frame-relay
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.0.0.1
!
Resultado de comandos show ip route

R-CENTRAL-XYZ

R-CENTRAL-XYZ#show ip route
Gateway of last resort is 200.0.0.2 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


O 172.16.100.0/27 [110/129] via 200.0.0.9, 01:20:39, Serial0/0/0
O 172.16.100.32/27 [110/129] via 200.0.0.9, 01:20:39, Serial0/0/0
O 172.16.100.64/27 [110/129] via 200.0.0.9, 01:20:39, Serial0/0/0
O 172.16.100.96/28 [110/129] via 200.0.0.9, 01:20:39, Serial0/0/0
O 172.16.100.128/30 [110/128] via 200.0.0.9, 01:20:39, Serial0/0/0
O 172.16.100.132/30 [110/128] via 200.0.0.9, 01:20:39, Serial0/0/0
192.168.10.0/24 is variably subnetted, 8 subnets, 5 masks
R 192.168.10.0/26 [120/1] via 192.168.10.129, 00:00:14, Serial0/1/0
R 192.168.10.64/27 [120/1] via 192.168.10.129, 00:00:14, Serial0/1/0
R 192.168.10.96/28 [120/1] via 192.168.10.133, 00:00:06, Serial0/1/1
R 192.168.10.112/28 [120/1] via 192.168.10.133, 00:00:06, Serial0/1/1
C 192.168.10.128/30 is directly connected, Serial0/1/0
L 192.168.10.130/32 is directly connected, Serial0/1/0
C 192.168.10.132/30 is directly connected, Serial0/1/1
L 192.168.10.134/32 is directly connected, Serial0/1/1
192.168.30.0/24 is variably subnetted, 6 subnets, 3 masks
D 192.168.30.0/27 [90/2684416] via 200.0.0.14, 01:20:53, Serial0/0/1
D 192.168.30.32/27 [90/2684416] via 200.0.0.14, 01:20:53, Serial0/0/1
D 192.168.30.64/27 [90/2684416] via 200.0.0.14, 01:20:51, Serial0/0/1
D 192.168.30.96/28 [90/2684416] via 200.0.0.14, 01:20:51, Serial0/0/1
D 192.168.30.112/30 [90/2681856] via 200.0.0.14, 01:20:53, Serial0/0/1
D 192.168.30.116/30 [90/2681856] via 200.0.0.14, 01:20:51, Serial0/0/1
200.0.0.0/24 is variably subnetted, 6 subnets, 2 masks
C 200.0.0.0/30 is directly connected, Serial0/2/0
L 200.0.0.1/32 is directly connected, Serial0/2/0
C 200.0.0.8/30 is directly connected, Serial0/0/0
L 200.0.0.10/32 is directly connected, Serial0/0/0
C 200.0.0.12/30 is directly connected, Serial0/0/1
L 200.0.0.13/32 is directly connected, Serial0/0/1
S* 0.0.0.0/0 [1/0] via 200.0.0.2
R-XYZ-1

R-XYZ-1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 192.168.10.130 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


R 172.16.100.0/27 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 172.16.100.32/27 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 172.16.100.64/27 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 172.16.100.96/28 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 172.16.100.128/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 172.16.100.132/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
192.168.10.0/24 is variably subnetted, 9 subnets, 5 masks
C 192.168.10.0/26 is directly connected, GigabitEthernet0/0
L 192.168.10.1/32 is directly connected, GigabitEthernet0/0
C 192.168.10.64/27 is directly connected, GigabitEthernet0/1
L 192.168.10.65/32 is directly connected, GigabitEthernet0/1
R 192.168.10.96/28 [120/2] via 192.168.10.130, 00:00:02, Serial0/0/0
R 192.168.10.112/28 [120/2] via 192.168.10.130, 00:00:02, Serial0/0/0
C 192.168.10.128/30 is directly connected, Serial0/0/0
L 192.168.10.129/32 is directly connected, Serial0/0/0
R 192.168.10.132/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
192.168.30.0/24 is variably subnetted, 6 subnets, 3 masks
R 192.168.30.0/27 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 192.168.30.32/27 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 192.168.30.64/27 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 192.168.30.96/28 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 192.168.30.112/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 192.168.30.116/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
200.0.0.0/30 is subnetted, 2 subnets
R 200.0.0.8/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
R 200.0.0.12/30 [120/1] via 192.168.10.130, 00:00:02, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 192.168.10.130
R-XYZ-2

R-XYZ-2#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 192.168.10.134 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


R 172.16.100.0/27 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 172.16.100.32/27 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 172.16.100.64/27 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 172.16.100.96/28 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 172.16.100.128/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 172.16.100.132/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
192.168.10.0/24 is variably subnetted, 9 subnets, 5 masks
R 192.168.10.0/26 [120/2] via 192.168.10.134, 00:00:19, Serial0/0/0
R 192.168.10.64/27 [120/2] via 192.168.10.134, 00:00:19, Serial0/0/0
C 192.168.10.96/28 is directly connected, GigabitEthernet0/0
L 192.168.10.97/32 is directly connected, GigabitEthernet0/0
C 192.168.10.112/28 is directly connected, GigabitEthernet0/1
L 192.168.10.113/32 is directly connected, GigabitEthernet0/1
R 192.168.10.128/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
C 192.168.10.132/30 is directly connected, Serial0/0/0
L 192.168.10.133/32 is directly connected, Serial0/0/0
192.168.30.0/24 is variably subnetted, 6 subnets, 3 masks
R 192.168.30.0/27 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 192.168.30.32/27 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 192.168.30.64/27 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 192.168.30.96/28 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 192.168.30.112/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 192.168.30.116/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
200.0.0.0/30 is subnetted, 2 subnets
R 200.0.0.8/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
R 200.0.0.12/30 [120/1] via 192.168.10.134, 00:00:19, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 192.168.10.134
R-ABC

R-ABC#SHOW IP ROUte
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 200.0.0.10 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 8 subnets, 4 masks


O 172.16.100.0/27 [110/65] via 172.16.100.133, 01:27:16, Serial0/0/0
O 172.16.100.32/27 [110/65] via 172.16.100.133, 01:27:16, Serial0/0/0
O 172.16.100.64/27 [110/65] via 172.16.100.129, 01:27:16, Serial0/0/1
O 172.16.100.96/28 [110/65] via 172.16.100.129, 01:27:16, Serial0/0/1
C 172.16.100.128/30 is directly connected, Serial0/0/1
L 172.16.100.130/32 is directly connected, Serial0/0/1
C 172.16.100.132/30 is directly connected, Serial0/0/0
L 172.16.100.134/32 is directly connected, Serial0/0/0
192.168.10.0/24 is variably subnetted, 6 subnets, 4 masks
O E2 192.168.10.0/26 [110/200] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.10.64/27 [110/200] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.10.96/28 [110/200] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.10.112/28 [110/200] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.10.128/30 [110/200] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.10.132/30 [110/100] via 200.0.0.10, 00:26:54, Serial0/1/0
192.168.30.0/24 is variably subnetted, 6 subnets, 3 masks
O E2 192.168.30.0/27 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.30.32/27 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.30.64/27 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.30.96/28 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.30.112/30 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
O E2 192.168.30.116/30 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
200.0.0.0/24 is variably subnetted, 3 subnets, 2 masks
C 200.0.0.8/30 is directly connected, Serial0/1/0
L 200.0.0.9/32 is directly connected, Serial0/1/0
O E2 200.0.0.12/30 [110/100] via 200.0.0.10, 01:27:16, Serial0/1/0
S* 0.0.0.0/0 [1/0] via 200.0.0.10
R-ABC-1

R-ABC-1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 172.16.100.134 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 9 subnets, 4 masks


C 172.16.100.0/27 is directly connected, GigabitEthernet0/0
L 172.16.100.1/32 is directly connected, GigabitEthernet0/0
C 172.16.100.32/27 is directly connected, GigabitEthernet0/1
L 172.16.100.33/32 is directly connected, GigabitEthernet0/1
O 172.16.100.64/27 [110/129] via 172.16.100.134, 01:27:49, Serial0/0/0
O 172.16.100.96/28 [110/129] via 172.16.100.134, 01:27:49, Serial0/0/0
O 172.16.100.128/30 [110/128] via 172.16.100.134, 01:27:49, Serial0/0/0
C 172.16.100.132/30 is directly connected, Serial0/0/0
L 172.16.100.133/32 is directly connected, Serial0/0/0
192.168.10.0/24 is variably subnetted, 6 subnets, 4 masks
O E2 192.168.10.0/26 [110/200] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.10.64/27 [110/200] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.10.96/28 [110/200] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.10.112/28 [110/200] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.10.128/30 [110/200] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.10.132/30 [110/100] via 172.16.100.134, 00:27:37, Serial0/0/0
192.168.30.0/24 is variably subnetted, 6 subnets, 3 masks
O E2 192.168.30.0/27 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.30.32/27 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.30.64/27 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.30.96/28 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.30.112/30 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 192.168.30.116/30 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
200.0.0.0/30 is subnetted, 2 subnets
O 200.0.0.8/30 [110/128] via 172.16.100.134, 01:27:49, Serial0/0/0
O E2 200.0.0.12/30 [110/100] via 172.16.100.134, 01:27:49, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 172.16.100.134
R-ABC-2

R-ABC-2#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 172.16.100.130 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 9 subnets, 4 masks


O 172.16.100.0/27 [110/129] via 172.16.100.130, 01:28:30, Serial0/0/0
O 172.16.100.32/27 [110/129] via 172.16.100.130, 01:28:30, Serial0/0/0
C 172.16.100.64/27 is directly connected, GigabitEthernet0/0
L 172.16.100.65/32 is directly connected, GigabitEthernet0/0
C 172.16.100.96/28 is directly connected, GigabitEthernet0/1
L 172.16.100.97/32 is directly connected, GigabitEthernet0/1
C 172.16.100.128/30 is directly connected, Serial0/0/0
L 172.16.100.129/32 is directly connected, Serial0/0/0
O 172.16.100.132/30 [110/128] via 172.16.100.130, 01:28:30, Serial0/0/0
192.168.10.0/24 is variably subnetted, 6 subnets, 4 masks
O E2 192.168.10.0/26 [110/200] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.10.64/27 [110/200] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.10.96/28 [110/200] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.10.112/28 [110/200] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.10.128/30 [110/200] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.10.132/30 [110/100] via 172.16.100.130, 00:28:18, Serial0/0/0
192.168.30.0/24 is variably subnetted, 6 subnets, 3 masks
O E2 192.168.30.0/27 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.30.32/27 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.30.64/27 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.30.96/28 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.30.112/30 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 192.168.30.116/30 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
200.0.0.0/30 is subnetted, 2 subnets
O 200.0.0.8/30 [110/128] via 172.16.100.130, 01:28:30, Serial0/0/0
O E2 200.0.0.12/30 [110/100] via 172.16.100.130, 01:28:30, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 172.16.100.130
R-Q123

R-Q123#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 200.0.0.13 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


D EX 172.16.100.0/27 [170/2195456] via 200.0.0.13, 01:29:24, Serial0/1/0
D EX 172.16.100.32/27 [170/2195456] via 200.0.0.13, 01:29:24, Serial0/1/0
D EX 172.16.100.64/27 [170/2195456] via 200.0.0.13, 01:29:24, Serial0/1/0
D EX 172.16.100.96/28 [170/2195456] via 200.0.0.13, 01:29:24, Serial0/1/0
D EX 172.16.100.128/30 [170/2195456] via 200.0.0.13, 01:29:24, Serial0/1/0
D EX 172.16.100.132/30 [170/2195456] via 200.0.0.13, 01:29:24, Serial0/1/0
192.168.10.0/24 is variably subnetted, 6 subnets, 4 masks
D EX 192.168.10.0/26 [170/2170112] via 200.0.0.13, 01:29:35, Serial0/1/0
D EX 192.168.10.64/27 [170/2170112] via 200.0.0.13, 01:29:35, Serial0/1/0
D EX 192.168.10.96/28 [170/2170112] via 200.0.0.13, 01:29:38, Serial0/1/0
D EX 192.168.10.112/28 [170/2170112] via 200.0.0.13, 01:29:38, Serial0/1/0
D EX 192.168.10.128/30 [170/2170112] via 200.0.0.13, 01:29:35, Serial0/1/0
D EX 192.168.10.132/30 [170/2170112] via 200.0.0.13, 01:29:38, Serial0/1/0
192.168.30.0/24 is variably subnetted, 8 subnets, 4 masks
D 192.168.30.0/27 [90/2172416] via 192.168.30.114, 01:29:38, Serial0/0/0
D 192.168.30.32/27 [90/2172416] via 192.168.30.114, 01:29:38, Serial0/0/0
D 192.168.30.64/27 [90/2172416] via 192.168.30.118, 01:29:36, Serial0/0/1
D 192.168.30.96/28 [90/2172416] via 192.168.30.118, 01:29:36, Serial0/0/1
C 192.168.30.112/30 is directly connected, Serial0/0/0
L 192.168.30.113/32 is directly connected, Serial0/0/0
C 192.168.30.116/30 is directly connected, Serial0/0/1
L 192.168.30.117/32 is directly connected, Serial0/0/1
200.0.0.0/24 is variably subnetted, 3 subnets, 2 masks
D EX 200.0.0.8/30 [170/2195456] via 200.0.0.13, 01:29:36, Serial0/1/0
C 200.0.0.12/30 is directly connected, Serial0/1/0
L 200.0.0.14/32 is directly connected, Serial0/1/0
S* 0.0.0.0/0 [1/0] via 200.0.0.13
R-Q123-1

R-Q123-1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 192.168.30.113 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


D EX 172.16.100.0/27 [170/2707456] via 192.168.30.113, 01:30:05, Serial0/0/0
D EX 172.16.100.32/27 [170/2707456] via 192.168.30.113, 01:30:05, Serial0/0/0
D EX 172.16.100.64/27 [170/2707456] via 192.168.30.113, 01:30:05, Serial0/0/0
D EX 172.16.100.96/28 [170/2707456] via 192.168.30.113, 01:30:05, Serial0/0/0
D EX 172.16.100.128/30 [170/2707456] via 192.168.30.113, 01:30:05, Serial0/0/0
D EX 172.16.100.132/30 [170/2707456] via 192.168.30.113, 01:30:05, Serial0/0/0
192.168.10.0/24 is variably subnetted, 6 subnets, 4 masks
D EX 192.168.10.0/26 [170/2682112] via 192.168.30.113, 01:30:16, Serial0/0/0
D EX 192.168.10.64/27 [170/2682112] via 192.168.30.113, 01:30:16, Serial0/0/0
D EX 192.168.10.96/28 [170/2682112] via 192.168.30.113, 01:30:19, Serial0/0/0
D EX 192.168.10.112/28 [170/2682112] via 192.168.30.113, 01:30:19, Serial0/0/0
D EX 192.168.10.128/30 [170/2682112] via 192.168.30.113, 01:30:16, Serial0/0/0
D EX 192.168.10.132/30 [170/2682112] via 192.168.30.113, 01:30:19, Serial0/0/0
192.168.30.0/24 is variably subnetted, 9 subnets, 4 masks
C 192.168.30.0/27 is directly connected, GigabitEthernet0/0
L 192.168.30.1/32 is directly connected, GigabitEthernet0/0
C 192.168.30.32/27 is directly connected, GigabitEthernet0/1
L 192.168.30.33/32 is directly connected, GigabitEthernet0/1
D 192.168.30.64/27 [90/2684416] via 192.168.30.113, 01:30:17, Serial0/0/0
D 192.168.30.96/28 [90/2684416] via 192.168.30.113, 01:30:17, Serial0/0/0
C 192.168.30.112/30 is directly connected, Serial0/0/0
L 192.168.30.114/32 is directly connected, Serial0/0/0
D 192.168.30.116/30 [90/2681856] via 192.168.30.113, 01:30:17, Serial0/0/0
200.0.0.0/30 is subnetted, 2 subnets
D EX 200.0.0.8/30 [170/2707456] via 192.168.30.113, 01:30:17, Serial0/0/0
D 200.0.0.12/30 [90/2681856] via 192.168.30.113, 01:30:19, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 192.168.30.113
R-Q123-2

R-Q123-2#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 192.168.30.117 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


D EX 172.16.100.0/27 [170/2707456] via 192.168.30.117, 01:30:46, Serial0/0/0
D EX 172.16.100.32/27 [170/2707456] via 192.168.30.117, 01:30:46, Serial0/0/0
D EX 172.16.100.64/27 [170/2707456] via 192.168.30.117, 01:30:46, Serial0/0/0
D EX 172.16.100.96/28 [170/2707456] via 192.168.30.117, 01:30:46, Serial0/0/0
D EX 172.16.100.128/30 [170/2707456] via 192.168.30.117, 01:30:46, Serial0/0/0
D EX 172.16.100.132/30 [170/2707456] via 192.168.30.117, 01:30:46, Serial0/0/0
192.168.10.0/24 is variably subnetted, 6 subnets, 4 masks
D EX 192.168.10.0/26 [170/2682112] via 192.168.30.117, 01:30:57, Serial0/0/0
D EX 192.168.10.64/27 [170/2682112] via 192.168.30.117, 01:30:57, Serial0/0/0
D EX 192.168.10.96/28 [170/2682112] via 192.168.30.117, 01:30:58, Serial0/0/0
D EX 192.168.10.112/28 [170/2682112] via 192.168.30.117, 01:30:58, Serial0/0/0
D EX 192.168.10.128/30 [170/2682112] via 192.168.30.117, 01:30:57, Serial0/0/0
D EX 192.168.10.132/30 [170/2682112] via 192.168.30.117, 01:30:58, Serial0/0/0
192.168.30.0/24 is variably subnetted, 9 subnets, 4 masks
D 192.168.30.0/27 [90/2684416] via 192.168.30.117, 01:30:58, Serial0/0/0
D 192.168.30.32/27 [90/2684416] via 192.168.30.117, 01:30:58, Serial0/0/0
C 192.168.30.64/27 is directly connected, GigabitEthernet0/0
L 192.168.30.65/32 is directly connected, GigabitEthernet0/0
C 192.168.30.96/28 is directly connected, GigabitEthernet0/1
L 192.168.30.97/32 is directly connected, GigabitEthernet0/1
D 192.168.30.112/30 [90/2681856] via 192.168.30.117, 01:30:58, Serial0/0/0
C 192.168.30.116/30 is directly connected, Serial0/0/0
L 192.168.30.118/32 is directly connected, Serial0/0/0
200.0.0.0/30 is subnetted, 2 subnets
D EX 200.0.0.8/30 [170/2707456] via 192.168.30.117, 01:30:58, Serial0/0/0
D 200.0.0.12/30 [90/2681856] via 192.168.30.117, 01:30:58, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 192.168.30.117
Capítulo 5

Pruebas de conectividad exitosas entre los 3 sistemas autónomos

Testing 172.16.100.3 To 192.168.10.66 (ABC To XYZ)


Testing 172.16.100.98 To 192.168.30.98 (ABC To Q123)
Testing 192.168.10.115 To 172.16.100.34 (XYZ To ABC)
Testing 192.168.10.66 To 192.168.30.4 (XYZ To Q123)
Testing 192.168.30.4 To 172.16.100.2 (Q123 To ABC)
Testing 192.168.30.98 To 192.168.10.98 (Q123 To XYZ)
Testing 172.16.100.4 To 200.0.0.6 (ABC To Internet)
Testing 192.168.10.114To 200.0.0.6 (XYZ To Internet)
Testing 192.168.10.114To 200.0.0.6 (Q123 To Internet)

También podría gustarte