Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | |
---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles:
|
The SIP Security Profile feature defines the type and behavior of security mechanism to apply to the
Spacevars | ||
---|---|---|
|
Note | ||||
---|---|---|---|---|
| ||||
When configuring |
Excerpt | |||||||
---|---|---|---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
The CLI syntax to configure the SIP Security Profile is shown below:
Code Block | ||
---|---|---|
| ||
% set profiles services sipSecurityProfile <profile name> encryptionPreference <always-encrypt | none | null-forced> forceClientSecurityPref <disabled | enabled> rejectSecUnsupportedRequest <disabled | enabled> sbxSecMode <sbc-only | sbc-pcscf> sipSecurityMechanism <ipsec-3gpp | tls> precedence <1-65535> |
Caption | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
Spacevars | ||
---|---|---|
|
sbxSecMode
) is set to sbc-only
, configure a Transparency Profile for following headers in egress trunk group:Code Block | ||
---|---|---|
| ||
% set profiles services transparencyProfile <profile name> sipHeader Require % set profiles services transparencyProfile <profile name> sipHeader Proxy-Require % set profiles services transparencyProfile <profile name> sipHeader Security-Client % set profiles services transparencyProfile <profile name> sipHeader Security-Verify % set profiles services transparencyProfile <profile name> state enabled % set addressContext <AC name> zone <zone name> sipTrunkGroup <trunk group name> services transparencyProfile <profile name> |
The following example configuration accomplishes the following:
"S-PROFILE1",
sets "forceClientSecurityPref
" and "rejectSecUnsupportedRequest
" to "enabled
", and sets SIP security mechanism "ipsec-3gpp
" to precedence of "1".S-PROFILE1
to SIP trunk group "STG-1
".Code Block | ||
---|---|---|
| ||
% set profiles services sipSecurityProfile S-PROFILE1 forceClientSecurityPref enabled rejectSecUnsupportedRequest enabled sipSecurityMechanism ipsec-3gpp precedence 1 % set addressContext default zone MYZONE sipTrunkGroup STG-1 services sipSecurityProfile S-PROFILE1 |
Pagebreak |
---|