08
Haga lo que hicimos en aula
CONFIGURACION DDEL ROUTER DESDE CONSOLA
UTILIZANDO PACKET TRACER Y CONXION DE XONSOLA ALROUTER CON PC
# Tiene formato de código
Router(config-if)#
Router#show ip inter
Router#show ip interface
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset up up
FastEthernet0/1 unassigned YES unset up up
Vlan1 unassigned YES unset administratively down down
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.1.1
% Incomplete command.
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#exit
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#exit
Router(config)#
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.1.1 YES manual up up
FastEthernet0/1 192.168.2.1 YES manual up up
Vlan1 unassigned YES unset administratively down down
Router#ping 192.168.1.2
Type escape sequence to abort.
%SYS-5-CONFIG_I: Configured from console by console
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/22/81 ms
Router#ping 192.168.2.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.254, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
Router#
Router#
PROBANDO PING DESDE UNO DE LOS CMPUTADORES DE LA RED
# Tiene formato de código
Cisco Packet Tracer PC Command Line 1.0
C:\>ping 192.168.2.254
Pinging 192.168.2.254 with 32 bytes of data:
Request timed out.
Ping statistics for 192.168.2.254:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>ipconfiG
FastEthernet0 Connection:(default port)
Connection-specific DNS Suffix..:
Link-local IPv6 Address.........: FE80::206:2AFF:FE04:C315
IPv6 Address....................: ::
IPv4 Address....................: 192.168.1.2
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: ::
0.0.0.0
C:\>
NO FUNCIONO PORQUE NO TIENE UN DEFAULT GAATYEWAY
DESPUES DE CONFIGURAR LOS GATEWAYS EN CADA COMPUTADOR DE RED
# Tiene formato de código
C:\>ipconfig
FastEthernet0 Connection:(default port)
Connection-specific DNS Suffix..:
Link-local IPv6 Address.........: FE80::206:2AFF:FE04:C315
IPv6 Address....................: ::
IPv4 Address....................: 192.168.1.2
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: ::
192.168.1.1
C:\>ping 192.168.2.254
Pinging 192.168.2.254 with 32 bytes of data:
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Ping statistics for 192.168.2.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\>
# Tiene formato de código
C:\>ipconfig
FastEthernet0 Connection:(default port)
Connection-specific DNS Suffix..:
Link-local IPv6 Address.........: FE80::206:2AFF:FE04:C315
IPv6 Address....................: ::
IPv4 Address....................: 192.168.1.2
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: ::
192.168.1.1
Bluetooth Connection:
Connection-specific DNS Suffix..:
Link-local IPv6 Address.........: ::
IPv6 Address....................: ::
IPv4 Address....................: 0.0.0.0
Subnet Mask.....................: 0.0.0.0
Default Gateway.................: ::
0.0.0.0
C:\>ping 192.168.2.254
Pinging 192.168.2.254 with 32 bytes of data:
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Reply from 192.168.2.254: bytes=32 time<1ms TTL=127
Ping statistics for 192.168.2.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\>