ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network tuning icmp6 modify

    Modify ICMPv6 tuning options

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command displays options which can be used to fine tune icmpv6 protocol behavior.

    Parameters

    -node {<nodename>|local} - Node

    Sets this parameter to indicate on which node the ICMPv6 tuning options are modified.

    [-is-v6-redirect-accepted {true|false}] - Accept redirects via ICMPv6

    Sets this parameter to indicate whether or not redirect ICMPv6 messages are accepted.

    [-redirect-v6-timeout <integer>] - Maximum seconds for route redirect timeout

    Sets this parameter to indicate the number of seconds after which the route is deleted. Value of zero means infinity. The default value is 300 seconds.

    [-tx-icmp6-err-limit <integer>] - Maximum number of ICMPv6 error messages sent per second

    Sets the maximum number of ICMPv6 error messages that can be sent per second.

    Examples

    cluster1::> network tuning icmp6 modify -node node1 -is-v6-redirect-accepted false
    Top of Page