PM_INDICES#

code: 200

# set
<module-index>/<port-index> PM_INDICES <match_term_xindices>

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

Description#

The full list of which match terms are defined for a port. These are the sub- index values that are used for the parameters defining the content-based matching of packets received for the port. Setting the value of this parameter creates a new empty match term for each value that is not already in use, and deletes each match term that is not mentioned in the list. The same can be accomplished one match-term-at-a-time using the PM_CREATE and PM_DELETE commands.

Actions#

set, get

Parameters#

  1. match_term_xindices: integer list, the sub-index of a match term definition for the port

Example#

# set
input:  0/1 PM_INDICES 0 1
output: <OK>

# get
input:  0/1 PM_INDICES ?
output: 0/1 PM_INDICES 0 1