Vous êtes sur la page 1sur 4

Tarea 9: Documentar las configuraciones del router

R1#cclock set 13:38:20 26 June 2014


R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#hostnam R1
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)#enable secret class
R1(config)#int fa0/1
R1(config-if)#ip add 10.0.0.1 255.255.255.128
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#int se0/0/0
R1(config-if)#encapsulation ppp
R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R1(config-if)#ip add 172.16.0.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#clock rate 64000
R1(config-if)#exit
R1(config)#int se0/0/1
R1(config-if)#encapsulation ppp
R1(config-if)#ip add 172.16.0.9 255.255.255.252
R1(config-if)#no shut
R1(config)#router ospf 1
R1(config-router)#network 10.0.0.0 0.0.0.127 area 0
R1(config-router)#network 172.16.0.8 0.0.0.3 area 0
R1(config-router)#exit
R1(config)#username R2 password 0 cisco


Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#
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)#enable secret class
R2(config)#int lo0

R2(config-if)#
%LINK-5-CHANGED: Interface Loopback0, changed state to up

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

R2(config-if)#ip add 209.165.200.161 255.255.255.224
R2(config-if)#exit
R2(config)#int se0/0/0
R2(config-if)#encapsulation ppp
R2(config-if)#ip add 172.16.0.2 255.255.255.252
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R2(config-if)#ex
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
it
R2(config)#int se0/0/1
R2(config-if)#encapsulation ppp
R2(config-if)#ip add 172.16.0.5 255.255.255.252
R2(config-if)#clcok rate 64000
^
% Invalid input detected at '^' marker.
R2(config-if)#clock rate 64000
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R2(config)#router ospf 1
R2(config-router)#network 172.16.0.0 0.0.0.3 area 0
R2(config-router)#network 172.16.0.4 0.0.0.3 area 0
R2(config-router)#exit
R2(config)#int se0/0/0
R2(config-if)#ppp authentication chap
R2(config-if)#

Router#clock set 13:38:20 26 June 2014
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#
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)#enable secret class
R3(config)#int se0/0/0
R3(config-if)#encapsulation ppp
R3(config-if)#ip add 172.16.0.10 255.255.255.252
R3(config-if)#clock rate 64000
R3(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R3(config-if)#ex
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
it
R3(config)#int se0/0/1
R3(config-if)#encapsulation ppp
R3(config-if)#ip add 172.16.0.6 255.255.255.252
R3(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R3(config)#router ospf 1
R3(config-router)#network 10.0.0.128 0.0.0.127 area 0
R3(config-router)#network 172.16.0.8 0.0.0.3 area 0
R3(config-router)#
10:00:35: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.0.5 on Serial0/0/0 from LOADING
to FULL, Loading Done

R3(config-router)#network 172.16.0.4 0.0.0.3 area 0
R3(config-router)#
10:01:04: %OSPF-5-ADJCHG: Process 1, Nbr 209.165.200.161 on Serial0/0/1 from
LOADING to FULL, Loading Done

Vous aimerez peut-être aussi