MERAprojects / ops-quagga

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

The command `show ip ospf route` displays incorrect area #23

Open xivamar opened 8 years ago

xivamar commented 8 years ago

Problem Description:

Incorrect area is display in the command show ip ospf route.

OpenSwitch version:

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

Test Topology:

ospf_topology

Steps to reproduce the problem:

  1. Configure DUTs as in attached file.
  2. Check ospf routing table via show ip ospf route on DUT4.

    on DUT4:

     switch# show ip ospf route 
     Codes: N - Network, R - Router, IA - Inter Area,
            E1 - External Type 1, E2 - External Type 2
     ============ OSPF network routing table ============
     N IA 0.0.0.0/0             [11] area: 0.0.0.0
                        via 172.16.10.5, eth2
     N IA 172.16.1.0/24         [20] area: 0.0.0.0
                        via 172.16.10.5, eth2
     N IA 172.16.51.0/24        [30] area: 0.0.0.0
                                via 172.16.10.5, eth2
     N    172.16.20.0/24        [10] area: 0.0.0.0
                                directly attached to eth1
     N    172.16.10.4/30        [10] area: 0.0.0.0
                                directly attached to eth2
    
     ============ OSPF router routing table =============
     R    192.168.3.1           [10] area: 0.0.0.0, ABR
                                via 172.16.10.5, eth2
    
     ============ OSPF external routing table ===========
    
     switch# 

    config.txt