set ratelimit type=]ipsecauthenticated|ipsecunauthenticated|ipsecunauthenticatedperip| icmpv6|filtered|default value= |disable ...

 set ratelimit
       [type=]ipsecauthenticated|ipsecunauthenticated|ipsecunauthenticatedperip|
               icmpv6|filtered|default
       [value=]|disable

 Sets IPsec DoS Protection rate limit configuration.

 Parameters:

 Tag    Value
 type - Type of inbound traffic for which the rate limit is being specified.
            ipsecauthenticated:        Authenticated IPv6 IPsec traffic.
                                       Rate limit disabled by default.
            ipsecunauthenticated:      Unauthenticated IPv6 IPsec traffic.
                                       Default rate limit is 102400 bytes/sec.
            ipsecunauthenticatedperip: Per internal IP address rate limit for
                                       unauthenticated IPv6 IPsec traffic.
                                       Default rate limit is 10240 bytes/sec.
            icmpv6:                    ICMPv6 traffic. Default rate limit for
                                       this traffic type is 10240 bytes/sec.
            filtered:                  Filter exempted IPv6 traffic.
                                       Default rate limit is 102400 bytes/sec.
            default:                   Default-block exempted traffic.
                                       Default rate limit is 102400 bytes/sec.

 value - Value of the rate limit in bytes/sec.
            : Must be > 0 and <= 4294967295.
            disable: Disable this rate limit.

 Examples:

    set ratelimit ipsecunauthenticated 2048
    set ratelimit type=ipsecunauthenticated value=2048
    set ratelimit filtered disable