network tuning icmp6 show
Show ICMPv6 tuning options
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command displays the current state of the ICMPv6 tuning options for the given node.
Parameters
- { [-fields <fieldname>, ...]
 - If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
 - | [-instance ]}
 - Displays all ICMPv6 tuning options.
 - [-node {<nodename>|local}] - Node
 - Specifies the node for which the ICMPv6 tuning options are displayed.
 - [-is-v6-redirect-accepted {true|false}] - Accept redirects via ICMPv6
 - Displays all entries that match the "is-v6-redirect-accepted" value.
 - [-redirect-v6-timeout <integer>] - Maximum seconds for route redirect timeout
 - Displays all the entries that match the "redirect-v6-timeout" value.
 - [-tx-icmp6-err-limit <integer>] - Maximum number of ICMPv6 error messages sent per second
 - Displays all entries that match the "tx-icmp6-err-limit" value.
 
Examples
cluster1::> network tuning icmp6 show
          Accept Redirect Maximum ICMPv6 Error Redirect Timeout
Node      ICMPv6          Sends per Second     in Seconds
--------- --------------- -------------------- ----------------
node1
          true            100                  300
    
Give documentation feedback