Re: ospf load balance

From: Sila Moni (silamoni@yahoo.com)
Date: Tue Jul 05 2005 - 15:30:38 GMT-3


Does your routing table show that R4 prefers the VL as its next hope? That's the problem.

Rajib Khan <rajib56666@yahoo.com> wrote:Hello group,

I am trying to understand ospf load balancing following is my diagram

Area 0 --------- area 5

R1 -------- R2 area 6 R3 ------ R4

---------

Please note there are 2 links between R2 and R3

What I have noticed in the routing table that traffic from R1 and R4 are not load balancing IA route between R2 and R3 even though I have configured ip ospf costs same.

Any idea what needs to be done? Following is my config

R2

router ospf 5

router-id 1.1.2.2

log-adjacency-changes

area 6 virtual-link 1.1.3.3

network 1.1.2.0 0.0.0.255 area 0

network 1.1.20.0 0.0.0.255 area 6

network 1.1.6.0 0.0.0.255 area 6

network 1.1.4.0 0.0.0.255 area 0

maximum-paths 6

int e0

ip add 1.1.20.2 255.255.255.0

ip ospf network point-to-point

ip ospf cost 10

interface Serial1.5 oint-to-point

ip address 1.1.6.2 255.255.255.0

no ip route-cache

ip ospf network point-to-point

ip ospf cost 10

no ip mroute-cache

frame-relay interface-dlci 302

R3

interface Ethernet4

ip address 1.1.20.4 255.255.255.0

no ip route-cache

ip ospf cost 10

no ip mroute-cache

media-type 10BaseT

end

interface Serial1

ip address 1.1.6.3 255.255.255.0

encapsulation frame-relay

no ip route-cache

ip ospf network point-to-point

ip ospf cost 10

no ip mroute-cache

frame-relay map ip 1.1.6.2 202 broadcast

frame-relay interface-dlci 202

!

router ospf 5

router-id 1.1.3.3

log-adjacency-changes

area 6 virtual-link 1.1.2.2

network 1.1.3.0 0.0.0.255 area 6

network 1.1.20.0 0.0.0.255 area 6

network 1.1.6.0 0.0.0.255 area 6

network 1.1.40.0 0.0.0.255 area 5

maximum-paths 6

!

Thanks in advance

Raj



This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:29 GMT-3