You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

In this section:

New CLI in 8.1.0R0

Info

Default values are enclosed in square brackets [ ].

SBX-70668 Capability to Support OCSP Stapling on SBX

Command Syntax

Use the following command to configure the ocspStapling flag in the ocspProfile.

% set profiles security ocspProfile <profile name> ocspStapling <disabled | enabled>

Use the following command to configure the ocspResponseCachingTimer parameter in the ocspProfile.

% set profiles security ocspProfile <profile name> ocspResponseCachingTimer <1-30>

Command Parameters

ocspProfile Command Parameters

ParameterLength/RangeDefaultDescriptionM/O
ocspStapling

N/A

disabled

Use this flag to enable or disable OCSP stapling. OCSP stapling allows you to provide the validity information of your security certificate.

  • disabled (default)
  • enabled

The 

Unable to show "metadata-from": No such page "_space_variables"
disables this flag if the ocspProfile state flag is disabled.

O
ocspResponseCachingTimer1-301

 <1-30> - Configure this parameter with the timer (in days) for the OCSP response caching.

The

Unable to show "metadata-from": No such page "_space_variables"
deletes the OCSP cached response when this timer expires.

O

Customer Documentation Impacted

SBX-76605 Error Response For INVITE/OPTIONS

Command Syntax

The SBC provisions the internalSipCauseMapProfile   to attach at the trunk group level. In addition, SBC can attach the internalSipCauseMapProfile profile to the signaling zone level. If the trunk group is in a disabled or out-of-service state, the SBC does not use this profile.

Note

There no new parameters added. Instead, new values that are listed in the table are added.

Create the internalSipCauseMapProfile and map causeMap to the sipcause by executing the command:

set profiles signaling sipCauseCodeMapping internalSipCauseMapProfile <internalSipCauseMapProfile> causeMap <causemap> sipCause                                                                             
Possible completions:
<SIP Cause value for a given Internal cause>
Enter value in range of 300-606>

Attach the internalSipCauseMapProfile profile to the trunk group by executing the command:

% set addressContext default zone <ZONE_INGRESS> sipTrunkGroup <SipTRunkGroup1> signaling causeCodeMapping                                                                            
Possible completions:
  cpcSipCauseMappingProfile             - The name of the CPC to SIP  mapping profile.                                        
  sipCpcCauseMappingProfile             - The name of the SIP to CPC cause mapping profile                                        .
  sipInternalCauseMappingProfile        - The name of internal cause to SIP mapping profile                                          
  useNonDefaultCauseCodeforARSBlackList - When enabled uses cause code 168 for mapping profile mapping profile

 % set addressContext default zone <ZONE_INGRESS> sipTrunkGroup <SipTRunkGroup> signaling causeCodeMapping sipInternalCauseMappingProfile <sipInternalCauseMappingProfile>

Attach the sipInternalCauseMappingProfile profile to the zone by executing the command:

% set addressContext default zone <ZONE_INGRESS> causeCodeMapping                                                                            
Possible completions:
 sipInternalCauseMappingProfile - The name of internal cause to SIP mapping profile                                          

% set addressContext default zone <ZONE_INGRESS> causeCodeMapping sipInternalCauseMappingProfile <sipInternalCauseMappingProfile>  

The SBC uses the existing profile InternalSipCauseMapProfile to define the new mapping entries of internal errors/failures to the SIP response code.

View the mapping entries by executing the command:

show profiles signaling sipCauseCodeMapping internalSipCauseMapProfile <internalSipCauseMapProfile> 

Command Parameters


Options for causeMapLength/Range/typeDescriptionM/O
 TrunkGroupOutofServiceenumSIP cause used when the trunk group is out-of-service.Optional
TrunkGroupInDisabledstateenumSIP cause used when the trunk group is in disabled state.Optional
TrunkGroupIncomingBlockedenumSIP cause used when the trunk group has the incoming calls blocked.Optional
TrunkGroupOutgoingBlockedenumSIP cause used when the trunk group has the outgoing calls blocked.Optional

TrunkGroupBidrectionalBlocked

enumSIP cause used when the trunk group has the bidrectional calls blocked.Optional
PeerOutofServiceenumSIP cause used when the peer is out-of-service.Optional
PeerinDisabledstateenumSIP cause used when the peer is in disabled state.Optional
PeerIncomingBlockedenumSIP cause used when the peer has the incoming calls blocked.Optional
PeerOutgoingBlockedenumSIP cause used when the peer has the outgoing calls blocked.Optional
PeerBidirectionalBlockedenumSIP cause used when the peer has the bidirectional blocked.Optional

Customer Documentation Impacted

The following documents are impacted by this feature:

Deprecated CLI

 

 

 

  • No labels