ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network qos-marking modify

    Modify the QoS marking values

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The network qos-marking modify command modifies the QoS marking values for different protocols, for each IPspace.

    Parameters

    -ipspace <IPspace> - IPspace name

    Use this parameter to specify the IPspace for which the QoS marking entry is to be modified.

    -protocol <text> - Protocol

    Use this parameter to specify the protocol for which the QoS marking entry is to be modified. The possible values are NFS, CIFS, iSCSI, NVMe-TCP, SnapMirror, SnapMirror-Sync, NDMP, FTP, HTTP-admin, HTTP-filesrv, SSH, Telnet, and SNMP.

    [-dscp <integer>] - DSCP Marking Value

    Use this parameter to specify the DSCP value. The possible values are 0 to 63.

    [-is-enabled {true|false}] - Is QoS Marking Enabled

    Use this parameter to enable or disable the QoS marking for the specified protocol and IPspace.

    Examples

    The following example modifies the QoS marking entry for the NFS protocol in the Default IPspace:

    cluster1::> network qos-marking modify -ipspace Default -protocol NFS -dscp 10 -is-enabled true
    Top of Page