Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
classpdf6pttext
Caption
0Table
1Zone IP Peer Parameters

Parameter

Length/Range

Description

authentication

N/A

Use this object to support local authentication autonomously on a per-IP trunk group basis in situations where an IP-PBX does not perform a registration and the service provider does not require/want registrations (see IP Trunk Group Authentication additional feature functionality).

  • intChallengeResponse – Enable this flag on the ingress IP Peer to allow the SBC to reply to local authentication challenges autonomously. If this flag is disabled, the SBC will not reply to authentication challenges locally even if credentials are configured on the egress IPTG.
    • disabled (default)
    • enabled
  • incInternalCredentials– Enable this flag on the ingress IP Peer to allow egress IPTG authentication to be internally created using the authorization information in mid-dialogue without being challenged.
    • disabled (default)
    • enabled
Note

If intChallengeResponse is disabled, incInternalCredentials is not used.

Note

If IPTG authentication is configured for both ingress IPTG and IP Peer, the IP Peer configuration takes precedence. If you wish to use the flags configured on IPTG, the IP Peer must not be present in the configurations. Otherwise, the IP Peer flags default to 'disabled' state and take precedence over IPTG flags.


defaultForIpN/A

Set flag to “true” to use this peer for the ipAddress and ephemeral port on ingress.

  • false (default)
  • true
ipAddressIPv4/IPv6 formatThe IPv4 or IPv6 address of the Peer.
ipPort0-65535The TCP/UDP port for this peer. (default = 0)
pathCheckN/A

Options ping settings:

  • hostName –  FQDN of the peer. This is resolved using DNS, and resulting servers are pinged using SIP OPTIONS requests (range: 1-63 characters).
  • hostPort – TCP/UDP port number of the peer. The peer's servers are pinged using SIP OPTIONS requests at this port. (range: 0-65535 / default = 0)5060).
    When the pathCheck profile is attached to an FQDN-based IP peer with hostPort set to 0, the pathCheck task performs SRV lookup to resolve the port numbers. The resolved port numbers are used to send OPTIONS ping to the IP peer. If FQDN-based IP peer is configured with a hostPort set to a value other than 0. the pathCheck task does not perform SRV lookups. It instead uses the configured port to send OPTIONS ping to the IP peer.
  • profile – Path check profile name used when pinging this peer (OPTONS ping).
  • state– Use this flag to enable/disable active pinging.
    • disabled (default)`
    • enabled
  • statusUpdateSupport– Enable this flag to provide Options-based status update support.
    • disabled (default)
    • enabled
Note

If ipAddress/ipPort is configured and pathCheck needs to be enabled for that ipAddress/ipPort, ensure hostName/hostPort is not configured.

Note

Status updates only apply when new calls are sent to a peer. They do not impact messages belonging to existing calls or new calls received from the peer.

Status updates are sent/received under the following conditions:

Status Update
is sent by:
When:
PeerPeer restarts
PeerPeer is manually blocked
PeerPeer's congestion state changes (this update is ignored by SBC)
SBCPeer has restarted indicating it is ready to receive calls
SBCPeer is manually blocked in SBC
policyN/A

Include Page
Entity_NA_for_ePSX
Entity_NA_for_ePSX

Use this parameter to specify policy parameters and profiles associated with this IP peer.

  • description – IP peer policy description.
  • ipSignalingProfile – The IP signaling profile name.
  • packetServiceProfile – Packet service profile name. 
  • sip– Use this parameter to specify SIP FQDN and FQDN port for IP peer policy.
    • fqdn <string> – The FQDN used to send egress calls or requests to this peer. (range: 1-63 characters).
    • fqdnPort – Specify the FQDN port. (range: 0-65535).
sipN/A

Use this parameter to specify the SIP endpoint CAC profile for the IP peer using .

  • cacProfile – SIP endpoint CAC profile for the IP peer.
surrogateRegistrationN/A

Use this parameter to configure the SBC to act as a surrogate registration entity between a non-registering IP PBX or SIP UA and REGISTRAR (which mandates registration) for this IP Peer. Do not use FQDN format when configuring a Surrogate Peer.

When configuring surrogate registration, be sure to set the expires value of ingress trunk group toward IAD to the maximum default value of “3600”. For additional surrogate registration details, please see NOTE1 through NOTE10 below.

  • authUserName – Authorization User Name for surrogate registration (string of up to 127 characters).
  • hostPart <host name> – This assigned name is used as a hostname of RURI, FROM, TO headers of all outgoing calls. (range: 1-63 characters)
  • regAuthPassword <string> – DES3 (triple Digital Encryption Standard) encrypted string authentication password for surrogate registration. All ASCII characters from 33 to 126 (except 34 - double quotes) are allowed. SBC users "Admin" and "Operator" have full access to surrogate registration passwords.

    Note

    If regAuthPassword contains ASCII characters, enclose the entire password string with " " (double quotes).

    Code Block
    languagenone
    titleExample using double quotes:
    % set addressContext default zone ZONE1 ipPeer basu surrogateRegistration userPart 452613 regAuthPassword "1234567890123456789012340\!$$@#$!@#!@#!@#" 
    Note

    "Field Service" and "Guest" users do not have access to regAuthPassword field.

     

  • retryTimer <#> – The time, in milliseconds, after which the REGISTRATION is retried after a failure. When a Registration or Refresh-Registration for a peer fails (except 403 message – see NOTE below), the retry timer is initiated. Upon expiry, a new Registration for the peer is attempted. (range: 50-10000000 milliseconds / default = 900000 ms, which equates to 15 minutes).

  • sendCredentials– Use this parameter to control how credentials are sent on receiving a challenge from AS for methods REGISTER, INVITE,PRACK, REINVITE, UPDATE and BYE.
    • challengeForAnyMessage – The SBC sends credentials for REGISTER, INVITE, PRACK, UPDATE, REINVITE and BYE when these messages are challenged.
    • challengeForAnyMessageAndInDialogRequests – The SBC sends credentials for REGISTER, INVITE, PRACK, UPDATE, REINVITE and BYE when these messages are challenged. The SBC also sends credentials by default as per last challenge in the in-dialog requests such as PRACK, UPDATE, REINVITE and BYE when any one of these methods is challenged earlier in the call.
    • challengeForRegister  (default) – The SBC sends credentials only for REGISTER when challenged. Challenges for any other messages are returned to the IP-PBX.

  • state – Disables/enables surrogate registration on IP peer. 
    • disabled (default)
    • enabled

  • suppressRegRetryAfterAuthFail – Use this flag to control sending registration retries when a REGISTER with credentials is challenged (with stale ≠ true and realm is identical to previous realm received). When stale = true or realm is not identical to previous realm received, the SBC immediately sends REGISTER.

    • disabled – (default) Send REGISTER when a 401 or 407 in response to REGISTER with credentials is received.
    • enabled – Do not attempt to send REGISTER after receiving a 401 or 407 response.
  • surrRegProfile – Surrogate registration profile name. To establish a Surrogate Registration Profile, see Surrogate Registration Profile - CLI page.
  • useNextSurrRegForCall – Enable flag to use the next available pilot number to resend the INVITE.

    • disabled (default)
       

    • enabled

      Note

      If using this flag, be sure to configure Crankback profile for 4xx (403) response (see Crankback Profile - CLI page for details).

  • useUserNameAsPAI – Enable flag to use the configured userName in surrogateRegistraion as userName in the outgoing INVITE.

    • disabled (default)
    • enabled

       

      Note

      Because this flag sends PAI in outgoing INVITE, includePrivacy flag must be disabled (see egressIpAttributes - SIP - CLI page to disable flag).

       

       

  • userPart <userpart identity> – User part name for the IP-PBX/SIP UA for which surrogate registration is being enabled. This is a mandatory parameter. Any character in ABNF format is allowed except semi-colon “;”. (length: up to 127 characters).
Note

Refresh REGISTER and De-REGISTER are always sent without credentials. If such a REGISTER is challenged, then SBC responds with a new REGISTER with credentials.

Note

The SBC mirrors the credentials to the standby of an HA System. If the sendCredentials is set to 'challengeForAnyMessageAndInDialogRequests', upon a switchover the SBC can send in-dialog requests such as REINVITE/UPDATE/BYE with credentials.

...