P4G_L2_USE_ADDRESS_RES#

# set
<module-index>/<port-index> P4G_L2_USE_ADDRESS_RES [<group_index>] <is_enabled>

# get
<module-index>/<port-index> P4G_L2_USE_ADDRESS_RES [<group_index>] ?

Description#

Specify whether to use ARP and NDP to resolve hardware (MAC) addresses in the pre_run phase.

Actions#

set, get

Parameters#

is_enabled: byte, specifying whether to use ARP and NDP to resolve hardware (MAC) addresses.
  • NO = 0

  • YES = 1

Example#

# set
input:  0/1 P4G_L2_USE_ADDRESS_RES [0] NO
output: <OK>

# get
input:  0/1 P4G_L2_USE_ADDRESS_RES [0] ?
output: 0/1 P4G_L2_USE_ADDRESS_RES [0] NO