Conexión RIP





R1

Router>enable
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R1
R1(config)#int s0/0/0
R1(config-if)#ip address 112.19.9.1 255.255.255.252
R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#int s0/0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.252
R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R1(config-if)#int g0/0
R1(config-if)#ip address 10.10.10.1 255.255.255.0
R1(config-if)#no shut
R1(config-if)#exit
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#network 10.10.10.0
R1(config-router)#network 112.19.9.0
R1(config-router)#network 192.168.1.0
R1(config-router)#exit

R2

Router>enable
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int s0/0/0
R2(config-if)#ip address 112.19.9.2 255.255.255.252
R2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R2(config-if)#int s0/0/1
R2(config-if)#ip address 210.11.5.1 255.255.255.252
R2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R2(config-if)#int g0/0
R2(config-if)#ip address 170.154.4.1 255.255.255.0
R2(config-if)#no shut
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
R2(config-if)#exit
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#network 170.154.4.0
R2(config-router)#network 112.19.9.0
R2(config-router)#network 210.11.5.0
R2(config-router)#exit

R3

Router>enable
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int s0/0/1
R3(config-if)#ip address 192.168.1.2 255.255.255.252
R3(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R3(config-if)#int s0/0/0
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up
R3(config-if)#ip address 210.11.5.2 255.255.255.252
R3(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
R3(config-if)#int g0/0
R3(config-if)#ip address 193.160.10.1 255.255.255.0
R3(config-if)#no shut
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
R3(config-if)#exit
R3(config)#router rip
R3(config-router)#version 2
R3(config-router)#network 210.11.5.0
R3(config-router)#network 192.168.1.0
R3(config-router)#network 193.160.10.0
R3(config-router)#exit

Comentarios

Entradas populares