Disabling Packet-Ordering Mode on SRX5000 Line Devices
The packet-ordering functionality using the Packet Ordering Engine is supported on SRX5400, SRX5800 and SRX5600 devices with next-generation SPCs. (Platform support depends on the Junos OS release in your installation.) By default, packet-ordering mode using the Packet Ordering Engine is enabled. To disable the packet-ordering functionality using the Packet Ordering Engine, you must update the packet-ordering mode on the device.
The following packet ordering modes are supported:
software—Disables the packet-ordering mode using the Packet Ordering Engine.
hardware—Enables the packet-ordering mode using the Packet Ordering Engine. This is the default option.
To disable the packet-ordering mode using the Packet Ordering Engine:
- Enter the following command at the CLI configuration prompt
to specify the packet-ordering mode.[edit]user@host# set security forwarding-process application-services packet-ordering-mode software
- Use the show security forwarding-process command
to review your configuration.[edit]user@host# show security forwarding-processapplication-services{packet-ordering-mode software;}
- Check your changes to the configuration before committing.[edit]user@host# commit check
warning: System packet ordering mode changed, reboot is required to take effect. If you have deployed a cluster, be sure to reboot all nodes. configuration check succeeds
- Commit the configuration.[edit]user@host# commit
warning: System packet ordering mode changed, reboot is required to take effect. If you have deployed a cluster, be sure to reboot all nodes. commit complete
- Reboot the device at an appropriate time.
- Use the show security flow status command to
verify the packet-ordering mode.
user@host> show security flow status
Flow forwarding mode: Inet forwarding mode: flow based Inet6 forwarding mode: drop MPLS forwarding mode: drop ISO forwarding mode: drop Flow trace status Flow tracing status: off Flow session distribution Distribution mode: RR-based Flow packet ordering Ordering mode: Software (reboot needed to change to Software)