M_SOLUTION_TRACK
code: 491
# get
<module-index> M_SOLUTION_TRACK <st_idx> ?
Description
Return a list of integer enums, representing which Feature IDs are enabled on the module for Solution Track ID = st_idx.
Indices
st_idx: integer, Solution Track ID, ranges from 0 to 31. The indices are the same as in M_SOLUTION_TRACK_INDICES.
0 = CORE, Core solution track1 = SEC, Security solution track2 = L1, Layer 1 solution track3 = ANLT, ANLT solution track4 = AI, AI/HPC/Datacenter solution track
Actions
get
Parameters
feature_ids: integer list, a list of integers representing feature IDs enabled on the module for the specified Solution Track ID.
Currently defined enum values:
0 = CORE, Core features1 = MACSEC, MACsec features2 = ADV_PCS, Advanced PCS, Rx/Tx frequency, and RS Fault statistics features3 = ANLT_PA, ANLT protocol analysis features4 = UE_LL, Ultra Ethernet Link Layer features
Note
Note that the names of <st_idx> and <feature_ids> differ because the former is a Solution Track and the latter is a Feature within a Solution Track. (e.g., SEC vs. MACsec, SEC could add other security-related features in the future.)
Example
# get
input: 0 M_SOLUTION_TRACK [2] ?
output: 0 M_SOLUTION_TRACK [2] 2