Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||||
---|---|---|---|---|---|---|
In this section:
|
...
Info |
---|
...
|
...
Code Block | ||
---|---|---|
| ||
% set addressContext <name> zone <name> ipPeer <peer name>
authentication
intChallengeResponse <disabled | enabled>
incInternalCredentials <disabled | enabled>
defaultForIp <false | true>
ipAddress <IP address>
ipPort <0-65535>
pathCheck
hostName <peer FQDN>
hostPort <0-65535>
profile <Path Check Profile name>
state <disabled | enabled>
statusUpdateSupport <disabled | enabled>
policy
description <description>
ipSignalingProfile <profile name>
packetServiceProfile <profile name>
sip
fqdn <fqdn>
fqdnPort <0-65535>
sip cacProfile <profile name>
surrogateRegistration
authUserName <user name [string up to 127 characters]>
hostPart <1-63 characters>
regAuthPassword <DES3 encrypted string>
retryTimer <50-10000000 milliseconds>
sendCredentials <challengeForAnyMessage | challengeForAnyMessageAndInDialogRequests | challengeForRegister>
state <disabled | enabled>
suppressRegRetryAfterAuthFail <disabled | enabled>
surrRegProfile <profile name>
useNextSurrRegForCall <disabled | enabled>
useUserNameAsPAI <disabled | enabled>
userPart <user part for surrogate registration> |
// Mandatory parameters:
Code Block | ||
---|---|---|
| ||
<peer name> |
// Non-mandatory parameters:
Code Block | ||
---|---|---|
| ||
defaultForIp <false | true>
ipAddress <ip address>
ipPort <0-65535>
pathCheck
policy
sip
surrogateRegistration |
Div | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
|
...
|
...
|
...
|
...
|
...
...
|
...
|
...
|
...
language | none |
---|---|
title | Example using double quotes: |
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
|
...
|
...
|
|
...
...
|
...
|
...
|
Note | ||
---|---|---|
| ||
|
The following examples demonstrate how to configure, enable and disable surrogate registration.
Note | ||||
---|---|---|---|---|
| ||||
Be sure to issue the ‘commit’ command after configuring surrogate peer and before enabling surrogate registration. Otherwise, an error will occur. |
Configure Peer for surrogate registration:
Code Block | ||
---|---|---|
| ||
% set addressContext PKT0_ADDR_CONTEXT_1 zone PKT0_TG1 ipPeer SURR_PEER1 ipAddress 10.32.241.2 ipPort 12020 surrogateRegistration userPart SURR_REG_PEER1 retryTimer 5 regAuthPassword 123456789012345678901234567890
% commit |
Enable surrogate registration:
Code Block | ||
---|---|---|
| ||
% set addressContext PKT0_ADDR_CONTEXT_1 zone PKT0_TG1 ipPeer SURR_PEER1 surrogateRegistration state enabled
% commit |
Disable surrogate registration:
Code Block | ||
---|---|---|
| ||
% set addressContext PKT0_ADDR_CONTEXT_1 zone PKT0_TG1 ipPeer SURR_PEER1 surrogateRegistration state disabled
% commit |