Switches, Hubs, and Modems
1753987 Members
4672 Online
108811 Solutions
New Discussion

Problem with Configuration VRRP, load-sharing and OSPF

 
SamCat35
Occasional Collector

Problem with Configuration VRRP, load-sharing and OSPF

Hi,

For my WAN connection, I have 2 routers 6200 (J8992A)  , with a gigabit/s WAN connection for each router , both routers learn by OSPF area 249 routes from others router(from the others site). I want to you use the full capacity of my 2 Wan connections. From the LAN site the router are configured in VRRP. the router master VRRP have all the trafic to the WAN, How i can do to share the traffic between both router's Wan connections with OSPF? How can I the cost for a route learn from 2 routers with a number of hop different?

Regards,

Samuel.

My configuration (with this configuration the load-sharing is not runnig even if i try to modify the ospf cost to have a similar cost between area 0 and area 249):

Config router A ( Master VRRP)

ip routing
ip load-sharing
router ospf
area 0.0.0.249
area backbone
metric-type type1
redistribute static route-map "RESIDISTRIBUTE-LAN"
enable
exit
router vrrp
ipv4 enable
exit

vlan 248
name "Back-To-Back routeurs WAN"
tagged Trk1
ip address 10.1.248.2 255.255.255.252
ip ospf 10.1.248.2 area backbone
exit

vlan 249
name "WAN connecion"
tagged 1
ip address 10.249.254.12 255.255.255.0
ip ospf 10.249.254.12 area 0.0.0.249

vlan 250
name "LAN Connection"
untagged 2
ip address 10.1.250.254 255.255.255.0
vrrp vrid 250
virtual-ip-address 10.1.250.254
priority 255
exit
exit

 

Config router B ( Backup VRRP)

ip routing
no ip load-sharing
router ospf
area 0.0.0.249
area backbone
metric-type type1
redistribute static route-map "RESIDISTRIBUTE-LAN"
enable
exit
router vrrp
ipv4 enable
exit

vlan 248
name "Back-To-Back routeurs WAN"
tagged Trk1
ip address 10.1.248.2 255.255.255.252
ip ospf 10.1.248.2 area backbone
exit

vlan 249
name "WAN connecion"
tagged 1
ip address 10.249.254.12 255.255.255.0
ip ospf 10.249.254.12 area 0.0.0.249

vlan 250
name "LAN Connection"
untagged 2
ip address 10.1.250.254 255.255.255.0
vrrp vrid 250
virtual-ip-address 10.1.250.254
priority 255
exit
exit
vlan 250
name "VLAN250"
untagged 2
ip address 10.1.250.253 255.255.255.0
vrrp vrid 250
virtual-ip-address 10.1.250.254
exit
exit

 

 

 

1 REPLY 1
Nitish_N
HPE Pro

Re: Problem with Configuration VRRP, load-sharing and OSPF