clear dcb appPri

Use this command to remove an Application Priority entry for the specified protocol and ID.

Syntax

set dcb appPri port-string protocol {ethertype | tcp | udp | l4port} protocol-id protocol-id

Parameters

port-string Specifies the port to clear the Application Priority setting for.
protocol ethertype | tcp | udp | l4port Specifies the protocol of the Application Priority to clear:
  • ethertype – Specifies that the protocol to clear is the one encapsulated in the payload of an Ethernet frame
  • tcp – Specifies the protocol to clear is a well known TCP port
  • udp – Specifies the protocol to clear is a well known UDP port
  • l4port – Specifies the protocol to clear is a well known Layer 4 (TCP and UDP) port
protocol-id protocol-id Specifies the ID of the protocol to be cleared. Valid values are from 0 - 65535 depending upon the protocol specified.

Defaults

None.

Mode

All command modes.

Examples

This example shows how to clear the Application Priority entry for the UDP service type dpkeyserv on port 1780:

System(rw)->clear dcb appPri tg.1.1 protocol udp protocol-id 1780