Uploaded image for project: 'docs'
  1. docs
  2. DOCS-144

Path Computation client for sulfur shows error "no source vertex" . Graph is displayed correct

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • None
    • Silicon
    • General, User Guide
    • High

      version: sulfur
      page: index

      Log output of path computation client 

      15:41:49.976 INFO [qtp1119293142-180] Got Path Computation Service request
      15:41:49.977 INFO [qtp1119293142-180] Call Path Computation cspf algorithm for path from VertexKey{_vertexId=5} to VertexKey{_vertexId=2} with contraints Constraints{addressFamily=Ipv4, bandwidth=DecimalBandwidth{_value=100000000.0, _UNITS=bytes/second}, classType=0, teMetric=250}
      15:41:49.977 INFO [qtp1119293142-180] Start CSPF Path Computation from VertexKey{_vertexId=5} to VertexKey{_vertexId=2} with constraints Constraints{addressFamily=Ipv4, bandwidth=DecimalBandwidth{_value=100000000.0, _UNITS=bytes/second}, classType=0, teMetric=250}
      15:41:49.978 WARN [qtp1119293142-180] Found no source for Vertex Key VertexKey{_vertexId=5}
      15:42:22.032 INFO [qtp1119293142-177] Got Path Computation Service request
      15:42:22.033 INFO [qtp1119293142-177] Call Path Computation cspf algorithm for path from VertexKey{_vertexId=5} to VertexKey{_vertexId=2} with contraints Constraints{addressFamily=SrIpv4, bandwidth=DecimalBandwidth{_value=100000000.0, _UNITS=bytes/second}, classType=0, teMetric=250}
      15:42:22.033 INFO [qtp1119293142-177] Start CSPF Path Computation from VertexKey{_vertexId=5} to VertexKey{_vertexId=2} with constraints Constraints{addressFamily=SrIpv4, bandwidth=DecimalBandwidth{_value=100000000.0, _UNITS=bytes/second}, classType=0, teMetric=250}
      15:42:22.033 WARN [qtp1119293142-177] Found no source for Vertex Key VertexKey{_vertexId=5}

      Graph Output 

      REST : /restconf/operational/graph:graph-topology

      Attached : response_graph.json 

      Path computation Request 
      REST: /restconf/operations/path-computation:get-constrained-path 
      {
      "input": {
      "graph-name": "ted://example-linkstate-topology",
      "source": 5,
      "destination": 2,
      "constraints": {
      "address-family": "sr-ipv4",
      "te-metric": 250,
      "bandwidth": 100000000,
      "class-type": 0
      },
      "algorithm": "cspf"
      }
      }
       
       

            ecelgp Luis Gomez
            raiaseem Aseem Rai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: