MERAprojects / ops-quagga

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

The command `show ip ospf` doesn't display the auto Router ID #18

Closed xivamar closed 8 years ago

xivamar commented 8 years ago

Problem Description:

When router_id is assigned automatically, the command show ip ospf doesn't display it. If we configure router_id for ospf router that it is displayed correct.

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 information via show ip ospf :

     switch# show ip ospf 
       OSPF Routing Process, Router ID:          <-- In this place should be router_id
       This implementation conforms to RFC2328
       RFC1583 Compatibility flag is disabled
       Opaque Capability flag is disabled 
          ... (Missing part of the output) ...

config.txt

xivamar commented 8 years ago

It is not reproduced on build:

   switch# show version 
   OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-devel/master-20161107122528-dev)
   switch#