P4_NDP_CONFIG#

# set
<module-index>/<port-index> P4_NDP_CONFIG <rate> <retrans_timeout> <retries>

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

Description#

Configure the value of the NDP Neighbor Solicitation transmission rate, retransmission timeout and max. retries.

Actions#

set, get

Parameters#

rate: integer, NDP Neighbor Solicitation transmission rate (requests/sec) - must be larger than 0

retrans_timeout: integer, NDP Neighbor Solicitation retransmission timeout [ms] - must be larger than 0

retries: short integer, maximum NDP Neighbor Solicitation retransmission retries

Example#

# set
input:  0/1 P4_NDP_CONFIG 100 100 32
output: <OK>

# get
input:  0/1 P4_NDP_CONFIG ?
output: 0/1 P4_NDP_CONFIG 100 100 32