Modify QoS marking values
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can modify the Quality of Service (QoS) marking values for different protocols, for each IPspace.
All nodes in the cluster must be running the same version of ONTAP.
Modify QoS marking values by using the network qos-marking modify
command.
-
The
–ipspace
parameter specifies the IPspace for which the QoS marking entry is to be modified. -
The
–protocol
parameter specifies the protocol for which the QoS marking entry is to be modified. Learn more aboutnetwork qos-marking modify
and possible values of the protocol in the ONTAP command reference. -
The
–dscp
parameter specifies the Differentiated Services Code Point (DSCP) value. The possible values ranges from 0 through 63. -
The
-is-enabled
parameter is used to enable or disable the QoS marking for the specified protocol in the IPspace provided by the–ipspace
parameter.
The following command enables the QoS marking for the NFS protocol in default IPspace:
network qos-marking modify -ipspace Default -protocol NFS -is-enabled true
The following command sets the DSCP value to 20 for the NFS protocol in the default IPspace:
network qos-marking modify -ipspace Default -protocol NFS -dscp 20