compute-profile
Syntax
compute-profile {
name;
protected {
mandatory;
}
unprotected {
mandatory;
}
admin-group include-any [ include-any ... ]include-all [ include-all ... ]exclude [ exclude ... ];
algorithm algorithm;
bandwidth-requested bps;
bandwidth-reservation-priority {
reservation-priority;
setup-priority;
}
bound-metric {
delay delay;
igp igp;
te te;
}
compute-segment-list compute-segment-list;
igp-instance igp-instance;
igp-instance-default;
igp-topology (default | ipv6-unicast);
maximum-computed-segment-lists maximum-computed-segment-lists;
maximum-segment-list-depth maximum-segment-list-depth;
metric-type {
delay {
(average | maximum | minimum);
delay-variation-threshold delay-variation-threshold;
}
igp;
te;
}
no-sid-stack-compression;
srv6 {
no-micro-sid;
}
}Hierarchy Level
[edit logical-systems name protocols source-packet-routing], [edit protocols source-packet-routing]
Description
Configure the compute profile for dynamically computed paths. You can use a compute profile to logically group the computation constraints. These compute profiles are referenced by the segment routing paths for computing the primary and secondary segment routing LSPs.
Options
| name | Name of the computation-profile. |
| algorithm | Algorithm that you would prefer to participate (1 to 255).
Note:
Only one algorithm can be configured in the compute profile. The configured algorithm is used as a constraint and SIDs corresponding to the given algorithm will be used for compression. By default, the value is 0 and hence would result in just using algorithm 0 SIDs for compression. |
| protected | Choose protected labels if available.
|
| unprotected | Choose unprotected labels if available.
|
| bound-metric | Bound metric used for computation. |
| delay | Delay bound metric value.
|
| igp | IGP bound metric value
|
| te | TE bound metric value
|
| compute-segment-list | Name of the compute type segment list. |
| igp-instance |
IGP instance name |
| igp-instance-default |
IGP default or master instance |
| igp-topology |
IGP topology name
|
| maximum-computed-segment-lists | Maximum number of segment-lists (ECMP paths) to be computed.
|
| maximum-segment-list-depth | Maximum depth of computed path.
|
| metric-type | Specify the metric type used for computation.
|
| no-sid-stack-compression | Provide fully expanded path, using adjacency segment identifiers. |
| bandwidth-requested | SR Path requested bandwidth in (bits/sec) (bps). |
| bandwidth-reservation-priority | SR path bandwidth reservation priority.
|
| srv6 |
Enable compute profile with srv6
|
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
routing
Release Information
Statement introduced in Junos OS Release 19.2R1-S1.