To learn more about the various methods of controlling transport protocols for SIP signaling and how these work together, refer to Controlling SBC Core Transport Protocols for SIP Signaling.
Overview
Modified: for 10.1.3
The SLB uses a new port from the independent signaling port range per zone, if configured, corresponding to each new initial REGISTER request received.
The existing behavior of SBC or SLB does not change when identifying a REGISTER request as an initial request.
The transport protocol (UDP or TCP) used for sending the Egress REGISTER remains based on existing procedures.
SIPSG from the SBC can send the ICM to the SIPFE in the SBC. The SIPFE can direct it to the SLB through the UMS for the allocation/de-allocation of the port from the range that is specified in the SLB configuration. The SLB sends ICM to SIPCM (SLB) to manage the PORT RANGE and SIPCM will return to the SLB with the CNXID and the "Port Allocated" with a failure/success reply. The SLB returns the message with the connection ID and the PORT allocated to the SIPFE (SBC) using the UMS that sends ICM to SIPSG (SBC) with the required data to complete the process.
The Egress signaling port used during registration is used as a local port for all the Egress requests originated by that registered UE. The SLB uses the Egress signaling port in the CONTACT and VIA headers of all requests originated by that registered UE. The SLB also uses the Egress singling port in the CONTACT header of responses sent for the terminating requests towards the registered UE. This feature enables the SLB to use use the Egress signaling port (instead of SipSigPort’s PortNum configuration value) in the PATH header of the Egress REGISTER request if the SBC is configured to create the PATH header.
The SLB is enhanced to reject new registration requests with an error (405) response code if no unique port is available for use as a local port on the Egress zone. On de-registration of a binding or on registration timer expiry, the SLB releases the corresponding local port on the Egress zone for re-use. The active signaling port information is replicated to stand by, and on a failover, all the active signaling ports at the time of switchover are made available on the newly active SLB instance.
Two CLI commands are added to configure the signalingBasePort
and signalingMaxPort
for the PORT range allocation during registration in the SLB.
Command Syntax
% set addressContext default zone <Zone Name> signalingPortRange signalingBasePort <Value>
% set addressContext default zone <Zone name> signalingPortRange signalingMaxPort <Value>
You must enable the usePortRangeFlag
on the SBC Egress side. Enter the following command to enable the usePortRangeFlag
on the SBC Egress side:
% set addressContext default zone <Egress zone> sipTrunkGroup <EGRESS_TG> signaling usePortRangeFlag enabled
Command Parameters
Parameter | Length/Range | Default | Description | M/O |
---|---|---|---|---|
signalingBasePort | 1024-65148 | 1024 | Enter the | M |
Parameter | Length/Range | Default | Description | M/O |
---|---|---|---|---|
signalingMaxPort | 1024-65148 | 65148 | Enter the | M |
Configuration Examples
set addressContext default zone ZONE_AS signalingPortRange signalingBasePort 3401 commit
set addressContext default zone ZONE_AS signalingPortRange signalingMaxPort 3501 commit