PEF_IPV6DESTADDR#

code: 1720

# set
<module-index>/<port-index> PEF_IPV6DESTADDR [<flow_index>, <filter_type>] <use> <value> <mask>

# get
<module-index>/<port-index> PEF_IPV6DESTADDR [<flow_index>, <filter_type>] ?

Description#

Basic mode only. Defines the IPv6 Destination Address settings for the IPv6 filter.

Note

For set, the only allowed filter_type is shadow-copy.

Actions#

set, get

Parameters#

  1. use: byte, specifies the use of IPv6 Destination Address information

  • OFF = 0

  • ON = 1

  1. value: string, specifying the address. Default : 0x00000000000000000000000000000000

  2. mask: hex16, specifying the six first bytes of the address. Default value: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Example#

# set
input:  0/1 PEF_IPV6DESTADDR [1,0] OFF 0x00000000000000000000000000000000 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
output: <OK>

# get
input:  0/1 PEF_IPV6DESTADDR [1,0] ?
output: 0/1 PEF_IPV6DESTADDR [1,0] OFF 0x00000000000000000000000000000000 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF