Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

ip-options-protocol-queue

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
ip-options-protocol-queue protocol-name {
    protocol-id protocol-id;
    queue-depth queue-depth;
}

Hierarchy Level

content_copy zoom_out_map
[edit forwarding-options]

Description

Configure logical queue-depth in the PFE for ip-options packets for a given protocol such as TCP, UDP, ICMP, and so on, except IGMP. The queue-depth indicates the number of ip-options packets that can be enqueued in the PFE logical queue, beyond which it will start dropping the packets. Currently, IGMP has a default queue-depth of 192 (which is not configurable), and other protocols have a cumulative default queue-depth of 25. The CLI supports configuration for a maximum of 16 protocols. The sum total of queue-depth for all the protocols should not exceed 1024 packets.

Options

protocol-id protocol-id

Identify the protocol.

  • Range: 1 through 254

queue-depth queue-depth

Size of the protocol logical options queue for a given protocol.

  • Range: 1 through 807 packets

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.1.

footer-navigation