5.5.2.2 Resuelto
5.5.2.2 Resuelto
5.5.2.2 Resuelto
Direccin
IP
Mscara de
subred
Gateway
predeterminada
S0/0/0
10.1.0.1
255.255.255.252
No aplicable
Fa0/0
10.1.1.254
255.255.255.0
No aplicable
S0/0/0
10.1.0.2
255.255.255.252
No aplicable
S0/0/1
10.3.0.1
255.255.255.252
No aplicable
S0/0/1
10.3.0.2
255.255.255.252
No aplicable
Fa0/0
10.3.1.254
255.255.255.0
No aplicable
PC1
NIC
10.1.1.1
255.255.255.0
10.1.1.254
PC2
NIC
10.3.1.1
255.255.255.0
10.3.1.254
Dispositivo Interfaz
R1
R2
R3
Objetivos de aprendizaje
R1(config)#inter
R1(config)#interface fa
R1(config)#interface fastEthernet 0/1
R1(config-if)#ip add
R1(config-if)#ip address 10.1.1.254 255.255.255.0
R1(config-if)#no shu
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
exit
R1(config)#inter
R1(config)#interface ser
R1(config)#interface serial 0/0/0
R1(config-if)#ip add
R1(config-if)#ip address 10.1.0.1 255.255.255.0
R1(config-if)#cloc
R1(config-if)#clock ra
R1(config-if)#clock rate 64000
R1(config-if)#no shu
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#exit
R1(config)#rou
R1(config)#router o
R1(config)#router ospf 1
R1(config-router)#net
R1(config-router)#network 10.1.0.0 0.0.0.255 are
R1(config-router)#network 10.1.0.0 0.0.0.255 area 0
R1(config-router)#net
R1(config-router)#network 10.1.1.0 0.0.0.255 are
R1(config-router)#network 10.1.1.0 0.0.0.255 area 0
R1(config-router)#exit
R1(config)#
R2(config)#interface ser
R2(config)#interface serial 0/0/0
R2(config-if)#ip add
R2(config-if)#ip address 10.1.0.2 255.255.255.0
R2(config-if)#no shu
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R2(config-if)#
R2(config-if)#inter
R2(config-if)#exit
R2(config)#inter
R2(config)#interface lo
R2(config)#interface loopback
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
0
%LINK-5-CHANGED: Interface Loopback0, changed state to up
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up
ip add
R2(config-if)#ip address 10.13.205.1 255.255.0.0
R2(config-if)#no shu
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#inter
R2(config)#interface ser
R2(config)#interface serial 0/0/1
R2(config-if)#ip add
R2(config-if)#ip address 10.3.0.1 255.255.255.0
R2(config-if)#clo
R2(config-if)#clock ra
R2(config-if)#clock rate 64000
R2(config-if)#no shu
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R2(config-if)#exit
R2(config)#router ospf 1
R2(config-router)#net
R2(config-router)#network
R2(config-router)#network
R2(config-router)#netwo
R2(config-router)#network
00:12:11: %OSPF-5-ADJCHG:
Done
are
R2(config-router)#network
R2(config-router)#net
R2(config-router)#network
R2(config-router)#network
R2(config-router)#exit
R2(config)#
R3(config)#inter
R3(config)#interface fa
R3(config)#interface fastEthernet 0/1
R3(config-if)#ip add
R3(config-if)#ip address 10.3.1.254 255.255.255.0
R3(config-if)#no shu
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
exit
R3(config)#inter
R3(config)#interface ser
R3(config)#interface serial 0/0/1
R3(config-if)#ip add
R3(config-if)#ip address 10.3.0.2 255.255.255.0
R3(config-if)#no shu
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R3(config-if)#exit
R3(config)#
R3(config)#rou
R3(config)#router is
R3(config)#router os
R3(config)#router ospf 1
R3(config-router)#netwo
R3(config-router)#network 10.3.0.0 0.0.0.255 are
R3(config-router)#network 10.3.0.0 0.0.0.255 area 0
R3(config-router)#net
R3(config-router)#network 10.3.1.0 0.0.0.255 are
R3(config-router)#network 10.3.1.0 0.0.0.255 area 0
R3(config-router)#exit
R1(config)#ip acc
R1(config)#ip access-list sta
R1(config)#ip access-list standard VTY-Local
R1(config-std-nacl)#permi
R1(config-std-nacl)#permit 10.1.1.0 0.0.0.255
R1(config-std-nacl)#deny
R1(config-std-nacl)#deny an
R1(config-std-nacl)#deny any
R1(config-std-nacl)#exit
R3(config)#lin
R3(config)#line v
R3(config)#line vty 0 4
R3(config-line)#log
R3(config-line)#acc
R3(config-line)#access-class VTY-Local in
R3(config-line)#exit
R3(config)#end
OK!