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

help.sccp_dest_create.txt Maven / Gradle / Ivy

There is a newer version: 8.0.112
Show newest version
Name
	sccp dest create

SYNOPSIS
	sccp dest create       
	 stackname 

DESCRIPTION
	This command is used to define a new Destination for a Service Access Point. 
	For every SAP in the system, you should configure one or more Destinations. 

PARAMETERS

	Standard Parameters
                                              
		-	The identifier of the SAP for which this new Destination 
				is being defined. You must ensure that the SAP has been 
				created prior to issuing this command.

			-	An identifier for this newly created Destination. 
				The number must be unique within each SAP.

		-	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.
				
	Optional Parameters

		-	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 create 1 1 201 201 0 7 7
	
	The above command will create a new Destination (identified by number '1') for 
	a Service Access Point identified by the number '1'. The values for 'first-dpc', 
	'last-dpc', 'first-sls', 'last-sls' and 'sls-mask' are 201, 201, 0, 7 and 7 
	respectively.

	sccp dest create 2 1 300 399 0 255 255

	The above command will create a new Destination (identified by number '2') for 
	a Service Access Point identified by the number '1'. The values for 'first-dpc', 
	'last-dpc', 'first-sls', 'last-sls' and 'sls-mask' are 300, 399, 0, 255 and 255 
	respectively. This Destination will cover all possible SLS values. 
	Therefore the value for first-sls =0, last-sls=255 and sls-mask=255

SEE ALSO
	sccp sap create, sccp sap modify, sccp sap delete, sccp sap show, 
	sccp dest modify, 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