NetIron 5.2 çalıştıran bir Brocade yönlendirici ve IOS 12.4 çalıştıran bir Dynamips öykünmesi, çok basit bir yapılandırma gibi görünen eşit maliyet yollarını güvenilir bir şekilde kullanamaz. "Güvenilir bir şekilde" diyorum çünkü Brocade'den beklenen davranışı çok kısa bir süre gözlemledim, ama uzun bir süre kullanılmadığında ve sistemi bozduğumda ortadan kayboldu.
İlgili olması durumunda, durum bilgisi olmayan bir ağ hizmeti için herhangi bir yayın hedefi ayarlıyorum. Bu, ağ yolu uzunluğu çeşitliliği çok az olan veya hiç bulunmayan, siteye özgü bir yapılandırma olacaktır, bu nedenle, her noktaya yayın özelliğinin amacı esasen fazlalık yedeklemesi ve kısmen yük paylaşımı içindir. Sorum yük paylaşım fonksiyonu ile ilgili.
Prototip ağım şöyle görünüyor.
R1 <--N1--> Rcore <--N2--> R2
R1
ve R2
OSPF üzerinden herhangi bir yayın hedefinin reklamını yapın. Rcore
Onun N1
ve N2
arayüzlerinde aynı maliyeti varsa ve anycast hedefinin diğer yönlendiricilerin her birinde aynı maliyeti varsa, Rcore
yönlendirme tablosunda iki eşit maliyet yolu bulmayı beklerdim . En azından her zaman değil ve tahmin edilemez bile değilim. Neden olmasın?
Potansiyel olarak ilgili diğer detayların yanı sıra aşağıdakiler de vardır.
Rcore
bir ABR bağlantısıdırN1
veN2
ayrı NSSA alanlarında omurgaya (gösterilmemiştir) bağlanır .- Denetimi
Rcore
beklenen LSKÖ o LSDB onaylarR1
veR2
doğru yüklenmiş ve doğru metrik ile anycast hedefini içerirler.
Üç olası açıklamayı düşündüm.
- Bu platformlarda ECMP'yi nasıl yapılandıracağımı ve çalıştıracağımı anlamıyorum. Bu muhtemelen, ve ben burada satıcı belgelerinde bulamadım aydınlanma bulmak istiyoruz.
- OSPF Alanları, ECMP, anycast, vb. Arasındaki etkileşimi anlamıyorum. Bunun çok muhtemel olduğunu düşünmüyorum, ama yine de bir şeyler öğrenmeye hazırım.
- Bu iki tedarikçi uygulaması aynı hatadan, yanlış özellikten veya başka bir şeyden muzdariptir. Herhalde olabilir.
Düzenle Dynamips / Dynagen uygulaması için örnek yapılandırma ve çıktı eklendi.
yapılandırmaları
Yönlendirici R1
!
version 12.4
!
hostname R1
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
ip ospf cost 1
!
interface FastEthernet0/0
ip address 10.1.0.2 255.255.255.252
ip ospf cost 2
!
router ospf 1
router-id 10.1.0.2
log-adjacency-changes
area 0.0.0.1 nssa no-summary
passive-interface Loopback0
network 1.1.1.1 0.0.0.0 area 0.0.0.1
network 10.1.0.0 0.0.0.3 area 0.0.0.1
!
line console 0
exec-timeout 0 0
!
end
Yönlendirici R2
!
version 12.4
!
hostname R2
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
ip ospf cost 1
!
interface FastEthernet0/0
ip address 10.2.0.2 255.255.255.252
ip ospf cost 2
!
router ospf 1
router-id 10.2.0.2
log-adjacency-changes
area 0.0.0.2 nssa no-summary
passive-interface Loopback0
network 1.1.1.1 0.0.0.0 area 0.0.0.2
network 10.2.0.0 0.0.0.3 area 0.0.0.2
!
line console 0
exec-timeout 0 0
!
end
Yönlendirici Rcore
!
version 12.4
!
hostname Rcore
!
interface Loopback0
ip address 10.0.0.1 255.255.255.255
ip ospf cost 4
!
interface FastEthernet0/0
ip address 10.1.0.1 255.255.255.252
ip ospf cost 2
!
interface FastEthernet0/1
ip address 10.2.0.1 255.255.255.252
ip ospf cost 2
!
router ospf 1
log-adjacency-changes
area 0.0.0.1 nssa no-summary
area 0.0.0.2 nssa no-summary
passive-interface Loopback0
network 10.0.0.1 0.0.0.0 area 0.0.0.0
network 10.1.0.0 0.0.0.3 area 0.0.0.1
network 10.2.0.0 0.0.0.3 area 0.0.0.2
!
line console 0
exec-timeout 0 0
!
end
Çıktı
Yönlendirici Rcore
LSA yönlendirici R1
Rcore#sh ip ospf database router 10.1.0.2
OSPF Router with ID (10.0.0.1) (Process ID 1)
Router Link States (Area 0.0.0.1)
LS age: 1618
Options: (No TOS-capability, DC)
LS Type: Router Links
Link State ID: 10.1.0.2
Advertising Router: 10.1.0.2
LS Seq Number: 80000002
Checksum: 0x726F
Length: 48
Number of Links: 2
Link connected to: a Stub Network
(Link ID) Network/subnet number: 1.1.1.1
(Link Data) Network Mask: 255.255.255.255
Number of TOS metrics: 0
TOS 0 Metrics: 1
Link connected to: a Transit Network
(Link ID) Designated Router address: 10.1.0.2
(Link Data) Router Interface address: 10.1.0.2
Number of TOS metrics: 0
TOS 0 Metrics: 2
LSA yönlendirici R2
Rcore#sh ip ospf database router 10.2.0.2
OSPF Router with ID (10.0.0.1) (Process ID 1)
Router Link States (Area 0.0.0.2)
LS age: 1766
Options: (No TOS-capability, DC)
LS Type: Router Links
Link State ID: 10.2.0.2
Advertising Router: 10.2.0.2
LS Seq Number: 80000002
Checksum: 0x8A53
Length: 48
Number of Links: 2
Link connected to: a Stub Network
(Link ID) Network/subnet number: 1.1.1.1
(Link Data) Network Mask: 255.255.255.255
Number of TOS metrics: 0
TOS 0 Metrics: 1
Link connected to: a Transit Network
(Link ID) Designated Router address: 10.2.0.2
(Link Data) Router Interface address: 10.2.0.2
Number of TOS metrics: 0
TOS 0 Metrics: 2
Yönlendirme tablosu alıntısı
Rcore#sh ip route 1.1.1.1
Routing entry for 1.1.1.1/32
Known via "ospf 1", distance 110, metric 3, type intra area
Last update from 10.1.0.2 on FastEthernet0/0, 00:30:54 ago
Routing Descriptor Blocks:
* 10.1.0.2, from 10.1.0.2, 00:30:54 ago, via FastEthernet0/0
Route metric is 3, traffic share count is 1