SCTP Delivery Mode Configuration

To set the SCTP delivery mode:

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)#
  2. Type system and press Enter.
    ACMEPACKET(configure)# system
    ACMEPACKET(system)#
  3. Type network-parameters and press Enter.
    ACMEPACKET(system)# network-parameters
    ACMEPACKET(network-parameters)#
  4. sctp-send-mode—Leave this parameter set to its default (unordered) so data delivery can occur without regard to stream sequence numbering. If data delivery must follow stream sequence number, change this parameter to ordered.
  5. Save and activate your configuration.