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