OSPF LSA Type 5 Summarization

 16 Haziran 2007 Cumartesi – CCNP Labın’dan alınmıştır.

R1 ASBR Routerıdır. Type LSA’ların Summarization2ı ASBR Router’ı üzerinden yapılır. External networkler OSPF içerisine ASBR routerında “redistribute connected ” gönderilmiştir.

R2 Router’ı başlangıçta Externl networklerin tamamını Routing Table’ında görmektedir. Başlangıçta Router’ların konfigürasyonlar şu şekilde yapılmıştır;

R1#sh run

Building configuration…
!
router ospf 1
log-adjacency-changes
redistribute connected subnets
network 10.1.1.0 0.0.0.3 area 0
!

R2#sh run
Building configuration…

!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
!

R1 Router’ı ASBR’dir..

R1#sh ip ospf
Routing Process “ospf 1″ with ID 193.168.3.1
Supports only single TOS(TOS0) routes
Supports opaque LSA
Supports Link-local Signaling (LLS)
Supports area transit capability
It is an autonomous system boundary router
Redistributing External Routes from,
connected, includes subnets in redistribution

Başlangıçta R2 Routerının Routing Table’ı şu şekildedir;

R2#sh ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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
C       10.1.1.0 is directly connected, Serial1/1
O E2 193.168.1.0/24 [110/20] via 10.1.1.1, 00:01:11, Serial1/1
O E2 193.168.3.0/24 [110/20] via 10.1.1.1, 00:01:11, Serial1/1
O E2 193.168.2.0/24 [110/20] via 10.1.1.1, 00:01:11, Serial1/1
R2#

R1 üzrinde şu şekilde bir konfigürasyon ile özetleme yapılmıştır;

R1#sh run

Building configuration…
!
!
router ospf 1
log-adjacency-changes
summary-address 193.168.0.0 255.255.252.0
redistribute connected subnets
network 10.1.1.0 0.0.0.3 area 0
!

R2 Router’ının Routing Table’ ında artık özetlenmiş 1 adet external network kalacaktır..

R2#sh ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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
C       10.1.1.0 is directly connected, Serial1/1
O E2 193.168.0.0/22 [110/20] via 10.1.1.1, 00:00:51, Serial1/1
R2#
R2#

Hayrullah Kolukisaoglu

“OSPF LSA Type 5 Summarization” için 0 Yorum yapılmış.


  1. Yorum Yapılmamış

Yorum yapın

Yorum yapmak için giriş yapmanız gerekiyor.