Vous êtes sur la page 1sur 12

ROUTER 1:::::

Continue with configuration dialog? [yes/no]: NO


Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#interface Fa0/0
R1(config-if)#ip address 192.168.0.65 255.255.255.240
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
R1(config-if)#exit
R1(config)#interface Se0/1/0
R1(config-if)#ip address 192.168.0.81 255.255.255.252
R1(config-if)#clock rate 2000000
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
R1(config-if)#
R1(config-if)#exit
R1(config)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
R1(config)#router rip v2
^
% Invalid input detected at '^' marker.
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#network 192.168.0.64
R1(config-router)#network 192.168.0.80
R1(config-router)#do wr
Building configuration...
[OK]
R1(config-router)#exit
R1(config)#
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#exit

R1 con0 is now available

Press RETURN to get started.

R1>enable
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#banner motd #"Puede activar mis examenes"#
R1(config)#enable secret cisco
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1 con0 is now available

Press RETURN to get started.

"Puede activar mis examenes"


User Access Verification
Password:
R1>enable
Password:
R1#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
R
R
C
C
R
R
R
R1#

192.168.0.0/24 is variably subnetted, 7 subnets, 3 masks


192.168.0.0/27 [120/4] via 192.168.0.82, 00:00:28, Serial0/1/0
192.168.0.32/27 [120/2] via 192.168.0.82, 00:00:28, Serial0/1/0
192.168.0.64/28 is directly connected, FastEthernet0/0
192.168.0.80/30 is directly connected, Serial0/1/0
192.168.0.84/30 [120/1] via 192.168.0.82, 00:00:28, Serial0/1/0
192.168.0.88/30 [120/2] via 192.168.0.82, 00:00:28, Serial0/1/0
192.168.0.92/30 [120/3] via 192.168.0.82, 00:00:28, Serial0/1/0

================================================================================
===========
ROUTER 2::::::::::::::::::::
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R2
R2(config)#ip add
^
% Invalid input detected at '^' marker.
R2(config)#interface Se0/1/0
R2(config-if)#ip address 192.168.0.82 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
R2(config-if)#exit
R2(config)#interface Se0/
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
1
%Invalid interface type and number
R2(config)#interface Se0/1/1
R2(config-if)#ip address 192.168.0.85 255.255.255.252
R2(config-if)#clock rate 2000000
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to down
R2(config-if)#exit
R2(config)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#network 192.168.0.80
R2(config-router)#network 192.168.0.84
R2(config-router)#do wr
Building configuration...
[OK]
R2(config-router)#exit
R2(config)#exit
R2#
%SYS-5-CONFIG_I: Configured from console by console
R2#exit

R2 con0 is now available

Press RETURN to get started.

R2>R1>enable
Translating "R1>enable"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address
R2>enable
R2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#
R2(config)#banner motd #"puede activar mis examenes"#
R2(config)#enable secret cisco
R2(config)#line console 0
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#

R2 con0 is now available

Press RETURN to get started.


================================================================================
==
ROUTER 3::::
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#interface Se0/1/0
R3(config-if)#ip address 192
^
% Invalid input detected at '^' marker.
R3(config-if)#ip address 192.168.0.86 255.255.255.282
^
% Invalid input detected at '^' marker.
R3(config-if)#ip address 192.168.0.86 255.255.255.252
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
R3(config-if)#exit
R3(config)#interface Se0/1/1
R3(config-if)#ip addre
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
ss
% Incomplete command.
R3(config-if)#ip address 192.168.0.89 255.255.255.252
R3(config-if)#clock rate 2000000
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to down
R3(config-if)#exit
R3(config)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up
R3(config)#router rip
R3(config-router)#version 2
R3(config-router)#network 192.168.0.84
R3(config-router)#network 192.168.0.32
R3(config-router)#network 192.168.0.88
R3(config-router)#do wr
Building configuration...
[OK]
R3(config-router)#exit
R3(config)#
R3(config)#exit
R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#interface Fa0/0
R3(config-if)#ip address 192.168.0.33 255.255.255.224
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#
%SYS-5-CONFIG_I: Configured from console by console
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t

o up
R3(config)#
R3(config)#exit
R3#
%SYS-5-CONFIG_I: Configured from console by console
R3#exit

R3 con0 is now available

Press RETURN to get started.

R3>enable
R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#banner motd #"Puede activar mis examenes"#
R3(config)#enable secret cisco
R3(config)#line console 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#line vty 0 4
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#exit
R3#
%SYS-5-CONFIG_I: Configured from console by console

R3 con0 is now available

Press RETURN to get started.

===========================================================================
ROUTER 4:::
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#interface Se0/1/0
R3(config-if)#ip address 192
^
% Invalid input detected at '^' marker.
R3(config-if)#ip address 192.168.0.86 255.255.255.282
^
% Invalid input detected at '^' marker.
R3(config-if)#ip address 192.168.0.86 255.255.255.252
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
R3(config-if)#exit
R3(config)#interface Se0/1/1
R3(config-if)#ip addre
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
ss
% Incomplete command.
R3(config-if)#ip address 192.168.0.89 255.255.255.252
R3(config-if)#clock rate 2000000
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to down
R3(config-if)#exit
R3(config)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up


R3(config)#router rip
R3(config-router)#version 2
R3(config-router)#network 192.168.0.84
R3(config-router)#network 192.168.0.32
R3(config-router)#network 192.168.0.88
R3(config-router)#do wr
Building configuration...
[OK]
R3(config-router)#exit
R3(config)#
R3(config)#exit
R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#interface Fa0/0
R3(config-if)#ip address 192.168.0.33 255.255.255.224
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#
%SYS-5-CONFIG_I: Configured from console by console
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
R3(config)#
R3(config)#exit
R3#
%SYS-5-CONFIG_I: Configured from console by console
R3#exit

R3 con0 is now available

Press RETURN to get started.

R3>enable
R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#banner motd #"Puede activar mis examenes"#
R3(config)#enable secret cisco
R3(config)#line console 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#line vty 0 4
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#exit
R3#
%SYS-5-CONFIG_I: Configured from console by console

R3 con0 is now available

Press RETURN to get started.

================================================================================
====
ROUTER 5:
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R5
R5(config)#interface Se0/1/0
R5(config-if)#ip address 192.168.0.94 255.255.255.252
R5(config-if)#no shutdown

R5(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
R5(config-if)#exit
R5(config)#interface Fa0/0
R5(config-if)#ip address 192.168.0
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
^
% Invalid input detected at '^' marker.
R5(config-if)#ip address 192.168.0.1 255.255.255.224
R5(config-if)#no shutdown
R5(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
R5(config-if)#exit
R5(config)#
R5(config)#router rip
R5(config-router)#version 2
R5(config-router)#network 192.168.0.92
R5(config-router)#network 192.168.0.1
R5(config-router)#do wr
Building configuration...
[OK]
R5(config-router)#exit
R5(config)#
R5(config)#exit
R5#
%SYS-5-CONFIG_I: Configured from console by console
R5#exit

R5 con0 is now available

Press RETURN to get started.

R5>enable
R5#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R5(config)#banner motd #"puede activar mis examenes"#
R5(config)#enable secret cisco
R5(config)#line console 0
R5(config-line)#password cisco
R5(config-line)#login
R5(config-line)#exit
R5(config)#line vty 0 4
R5(config-line)#password cisco
R5(config-line)#login
R5(config-line)#exit
R5(config)#exit
R5#
%SYS-5-CONFIG_I: Configured from console by console

R5 con0 is now available

Press RETURN to get started.

Vous aimerez peut-être aussi