Name
	sctp server stop

SYNOPSIS
	sctp server stop <sever-name> stackname <stack-name>

DESCRIPTION
	This command is used to stop an existing SCTP Server instance. Upon executing this
	command, the underlying SCTP server socket is closed and all resources are 
	released.

PARAMETERS

	Standard Parameters

	<server-name>		-	Name of the Server instance to be stopped.
	
	Optional Parameters
	
	<stack-name>	-	Name of the stack on which this command is executed. 
					If not passed, the first stack configured in ShellExecutor
					will be used.	

EXAMPLES
	sctp server stop TestServer
	
	The above command will stop the currently running Server instance identified by
	the name TestServer, close the underlying socket and release all resources.

SEE ALSO
	sctp, sctp server create, sctp server destroy, sctp server start, 
	sctp server show, sctp association create, sctp association destroy, 
	sctp association show

