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

configuracion ---

Router1>enable
Router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router1(config)#route ospf 10
Router1(config-router)#network 11.0.0.0 0.0.0.3 area 1
Router1(config-router)#network 10.1.1.0 0.0.0.255 area 1
Router1(config-router)#exit
Router1(config)#exit
---------------------------------------------------------------
#show ip route ---

Router1#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/24 is subnetted, 3 subnets


C 10.1.1.0 is directly connected, Serial2/0
O 10.1.2.0 [110/128] via 10.1.1.2, 01:05:09, Serial2/0
O IA 10.2.1.0 [110/256] via 10.1.1.2, 01:05:09, Serial2/0
11.0.0.0/30 is subnetted, 1 subnets
C 11.0.0.0 is directly connected, FastEthernet0/0
20.0.0.0/30 is subnetted, 1 subnets
O IA 20.0.0.0 [110/257] via 10.1.1.2, 01:01:58, Serial2/0
30.0.0.0/30 is subnetted, 1 subnets
O IA 30.0.0.0 [110/320] via 10.1.1.2, 01:02:08, Serial2/0
60.0.0.0/30 is subnetted, 1 subnets
O IA 60.0.0.0 [110/321] via 10.1.1.2, 00:58:08, Serial2/0
80.0.0.0/30 is subnetted, 1 subnets
O IA 80.0.0.0 [110/321] via 10.1.1.2, 00:58:08, Serial2/0
O IA 192.168.2.0/24 [110/320] via 10.1.1.2, 01:05:09, Serial2/0
192.168.10.0/30 is subnetted, 2 subnets
O IA 192.168.10.0 [110/192] via 10.1.1.2, 01:05:09, Serial2/0
O IA 192.168.10.4 [110/256] via 10.1.1.2, 01:05:09, Serial2/0
--------------------------------------------------------------------
#show ip protocols ---

Router1#show ip protocols
Routing Protocol is "ospf 10"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 11.0.0.1
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
11.0.0.0 0.0.0.3 area 1
10.1.1.0 0.0.0.255 area 1
Routing Information Sources:
Gateway Distance Last Update
1.1.1.1 110 00:12:07
10.1.2.1 110 00:12:07
11.0.0.1 110 00:12:25
Distance: (default is 110)
------------------------------------------------------------------------
#show ip ospf interface ---

Router1#show ip ospf interface

FastEthernet0/0 is up, line protocol is up


Internet address is 11.0.0.1/30, Area 1
Process ID 10, Router ID 11.0.0.1, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 11.0.0.1, Interface address 11.0.0.1
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:09
Index 1/1, 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 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
Serial2/0 is up, line protocol is up
Internet address is 10.1.1.1/24, Area 1
Process ID 10, Router ID 11.0.0.1, 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:02
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 10.1.2.1
Suppress hello for 0 neighbor(s)
------------------------------------------------------------------------
#show ip ospf neighbor ---

Router1#show ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface


10.1.2.1 0 FULL/ - 00:00:33 10.1.1.2 Serial2/0

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