MERAprojects / ops-quagga

GNU General Public License v2.0
0 stars 0 forks source link

OSPF cost of interface does not influence the choice of route to destination #25

Open xivamar opened 8 years ago

xivamar commented 8 years ago

Problem Description:

OSPF cost of interface does not influence the choice of route to destination.

OpenSwitch version:

OpenSwitch 1.0.0 (Build: appliance-ops-1.0.0-release+2016090200)

Test Topology:

screenshot

Steps to reproduce the problem:

  1. Configure DUTs as in attached file.
  2. On DUT3 ping 10.1.0.1. Ping should be successful. Ping goes through the SW1.
  3. Сhange cost on interface eth1 on DUT3 (default value in OpenSwith is 10):

    switch# configure terminal 
    switch(config)# interface eth1 
    switch(config-if)# ip ospf cost 50
    switch(config-if)# end
  4. On DUT3 ping 10.1.0.1. Ping should be successful and it should go through the OpenSwitch-5. But ping goes through the SW1.

OSPF_2_config.txt

OpenSwitch-3_eth1_to_SW1.pcapng.tar.gz