Configuración 7.5.1
Configuración 7.5.1
Configuracin router 1
Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#interface FastEthernet0/0
R1(config-if)#ip address 172.30.1.1 255.255.255.0
R1(config-if)#duplex auto
R1(config-if)#speed auto
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 to up
R1(config-if)#interface FastEthernet0/1
R1(config-if)#ip address 172.30.2.1 255.255.255.0
R1(config-if)#duplex auto
R1(config-if)#speed auto
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed
state to up
R1(config-if)#interface Serial0/0/0
R1(config-if)#ip address 209.165.200.230 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#router rip
R1(config-router)#passive-interface FastEthernet0/0
R1(config-router)#passive-interface FastEthernet0/1
R1(config-router)#network 172.30.0.0
R1(config-router)#network 209.165.200.0
R1(config-router)#line con 0
R1(config-line)#line vty 0 4
R1(config-line)#login
%
%
%
%
%
Login
Login
Login
Login
Login
disabled
disabled
disabled
disabled
disabled
on
on
on
on
on
line
line
line
line
line
322,
323,
324,
325,
326,
until
until
until
until
until
'password'
'password'
'password'
'password'
'password'
is
is
is
is
is
set
set
set
set
set
R1(config-line)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console
Configuracin router 2
Router>enable
Router#configure terminal
Router(config)#hostname R2
R2(config)#interface FastEthernet0/0
R2(config-if)#ip address 10.1.0.1 255.255.0.0
R2(config-if)#duplex auto
R2(config-if)#speed auto
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
R2(config-if)#interface Serial0/0/0
R2(config-if)#ip address 209.165.200.229 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R2(config-if)#interface Serial0/0/1
R2(config-if)#ip address 209.165.200.233 255.255.255.252
R2(config-if)#clock rate 64000
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R2(config-if)#router rip
R2(config-router)#passive-interface FastEthernet0/0
R2(config-router)#network 10.0.0.0
R2(config-router)#network 209.165.200.0
R2(config-router)#line con 0
R2(config-line)#line vty 0 4
R2(config-line)#login
%
%
%
%
%
Login
Login
Login
Login
Login
disabled
disabled
disabled
disabled
disabled
on
on
on
on
on
line
line
line
line
line
322,
323,
324,
325,
326,
until
until
until
until
until
'password'
'password'
'password'
'password'
'password'
is
is
is
is
is
set
set
set
set
set
R2(config-line)#end
R2#
%SYS-5-CONFIG_I: Configured from console by console
Configuracin router 3
Router>enable
Router#configure terminal
Router(config)#hostname R3
R3(config)#interface FastEthernet0/0
R3(config-if)#ip address 172.30.100.1 255.255.255.0
R3(config-if)#duplex auto
R3(config-if)#speed auto
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
R3(config-if)#interface Serial0/0/1
R3(config-if)#ip address 209.165.200.234 255.255.255.252
R3(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R3(config-if)#interface Loopback0
R3(config-if)#
%LINK-5-CHANGED: Interface Loopback0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state
to up
R3(config-if)#ip address 172.30.110.1 255.255.255.0
R3(config-if)#interface Loopback1
R3(config-if)#
%LINK-5-CHANGED: Interface Loopback1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state
to up
R3(config-if)#ip address 172.30.200.17 255.255.255.240
R3(config-if)#interface Loopback2
R3(config-if)#
%LINK-5-CHANGED: Interface Loopback2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback2, changed state
to up
R3(config-if)#ip address 172.30.200.33 255.255.255.240
R3(config)#router rip
R3(config-router)#passive-interface FastEthernet0/0
R3(config-router)#network 172.30.0.0
R3(config-router)#network 209.165.200.0
R3(config-router)#line con 0
R3(config-line)#line vty 0 4
R3(config-line)#login
% Login disabled on line 322, until 'password' is set
% Login disabled on line 323, until 'password' is set
% Login disabled on line 324, until 'password' is set
% Login disabled on line 325, until 'password' is set
% Login disabled on line 326, until 'password' is set
R3(config-line)#end
R3#
%SYS-5-CONFIG_I: Configured from console by console
Utilice el resultado del comando debug ip rip para responder las siguientes preguntas:
Qu entradas se incluyen en las actualizaciones RIP que se envan desde R1?
172.30.1.0/24
172.30.2.0/24
Qu rutas se encuentran en las actualizaciones RIP que se reciben desde R1 en R2?
172.30.1.0/24
172.30.1.0/24
Se incluyen ahora las mscaras de las subredes en las actualizaciones de enrutamiento? SI