Description

We have a reccurrent log on routers:

Apr 16 14:39:28.669 ROUTER re0-license-check[15309]: LICENSE_FEATURE_VIOLATION: License usage violation, feature LSP Scale(270) usage requires a license
Apr 16 14:41:28.670 ROUTER re0-license-check[15309]: LICENSE_FEATURE_VIOLATION: License usage violation, feature LSP Scale(270) usage requires a license

root@ROUTER-re0> show system license

License usage:
                                 Licenses     Licenses    Licenses    Expiry
  Feature name                       used    installed      needed
...
  lsp-scale                         33431        32000        1431    permanent



There are around 12000 routes in the inet.3 table, quite far from 33431.

Solution

Starting in 22.4R3 and 23.4R1 Junos OS Evolved releases, the license counts only the Resource Reservation Protocol-Traffic Engineering (RSVP-TE) and Segment Routing Traffic Engineering (SR-TE) LSPs. Prior to the 22.4R3 and 23.4R1 Junos OS Evolved releases, license counts all Traffic Engineering (TE) such as RSVP-TE and SR-TE and non-TE such as LDP, BGP-LU, L-ISIS, L-OSPF LSPs.
[Release notes]

Before this change LSP scale license also included 6PE routes present on the system.

Modification History

2024-04-22 : Article Created