P_MACSEC_RXSC_INDICES

code: 519

# get
<module-index>/<port-index> P_MACSEC_RXSC_INDICES ?

# set
<module-index>/<port-index> P_MACSEC_RXSC_INDICES <indices>

Description

Create multiple RX SCs or query the existing RX SCs on the port.

Actions

set, get

Parameters

  1. indices: integer list, the list of indices. The integers do not have to consecutive. If the list is empty, the port will remove all its RX SCs.

Example

# set input: 0/1 P_MACSEC_RXSC_INDICES 0 3 4 6 output: <OK>

# get input: 0/1 P_MACSEC_RXSC_INDICES [0] ? output: 0/1 P_MACSEC_RXSC_INDICES [0] 0 3 4 6