Conexión OSPF
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 ospf 1
R1(config-router)#network 10.10.10.0 0.0.0.255 area 0
R1(config-router)#network 112.19.9.0 0.0.0.3 area 0
R1(config-router)#network 192.168.1.0 0.0.0.3 area 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 ospf 1
R2(config-router)#network 170.154.4.0 0.0.0.255 area 0
R2(config-router)#network 112.19.9.0 0.0.0.3 area 0
00:19:42: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done
R2(config-router)#network 210.11.5.0 0.0.0.3 area 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 ospf 1
R3(config-router)#network 210.11.5.0 0.0.0.3 area 0
00:22:19: %OSPF-5-ADJCHG: Process 1, Nbr 210.11.5.1 on Serial0/0/0 from LOADING to FULL, Loading Done
R3(config-router)#network 192.168.1.0 0.0.0.3 area 0
00:22:39: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Serial0/0/1 from LOADING to FULL, Loading Done
R3(config-router)#network 193.160.10.0 0.0.0.255 area 0
R3(config-router)#exit
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 ospf 1
R1(config-router)#network 10.10.10.0 0.0.0.255 area 0
R1(config-router)#network 112.19.9.0 0.0.0.3 area 0
R1(config-router)#network 192.168.1.0 0.0.0.3 area 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 ospf 1
R2(config-router)#network 170.154.4.0 0.0.0.255 area 0
R2(config-router)#network 112.19.9.0 0.0.0.3 area 0
00:19:42: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done
R2(config-router)#network 210.11.5.0 0.0.0.3 area 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 ospf 1
R3(config-router)#network 210.11.5.0 0.0.0.3 area 0
00:22:19: %OSPF-5-ADJCHG: Process 1, Nbr 210.11.5.1 on Serial0/0/0 from LOADING to FULL, Loading Done
R3(config-router)#network 192.168.1.0 0.0.0.3 area 0
00:22:39: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Serial0/0/1 from LOADING to FULL, Loading Done
R3(config-router)#network 193.160.10.0 0.0.0.255 area 0
R3(config-router)#exit

Comentarios
Publicar un comentario