Вы находитесь на странице: 1из 6

PROBLEMA No.

1 Se proporciona la informacion de los R1, R2, R3 mediante los comandos Show ip interface brief que se indican abajo, a) Armar la topologa fsica en base a esta informacin. b) Realizar el enrutamiento estatico para que las PC se puedan ver entre todoas. router indicados y R-1#show ip interface bri Interface IP-Address OK? Method Status Protocol FastEthernet0/0 172.16.4.81 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/2/0 172.16.4.97 YES manual up up Serial0/2/1 unassigned YES unset administratively down down Vlan1 unassigned YES unset administratively down down R-1#sh R-1#show ip route Codes: C - connected, S - static, I - IGRP, 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 not set 172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks C 172.16.4.80/28 is directly connected, FastEthernet0/0 C 172.16.4.96/30 is directly connected, Serial0/2/0 R-2#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 172.16.4.65 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 172.16.4.98 YES manual up up Serial0/0/1 172.16.4.101 YES manual up up Vlan1 unassigned YES unset administratively down down R-2#sh R-2#show ip route Codes: C - connected, S - static, I - IGRP, 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 not set 172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks C 172.16.4.64/28 is directly connected, FastEthernet0/0 C 172.16.4.96/30 is directly connected, Serial0/0/0 C 172.16.4.100/30 is directly connected, Serial0/0/1 R-3#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 172.16.4.1 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/0 172.16.4.102 YES manual up up Serial0/1 unassigned YES unset administratively down down R-3#sh R-3#show ip route Codes: C - connected, S - static, I - IGRP, 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 not set 172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks C 172.16.4.0/26 is directly connected, FastEthernet0/0 C 172.16.4.100/30 is directly connected, Serial0/0

Datos IP address Subnet Mack Gateway DESARROLLO.

PC1 172.16.4.82 2525.255.255.240 172.16.4.81

PC2 172.16.4.66 255.255.255.240 172.16.4.65

PC3 172.16.4.2 255.255.255.192 172.16.4.1

a) La topologa fsica es la siguiente.

CONFIGURACION ROUTE 1. INICIO Y SALUDOS. enable configure terminal hostname R1 banner login # R1: AREA RESTRINGIDA # banner motd #

BIENVENIDO A LA RED, SOLO PERSONAL AUTORIZADO # line vty 0 4 password cisco exit line console 0 password cisco exit enable secret class enable password cisco interface fastEthernet 0/0 description F0/0 red PC1 .81 ip address 172.16.4.81 255.255.255.240 no sh exit interface serial 0/2/0 description S0/2/0 red W .97 ip address 172.16.4.97 255.255.255.252 no sh exit ip route 172.16.4.64 255.255.255.240 172.16.4.98 ip route 172.16.4.100 255.255.255.252 172.16.4.98 ip route 172.16.4.0 255.255.255.192 172.16.4.98 exit exit

CONFIGURACION ROUTE 2 enable configure terminal hostname R2 banner login # R2: AREA RESTRINGIDA # banner motd # BIENVENIDO A LA RED, SOLO PERSONAL AUTORIZADO # line vty 0 4 password cisco exit line console 0

password cisco exit enable secret class enable password cisco interface fastEthernet 0/0 description F0/0 red PC2 .65 ip address 172.16.4.65 255.255.255.240 no sh exit interface serial 0/0/0 description *S0/0/0 red W .98 ip address 172.16.4.98 255.255.255.252 clock rate 64000 no sh exit interface serial 0/0/1 description *S0/0/1 red W .101 ip address 172.16.4.101 255.255.255.252 clock rate 64000 no sh exit ip route 172.16.4.80 255.255.255.240 172.16.4.97 ip route 172.16.4.0 255.255.255.192 172.16.4.102 exit

CONFIGURACION ROUTE 3 enable configure terminal hostname R3 banner login # R3: AREA RESTRINGIDA # banner motd # BIENVENIDO A LA RED, SOLO PERSONAL AUTORIZADO # line vty 0 4 password cisco exit line console 0 password cisco

exit enable secret class enable password cisco interface fastEthernet 0/0 description F0/0 Red PC3 .1 ip address 172.16.4.1 255.255.255.192 no sh exit interface serial 0/0 description S0/0 red W .102 ip address 172.16.4.102 255.255.255.252 no sh exit ip route 172.16.4.64 255.255.255.240 172.16.4.101 ip route 172.16.4.96 255.255.255.252 172.16.4.101 ip route 172.16.4.80 255.255.255.240 172.16.4.101 exit

Вам также может понравиться