Syntax
ADD -APPN COSTgRow <cos name> <weight>(0-255) [ConnectCost=min,max] [ByteCost=min,max] [Security=min,max] [PropDelay=min,max] [EffectCap=min,max] [Usd1=min,max] [Us2=min,max] [Usd3=min,max]
DELete -APPN COSTgRow <cos name> <row num>
SHow -APPN COSTgRow [cosname]
No default
The COSTgRow parameter defines the characteristics of the class of service transmission group (TG) table rows in the COS database. You can define the weight of the transmission group associated with a class of service, and the characteristics of the CP-CP sessions of the TG. With the SHow command, you can display all transmission group rows for user-configured classes of service. If you enter the class of service name, you display only the transmission group rows for the specific class of service.
In options specifying both minimum and maximum values, you must specify both, separated by a comma (but no space). In all values of this parameter that use decimal values (connection cost, byte cost, and Usd1, Usd2 and Usd3), you can use hexadecimal values if preceded with "0x" (for example, 0x100).
Select the following values using the ADD command:
CAUTION: If you are creating a customized class of service table, make sure that you configure the last TG row in the table to include both the minimum and maximum values for all characteristics. Otherwise, you risk creating a situation in which none of the TG rows in the table apply.
Select the following values using the DELete command:
|
<cos name> |
Enters the class of service name that has the row to be deleted. |
|
<row num> |
Enters the row number to be deleted. |
To add a TG row to the COS named "COSA" with a weight of 128, minimum and maximum connection cost of 128 and 128, minimum and maximum byte cost of 128 and 128, minimum and maximum security value of ENCrypted, minimum delay of NEGligible and maximum delay of LONG, and minimum capacity of 19200 and maximum capacity of 64000, enter:
ADD -APPN COSTgRow COSA 128 Connection=128,128 Byte=128,128 Security=ENCrypted,ENCrypted PropDelay=NEGligible,LONG EffectCap=19200,64000