Está en la página 1de 18

PC Class-A COMANDOS DE CONFIGURACIN

USANDO LA TERMINAL
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Class-A
Class-A(config)#line console 0
Class-A(config-line)#password xAw6k
Class-A(config-line)#login
Class-A(config-line)#exit
Class-A(config)#enable secret 6EBUp
Class-A(config)#service password-encryption
Class-A(config)#banner motd # warning #
Class-A(config)#interface vlan 1
Class-A(config-if)#ip address 10.10.10.100 255.255.255.0
Class-A(config-if)#no shutdown
Class-A(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Class-A(config-if)#end
Class-A#
%SYS-5-CONFIG_I: Configured from console by console
Class-A#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Class-A
Class-A con0 is now available

Press RETURN to get started.


warning
User Access Verification
Password:
% Password: timeout expired!

PC Class-B COMANDOS DE CONFIGURACIN


USANDO LA TERMINAL
NOTA: Me equivoqu al ponerle nombre al
swhitch el correcto es Class-B, pero ms abajo
lo correg.

Switch(config)#hostname Class-A
Class-A(config)#line console 0
Class-A(config-line)#password xAw6k
Class-A(config-line)#login

Class-A(config)#enable secret 6EBUp


Class-A(config)#banner modt #warning#
^
% Invalid input detected at '^' marker.

Class-A(config)#banner mod # warning #


^
% Invalid input detected at '^' marker.
Class-A(config)#interface vlan 1
Class-A(config-if)#ip address 10.10.10.150 255.255.255.0
Class-A(config-if)#hostname Class-B
Class-B(config)#shutdow
^
% Invalid input detected at '^' marker.
Class-B(config)#no shutdow
^
% Invalid input detected at '^' marker.
Class-B(config)#end
Class-B#
%SYS-5-CONFIG_I: Configured from console by console

Class-B#copy running-config startup-config


Destination filename [startup-config]?
Building configuration...
[OK]
Class-B#^Z
Class-B#
Class-B#enable
Class-B#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.


Class-B(config)#

User Access Verification

Password:
% Password: timeout expired!

User Access Verification

Password:

Class-B>enable
Password:
Class-B#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Class-B(config)#line console 0
Class-B(config-line)#banner motd #warning #
Class-B(config)#interface vlan 1
Class-B(config-if)#ip addres 10.10.10.150 255.255.255.0
Class-B(config-if)#no shutdown

Class-B(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up

Class-B(config-if)#end
Class-B#
%SYS-5-CONFIG_I: Configured from console by console

Class-B#exit

LAS PRUEBAS DE COMUNICACIN ENTRE LAS PCS

Conexin de la pc Student-2 a Student-1

Link-local IPv6 Address.........: ::


IP Address......................: 10.10.10.5
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 0.0.0.0

Packet Tracer PC Command Line 1.0


PC>ping 10.10.10.4

Pinging 10.10.10.4 with 32 bytes of data:

Reply from 10.10.10.4: bytes=32 time=1ms TTL=128


Reply from 10.10.10.4: bytes=32 time=0ms TTL=128
Reply from 10.10.10.4: bytes=32 time=12ms TTL=128
Reply from 10.10.10.4: bytes=32 time=0ms TTL=128

Ping statistics for 10.10.10.4:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 12ms, Average = 3ms

PC>pic 10.10.10.100
Invalid Command.

PC>ping 10.10.10.100

Pinging 10.10.10.100 with 32 bytes of data:

Request timed out.


Reply from 10.10.10.100: bytes=32 time=0ms TTL=255
Reply from 10.10.10.100: bytes=32 time=0ms TTL=255
Reply from 10.10.10.100: bytes=32 time=0ms TTL=255

Ping statistics for 10.10.10.100:

Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),


Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

PC>ping 10.10.10.150

Pinging 10.10.10.150 with 32 bytes of data:

Request timed out.


Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.10.10.150:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

AQU NO ME PODA COMUNICAR CON EL SWITCH LLAMADO CLASS-B,


HABA UN ERROR QUE SE CORRIGI POSTERIORMENTE.

PC>ping 10.10.10.150

Pinging 10.10.10.150 with 32 bytes of data:

Request timed out.


Reply from 10.10.10.150: bytes=32 time=0ms TTL=255
Reply from 10.10.10.150: bytes=32 time=0ms TTL=255
Reply from 10.10.10.150: bytes=32 time=0ms TTL=255

Ping statistics for 10.10.10.150:


Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

PROBLEMA CORREGIDO.

PC>ping 10.10.10.4

Pinging 10.10.10.4 with 32 bytes of data:

Reply from 10.10.10.4: bytes=32 time=1ms TTL=128


Reply from 10.10.10.4: bytes=32 time=0ms TTL=128
Reply from 10.10.10.4: bytes=32 time=11ms TTL=128

Reply from 10.10.10.4: bytes=32 time=11ms TTL=128

Ping statistics for 10.10.10.4:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 11ms, Average = 5ms

Pinging 10.10.10.5 with 32 bytes of data:

Reply from 10.10.10.5: bytes=32 time=1ms TTL=128


Reply from 10.10.10.5: bytes=32 time=0ms TTL=128
Reply from 10.10.10.5: bytes=32 time=1ms TTL=128
Reply from 10.10.10.5: bytes=32 time=0ms TTL=128

Ping statistics for 10.10.10.5:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

Y YA PODEMOS TENER COMUNICACIN CON LA PC Student-1

Siguiente conexin de la pc Student-1 a Student-2

PC>ipconfig

FastEthernet0 Connection:(default port)

Link-local IPv6 Address.........: ::


IP Address......................: 10.10.10.4
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 0.0.0.0

PC>ping 10.10.10.5

Pinging 10.10.10.5 with 32 bytes of data:

Reply from 10.10.10.5: bytes=32 time=1ms TTL=128


Reply from 10.10.10.5: bytes=32 time=0ms TTL=128
Reply from 10.10.10.5: bytes=32 time=15ms TTL=128
Reply from 10.10.10.5: bytes=32 time=0ms TTL=128

Ping statistics for 10.10.10.5:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 15ms, Average = 4ms

PC>ping 10.10.10.100

Pinging 10.10.10.100 with 32 bytes of data:

Request timed out.


Reply from 10.10.10.100: bytes=32 time=0ms TTL=255
Reply from 10.10.10.100: bytes=32 time=0ms TTL=255
Reply from 10.10.10.100: bytes=32 time=0ms TTL=255

Ping statistics for 10.10.10.100:


Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

PC>ping 10.10.10.150

Pinging 10.10.10.150 with 32 bytes of data:

Request timed out.


Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.10.10.150:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
AQU NO ME PODA COMUNICAR CON EL SWITCH LLAMADO CLASS-B,
HABA UN ERROR QUE SE CORRIGI POSTERIORMENTE.

PC>ping 10.10.10.150

Pinging 10.10.10.150 with 32 bytes of data:

Request timed out.


Reply from 10.10.10.150: bytes=32 time=0ms TTL=255
Reply from 10.10.10.150: bytes=32 time=0ms TTL=255
Reply from 10.10.10.150: bytes=32 time=0ms TTL=255

Ping statistics for 10.10.10.150:


Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

PC>ping 10.10.10.5

Pinging 10.10.10.5 with 32 bytes of data:

Reply from 10.10.10.5: bytes=32 time=7ms TTL=128


Reply from 10.10.10.5: bytes=32 time=0ms TTL=128
Reply from 10.10.10.5: bytes=32 time=11ms TTL=128
Reply from 10.10.10.5: bytes=32 time=0ms TTL=128

Ping statistics for 10.10.10.5:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 11ms, Average = 4ms

PC>10.10.10.5
Invalid Command.

PC>ping 10.10.10.5

Pinging 10.10.10.5 with 32 bytes of data:

Reply from 10.10.10.5: bytes=32 time=1ms TTL=128


Reply from 10.10.10.5: bytes=32 time=0ms TTL=128
Reply from 10.10.10.5: bytes=32 time=1ms TTL=128
Reply from 10.10.10.5: bytes=32 time=0ms TTL=128

Ping statistics for 10.10.10.5:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

PC>ping 10.10.10.4

Pinging 10.10.10.4 with 32 bytes of data:

Reply from 10.10.10.4: bytes=32 time=5ms TTL=128


Reply from 10.10.10.4: bytes=32 time=8ms TTL=128
Reply from 10.10.10.4: bytes=32 time=8ms TTL=128
Reply from 10.10.10.4: bytes=32 time=14ms TTL=128

Ping statistics for 10.10.10.4:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 5ms, Maximum = 14ms, Average = 8ms

Y YA PODEMOS TENER COMUNICACIN CON LA PC Student-2

También podría gustarte