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

  1. 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 track

  • 1 = SEC, Security solution track

  • 2 = L1, Layer 1 solution track

  • 3 = ANLT, ANLT solution track

  • 4 = AI, AI/HPC/Datacenter solution track

Actions

get

Parameters

  1. 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 features

  • 1 = MACSEC, MACsec features

  • 2 = ADV_PCS, Advanced PCS, Rx/Tx frequency, and RS Fault statistics features

  • 3 = ANLT_PA, ANLT protocol analysis features

  • 4 = 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