Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...








Code Block
title999999
admin@node1.conductor# show service-path router branch1 node node1 service-name to-server1-icmp detail
Wed 2022-04-13 15:00:35 UTC

==========================
 Service: to-server1-icmp
==========================
  Service-Route:        to-server1-icmp__dc1
  Type:                 peer
  Destination:          192.168.92.21/32
  Next-Hop:             192.168.92.21, wan1-MPLS-NetwIF(Up)
  Peer:                 dc1
  Path-Metrics:
     latency [64ms] loss [0] jitter [0ms]
  Vector:               N/A  <<<<<<<<<<<<<<<<<<<<<<<< Why no vector
  Cost:                 999999  <<<<<<<<<<<<   not use unless the other link fail
  Rate:                 0
  Capacity:             1/unlimited
  Index:                5
  Meets-SLA:            Yes
  Prev-Meets-SLA:       Yes
  Reachability-Probes:  N/A

  Service-Route:        to-server1-icmp__dc1
  Type:                 peer
  Destination:          192.168.0.116/32
  Next-Hop:             192.168.0.116, wan0-mgmt(Up)(Does not meet the vector priority criteria)
  Peer:                 dc1
  Path-Metrics:
     latency [47ms] loss [0] jitter [0ms]
  Vector:               wan0-mgmt-vector
  Cost:                 N/A
  Rate:                 0
  Capacity:             1/unlimited
  Index:                25
  Meets-SLA:            Yes
  Prev-Meets-SLA:       Yes
  Reachability-Probes:  N/A

Completed in 0.05 seconds
admin@node1.conductor#


Solution

In the Service-policy ( attached to this service ) the vector was the wrong one

1- MPLS vector for EVE-NG

2- MPL MPLS Svector for Lanners direct connection


Image Added



Code Block
titleservice-path ans fib
admin@node1.conductor# show service-path router branch1 node node1 service-name to-server1-icmp
Wed 2022-04-13 15:27:09 UTC
Node: node1.branch1 Page 1

================= ====================== ====== ================== =============== ================== ================== ====== ====== ============= ========
 Service           Service-Route          Type   Destination        Next-Hop        Interface          Vector             Cost   Rate   Capacity      State
================= ====================== ====== ================== =============== ================== ================== ====== ====== ============= ========
 to-server1-icmp   to-server1-icmp__dc1   peer   192.168.92.21/32   192.168.92.21   wan1-MPLS-NetwIF   wan1-MPLS-vector     10      0   1/unlimited   Up(Up)
 to-server1-icmp   to-server1-icmp__dc1   peer   192.168.0.116/32   192.168.0.116   wan0-mgmt          wan0-mgmt-vector    100      0   1/unlimited   Up(Up)

Completed in 0.05 seconds
admin@node1.conductor# show fib ro
router rows
admin@node1.conductor# show fib router branch1 node node1 service-name to-server1-icmp
Wed 2022-04-13 15:27:26 UTC

Entry Count: 329
Capacity:    23500

============== ====== ======= ======== ===== ================= =============== ================== ======
 IP Prefix      Port   Proto   Tenant   VRF   Service           Next Hops       Vector             Cost
============== ====== ======= ======== ===== ================= =============== ================== ======
 10.1.4.0/24       0   ICMP    corp     -     to-server1-icmp   192.168.0.116   wan0-mgmt-vector    100   <<<<<< because the SLA is not met, so use the higher cost Link 
                5123   TCP     corp     -     to-server1-icmp   192.168.0.116   wan0-mgmt-vector    100
 10.1.4.10/32      0   ICMP    corp     -     to-server1-icmp   192.168.0.116   wan0-mgmt-vector    100
                5123   TCP     corp     -     to-server1-icmp   192.168.0.116   wan0-mgmt-vector    100

Completed in 0.09 seconds
admin@node1.conductor#