All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.sccp_dest_modify.txt Maven / Gradle / Ivy

There is a newer version: 8.0.0-179
Show newest version
Name
	sccp dest modify

SYNOPSIS
	sccp dest modify   first-dpc  last-dpc  first-sls  last-sls  
	sls-mask  stackname 


DESCRIPTION
	This command is used to modify the values of a Destination previously defined for
	a Service Access Point.

PARAMETERS

	Standard Parameters
                                              
		-	The identifier of the SAP whose Destination is being 
				modified. 

			-	The identifier of the Destination that is being modified.

	Optional Parameters

		-	The first value of the remote signaling point codes range.

		-	The last value of the remote signaling point codes range. 
				If the Destination specifies only a single Signaling 
				Point Code, this value must be equal to the value 
				specified for 'first-dpc'.

		-	The first value of the SLS range. 
				SLS value range is from 0 to 255.

		-	The last value of the SLS range. 

		-	The mask value. SLS of a message will be exposed by 
				performing a bitwise AND operation with this mask prior to
				comparing it with first-sls and last-sls values.

		-	Name of the stack on which this command is executed. 
					If not passed, the first stack configured in ShellExecutor
					will be used.				

EXAMPLES
	sccp dest modify 1 1 first-dpc 201 last-dpc 299 first-sls 0 last-sls 255 sls-mask 255 

	The above command will modify the values of the Destination identified by the
	number '1' within the Service Access Point identified by the number '1'. 
	The new values for 'first-dpc', 'last-dpc', 'first-sls', 'last-sls' and 'sls-mask'
	are 201, 299, 0, 255 and 255 respectively.

SEE ALSO
	sccp sap create, sccp sap modify, sccp sap delete, sccp sap show, 
	sccp dest create, sccp dest delete, sccp dest show, sccp rule create, 
	sccp rule modify, sccp rule delete, sccp rule show, sccp address create, 
	sccp address modify, sccp address delete, sccp address show, 
	sccp rsp create, sccp rsp modify, sccp rsp delete, 
	sccp rsp show, sccp rss create, sccp rss modify, sccp rss delete, sccp rss show, 
	sccp lmr create, sccp lmr modify, sccp lmr delete, sccp lmr show, sccp csp create,
	sccp csp modify, sccp csp delete, sccp csp show, sccp get, sccp set




© 2015 - 2024 Weber Informatics LLC | Privacy Policy