Вы находитесь на странице: 1из 7

Router 0

Router>en
Router#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fa0/0
Router(config-if)#ip add
% Incomplete command.
Router(config-if)#ip address
% Incomplete command.
Router(config-if)#ip address 172.16.1.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
Router(config-if)#interface s2/0
Router(config-if)#ip address 172.16.3.1 255.255.255.252
Router(config-if)#clock rate 64000
Router(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#
Router(config-if)#interface s3/0
Router(config-if)#ip address 192.168.10.5 255.255.255.252
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial3/0, changed state to down
Router(config-if)#
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#
configuracion osf
Router>en
Router#show ip
% Incomplete command.
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
172.16.1.0/24 is directly connected, FastEthernet0/0
172.16.3.0/30 is directly connected, Serial2/0
192.168.10.0/30 is subnetted, 1 subnets
C
192.168.10.4 is directly connected, Serial3/0
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
C
C

Router(config)#router ospf 1
Router(config-router)#network 172.16.1.0 0.0.0.255 area 0
Router(config-router)#network 172.16.3.0 0.0.0.3 area 0
Router(config-router)#network 192.168.10.4 0.0.0.3 area 0
Router(config-router)#show ip route
^
% Invalid input detected at '^' marker.
Router(config-router)#
Router(config-router)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
172.16.1.0/24 is directly connected, FastEthernet0/0
172.16.3.0/30 is directly connected, Serial2/0
192.168.10.0/30 is subnetted, 1 subnets
C
192.168.10.4 is directly connected, Serial3/0
Router#
C
C

Router 1
Router>en
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
Router(config-if)#interface s2/0
Router(config-if)#ip address 192.168.10.9 255.255.255.252
Router(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#
Router(config-if)#interface s3/0
Router(config-if)#ip address 192.168.10.6 255.255.255.252
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up

Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
Router#
%SYS-5-CONFIG_I: Configured from console by console
configuracion
Router>en
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
C

192.168.1.0/24 is directly connected, FastEthernet0/0


192.168.10.0/30 is subnetted, 2 subnets
C
192.168.10.4 is directly connected, Serial3/0
C
192.168.10.8 is directly connected, Serial2/0
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#router ospf 1
Router(config-router)#network 192.168.1.0 0.0.0.255 area 0
Router(config-router)#network 192.168.10.4 0.0.0.3 area 0
Router(config-router)#
00:35:24: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.5 on Serial3/0 from LOADING
to FULL, Loading Done
network
% Incomplete command.
Router(config-router)#network 192.168.10.8 0.0.0.3 area 0
Router(config-router)#exit
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
172.16.1.0/24 [110/65] via 192.168.10.5, 00:01:49, Serial3/0
172.16.3.0/30 [110/128] via 192.168.10.5, 00:01:49, Serial3/0
192.168.1.0/24 is directly connected, FastEthernet0/0
192.168.10.0/30 is subnetted, 2 subnets
C
192.168.10.4 is directly connected, Serial3/0
C
192.168.10.8 is directly connected, Serial2/0
Router#
O
O
C

Router 2
Router>en
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fa0/0
Router(config-if)#ip address 172.16.2.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
Router(config-if)#
Router(config-if)#interface s3/0
Router(config-if)#ip address 192.168.10.10 255.255.255.252
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
Router(config-if)#interface s2/0
Router(config-if)#ip address 172.16.3.2 255.255.255.252
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#
Router(config-if)#interface
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
^
% Invalid input detected at '^' marker.
Router(config-if)#interface s4/0
Router(config-if)#ip address 10.1.1.1 255.255.255.252
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface Serial4/0, changed state to up
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial4/0, changed state to up
Router(config-if)#
configuracion
Router>en

Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/30 is subnetted, 1 subnets
10.1.1.0 is directly connected, Serial4/0
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C
172.16.2.0/24 is directly connected, FastEthernet0/0
C
172.16.3.0/30 is directly connected, Serial2/0
192.168.10.0/30 is subnetted, 1 subnets
C
192.168.10.8 is directly connected, Serial3/0
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router ospf 1
Router(config-router)#network 10.1.1.0 0.0.0.3 area 0
Router(config-router)#network 172.16.2.0 0.0.0.255 area 0
Router(config-router)#network 172.16.3.0 0.0.0.3 area 0
Router(config-router)#network
00:43:13: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.5 on Serial2/0 from LOADING
to FULL, Loading Done
C

% Incomplete command.
Router(config-router)#network 192.168.10.8 0.0.0.3 area 0
Router(config-router)#
Router(config-router)#
00:43:50: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.9 on Serial3/0 from LOADING
to FULL, Loading Done
Router(config-router)#
Router(config-router)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
C
O
C
C
O
O

10.0.0.0/30 is subnetted, 1 subnets


10.1.1.0 is directly connected, Serial4/0
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
172.16.1.0/24 [110/65] via 172.16.3.1, 00:00:38, Serial2/0
172.16.2.0/24 is directly connected, FastEthernet0/0
172.16.3.0/30 is directly connected, Serial2/0
192.168.1.0/24 [110/65] via 192.168.10.9, 00:00:00, Serial3/0
192.168.10.0/30 is subnetted, 2 subnets
192.168.10.4 [110/128] via 172.16.3.1, 00:00:00, Serial2/0

[110/128] via 192.168.10.9, 00:00:00, Serial3/0


C
192.168.10.8 is directly connected, Serial3/0
Router#
Router 0
Router#show ip protocols
Routing Protocol is "ospf 1" // protocolo
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.10.5
/ /** la mayor
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.0 0.0.0.255 area 0
172.16.3.0 0.0.0.3 area 0
192.168.10.4 0.0.0.3 area 0
Routing Information Sources:
Gateway
Distance
Last Update
192.168.10.5
110
00:05:07 //110 distancia administrativo
192.168.10.9
110
00:04:30
192.168.10.10
110
00:04:30
Distance: (default is 110)
Router#
Router#show ip ospf
Routing Process "ospf 1" with ID 192.168.10.5
Supports only single TOS(TOS0) routes
Supports opaque LSA
SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
Number of external LSA 0. Checksum Sum 0x000000
Number of opaque AS LSA 0. Checksum Sum 0x000000
Number of DCbitless external and opaque AS LSA 0
Number of DoNotAge external and opaque AS LSA 0
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
External flood list length 0
Area BACKBONE(0)
Number of interfaces in this area is 3
Area has no authentication
SPF algorithm executed 8 times
Area ranges are
Number of LSA 3. Checksum Sum 0x00da91
Number of opaque link LSA 0. Checksum Sum 0x000000
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
Router#show ip ospf interface s2/0
Serial2/0 is up, line protocol is up
Internet address is 172.16.3.1/30, Area 0
Process ID 1, Router ID 192.168.10.5, Network Type POINT-TO-POINT, Cost: 64
Transmit Delay is 1 sec, State POINT-TO-POINT, Priority 0
No designated router on this network
No backup designated router on this network

Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:00
Index 2/2, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1 , Adjacent neighbor count is 1
Adjacent with neighbor 192.168.10.10
Suppress hello for 0 neighbor(s)
Router#

Вам также может понравиться