Conexión IP Route


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)#ip route 128.0.0.0 192.0.0.0 192.168.1.2
R1(config)#ip route 128.0.0.0 192.0.0.0 112.19.9.2

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)#ip route 193.160.10.0 255.255.255.0 112.19.9.1
R2(config)#ip route 10.10.10.0 255.255.255.0 112.19.9.1
R2(config)#ip route 10.10.10.0 255.255.255.0 210.11.5.2
R2(config)#ip route 193.160.10.0 255.255.255.0 210.11.5.2

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)#ip route 10.10.10.0 255.255.255.0 210.11.5.1
R3(config)#ip route 170.154.4.0 255.255.255.0 210.11.5.1
R3(config)#ip route 10.10.10.0 255.255.255.0 192.168.1.1
R3(config)#ip route 170.154.4.0 255.255.255.0 192.168.1.1

Comentarios

Entradas populares