SGSN ASP Configuration Mode Commands

The ASP (application server process) configuration mode defines the M3UA end-point parameters for a specific SS7 routing domain instance. The ASP instance is generated and accessed via the SS7 routing domain configuration mode commands.

[local]hostname(config-ss7-rd-<ss7rd_id>-asp-inst-<asp_inst>)#

IMPORTANT:

The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).

end

Exits the current mode and returns to the Exec Mode.

Product:

All


Privilege:

Security Administrator, Administrator


Syntax
end

Usage:

Change the mode back to the Exec Mode.

end-point

This command defines or deletes the IP address and/or port number to be associated with the local SCTP end-point for this ASP. At least one address needs to be configured before the end-point can be activated.

When using the bind keyword, this command also activates the end-point once the address has been defined. Once bound, it cannot be reconfigured until it is unbound with the no end-point bind command.

Platform:

ASR 5000

Product:

SGSN

HNB-GW


Privilege:

Security Administrator, Administrator


Syntax
end-point { address
ip_address context context_id | bind | 
port port_number }no end-point { address
ip_address context context_id | bind }
address ip_address context context_id:

Specifies the IP address and the context associated with the address for this end-point.

ip_address: must be defined using the standard IPv4 dotted decimal notation or the colon notation of IPv6.

context context_id: a string of 1 to 79 alphanumeric characters to identify the specific context associated with the end-point address.

bind

Activates (binds) the end-point.

IMPORTANT:

Only use bind after you have configured other parameters.

port port_number

Identifies the M3UA’s SCTP port associated with this end-point.

port_number: must be an integer fom 1 to 65535. Default is 2905.

no

Removes the end-point configuration or deactivates the end-point.

CAUTION:

Entering this command will terminate all current subscriber sessions for associated peers.


Usage:

Use this command to manage the ASP end-point. Once the ASP end-point is bound the end-point configuration can not be changed until it is unbound.


Example:
Activate the end-point with the following command:
end-point bind
Deactivate or unbind the end-point with the following command:
no end-point bind
Set the end-point port to default for ASP 1 with the following command:
default asp instance
1 end-point port
exit

Exits the current mode and returns to the previous mode.

Product:

SGSN


Privilege:

Security Administrator, Administrator


Syntax
exit

Usage:

Returns to the previous mode.