Skip to main content

List session settings

GET 

/session-settings

Retrieve a list of session settings.

Request

Query Parameters

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    session_settings object
    config object
    rematch boolean

    Rematch all sessions on config policy change

    icmpv6_rate_limit object

    ICMPv6 rate limiting

    bucket_size integer

    Possible values: >= 10 and <= 65535

    Default value: 100

    ICMPv6 token bucket size

    packet_rate integer

    Possible values: >= 1 and <= 65535

    Default value: 100

    ICMPv6 error packet pate (per second)

    ipv6_firewalling boolean

    Default value: true

    Enable IPv6 firewalling

    erspan boolean

    Enable ERSPAN support

    jumbo_frame object

    Enable jumbo frame support

    mtu integer

    Possible values: >= 512 and <= 9216

    Default value: 9192

    Global MTU

    dhcp_bcast_session_on boolean

    Enable DHCP broadcast session

    nat64 object
    ipv6_min_network_mtu integer

    Possible values: >= 1280 and <= 9216

    Default value: 1280

    NAT64 IPv6 minimum network MTU

    nat object
    dipp_oversub string

    Possible values: [1x, 2x, 4x, 8x]

    Default value: 1x

    NAT oversubscription rate

    icmp_unreachable_rate number

    Possible values: >= 1 and <= 65535

    Default value: 200

    ICMP unreachable packet rate (per second)

    accelerated_aging_enable boolean

    Default value: true

    Enable accelerated aging

    accelerated_aging_threshold number

    Possible values: >= 50 and <= 99

    Default value: 80

    Accelerated aging threshold

    accelerated_aging_scaling_factor number

    Possible values: >= 2 and <= 16

    Default value: 2

    Accelerated aging scaling factor

    packet_buffer_protection_enable boolean

    Default value: true

    Enable packet buffer protection

    packet_buffer_protection_monitor_only boolean

    Packet buffer protection monitor only

    packet_buffer_protection_alert integer

    Possible values: <= 99

    Default value: 50

    Alert (%)

    packet_buffer_protection_activate number

    Possible values: <= 99

    Default value: 80

    Activate (%)

    packet_buffer_protection_block_countdown number

    Possible values: <= 99

    Default value: 80

    Block countdown threshold (%)

    packet_buffer_protection_block_hold_time number

    Possible values: <= 65535

    Default value: 60

    Block hold time (seconds)

    packet_buffer_protection_block_duration_time number

    Possible values: >= 1 and <= 15999999

    Default value: 3600

    Block duration (seconds)

    packet_buffer_protection_use_latency boolean

    Enabled latency-based activation

    packet_buffer_protection_latency_alert number

    Possible values: >= 1 and <= 20000

    Default value: 50

    Latency alert (milliseconds)

    packet_buffer_protection_latency_activate number

    Possible values: >= 1 and <= 20000

    Default value: 200

    Latency activate (milliseconds)

    packet_buffer_protection_latency_max_tolerate number

    Possible values: >= 1 and <= 20000

    Default value: 500

    Latency max tolerate (milliseconds)

    packet_buffer_protection_latency_block_countdown number

    Possible values: >= 1 and <= 20000

    Default value: 500

    Block countdown threshold (milliseconds)

    multicast_route_setup_buffering boolean

    Multicast route setup buffering

    max_pending_mcast_pkts_per_session number

    Possible values: >= 1 and <= 2000

    Default value: 1000

    Multicast route setup buffer size

  • ]
Loading...