Cisco Unified Border Element (SP Edition) Command Reference: Unified Model
account through cost

Table Of Contents

account

action (CAC)

action drop-msg

action (method profile)

action (NA-)

action (RTG-)

action (SDP)

action (SIP)

action (parameter)

activate

activate (billing)

activate (radius)

active-cac-policy-set

active-call-policy-set

address ipv4

adjacency

adjacency timeout

alias

allow private info

attach

attach (billing)

attach-controllers

authentication

authentication endpoint

authentication-key

authentication mode

authentication nonce timeout

authentication-realm

averaging-period

batch-size

batch-time

billing

blacklist

blacklist (sip-opt)

cache

cache-lifetime

cache-limit

cac-policy-set

cac-scope

cac-table

callee-codec-list

callee-hold-setting

callee-inbound-policy

callee-outbound-policy

callee-privacy

callee-sig-qos-profile

callee-video-qos-profile

callee-voice-qos-profile

caller-codec-list

caller-hold-setting

caller-inbound-policy

caller-outbound-policy

caller-privacy

caller-sig-qos-profile

caller-video-qos-profile

caller-voice-qos-profile

call-policy-set

category (NA-)

clear platform hardware qfp active feature sbc sfx

clear sbc

clear sbc sbe adjacency statistics

clear sbc sbe blacklist

clear sbc sbe blacklist all

clear sbc sbe call

clear sbc dbe media-stats

clear sbc sbe cac-rejection-stats

clear sbc sbe call-rate-stats

clear sbc sbe call-rejection-stats

clear sbc sbe call-stats

clear sbc sbe policy-failure-stats

clear sbc sbe policy-rejection-stats

clear sbc sbe radius-client

clear sbc sbe radius-client-stats

clear sbc sbe sip statistics

clear sbc sbe statistics

codec

codec-list

codec-list description

codec packetization-period

codec-restrict-to-list

codecs

complete

concurrent-requests

condition

congestion-cleared

congestion-threshold

control address aaa

control address h248 index

control-address h248 ipv4

control address h248 port

control address h248 transport

controller h248

copy logs

cost


account

To define a SIP or H.323 adjacency account on an SBE, use the account command in the appropriate configuration mode. To remove this definition, use the no form of this command.

account account-name

no account account-name

Syntax Description

account-name

Specifies the SBE account name.


Defaults

No account name is associated with the adjacency.

Command Modes

Adjacency SIP configuration (config-sbc-sbe-adj-sip)

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the H.323 adjacency h323ToIsp42 to account isp42:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# adjacency h323 SipToIsp42
Router(config-sbc-sbe-adj-h323)# account isp42

The following example shows how to configure the SIP adjacency SipToIsp42 to account isp42:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# adjacency sip SipToIsp42
Router(config-sbc-sbe-adj-sip)# account isp42

action (CAC)

To configure the action to perform after this entry in an admission control table, use the action command in CAC table entry configuration mode.

action {cac-complete | next-table goto-table-name}

no action {cac-complete | next-table goto-table-name}

Syntax Description

cac-complete

When an event matches, this CAC policy is complete.

next-table

Specifies the name of the next cac table.

goto-table-name

Specifies the table name identifying the next CAC table to process (or cac-complete, if processing should stop).


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the next table to process for the entry in the new admission control table MyCacTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe)# first-cac-scope call
Router(config-sbc-sbe-cacpolicy)# first-cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy)# table-type limit src-account
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# action cac-complete

Related Commands

Command
Description

action (NA-)

Configures the action to perform after an entry in an admission control table.

action (RTG-SRC)

Configures the action to take if a routing entry is chosen.


action drop-msg

To add an action of dropping the message to a SIP message profile, use the action drop-msg command in SIP header-profile configuration mode. To remove the method from the profile, use the no form of this command.

action drop-msg

no action drop-msg

Syntax Description

Defaults

No default behavior or values

Command Modes

SIP header configuration (config-sbc-sbe-sip-hdr)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows action of dropping the message to a SIP message profile to the header profile MyProfile:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip header-profile MyProfile
Router(config-sbc-sbe-sip-hdr)# action drop-msg

Related Commands

Command
Description

sip header-profile

Configures a header profile.


action (method profile)

To configure the action to take on a method profile, use the action command in the SBE method profile element configuration mode. To remove the action on a method profile, use the no form of this command.

action {as-profile | pass | reject}

no action

Syntax Description

as-profile

Drops the method. This is the default

pass

Passes the method.

reject

Rejects the method.


Defaults

The default is as-profile.

Command Modes

SBE method profile element configuration (config-sbc-sbe-sip-mth-ele)#

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows the action to drop the method:

Router# configure terminal
Router(config)# sbc mysbc 
Router(config-sbc)# sbe
Router(config-sbc-sbe)# sip method-profile profile1
Router(config-sbc-sbe-sip-mth)# description mysbc profile1
Router(config-sbc-sbe-sip-mth)# blacklist
Router(config-sbc-sbe-sip-mth)# pass-body
Router(config-sbc-sbe-sip-mth)# method test
Router(config-sbc-sbe-sip-mth-ele)# action as-profile
Router(config-sbc-sbe-sip-mth-ele)# end

Related Commands

Command
Description

header

Configures a header element in a header profile.

parameter-profile

Configures a parameter element in a parameter profile.


action (NA-)

To configure the action of an entry in the number analysis table with entries of the table matching a dialed number (prefix or whole number) or the source adjacency or account, use the action (NA-) command in the Number analysis table configuration mode. To deconfigure the action, use the no form of this command.

action {next-table goto-table-name | accept | reject}

no action

Syntax Description

next-table goto-table-name

Specifies the next number analysis table to process, if the event matches this entry.

accept

Configures the call to be accepted if it matches the entry in the table.

reject

Configures the call to be rejected if it matches the entry in the table.


Defaults

No default behavior or values

Command Modes

Number analysis table configuration (config-sbc-sbe-rtgpolicy-natable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the call to be accepted if it matches the entry in the new number analysis table MyNaTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# na-number-table MyNaTable
Router(config-sbc-sbe-rtgpolicy-natable)# entry 1
Router(config-sbc-sbe-rtgpolicy-natable-entry)# action accept

The following example shows how to configure the call to be accepted if it matches the start of the entry in the new number analysis table MyNaTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# na-dst-prefix-table MyNaTable
Router(config-sbc-sbe-rtgpolicy-natable)# entry 1
Router(config-sbc-sbe-rtgpolicy-natable-entry)# action accept

The following example shows how to configure the call to be accepted if it matches the source adjacency entry in the new number analysis table MyNaTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# na-src-adjacency-table MyNaTable
Router(config-sbc-sbe-rtgpolicy-natable)# entry 1
Router(config-sbc-sbe-rtgpolicy-natable-entry)# action accept

The following example shows how to configure the call to be accepted if it matches the source account entry in the new number analysis table MyNaTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# na-src-account-table MyNaTable
Router(config-sbc-sbe-rtgpolicy-natable)# entry 1
Router(config-sbc-sbe-rtgpolicy-natable-entry)# action accept

Related Commands

Command
Description

action (CAC)

Configures the action to perform after an entry in an admission control table.

action (RTG-SRC)

Configures the action to take if a routing entry is chosen.


action (RTG-)

To configure the action to take if a routing entry is chosen, use the action command in the RTG routing table configuration mode. To delete the action, use the no form of this command.

action {next-table goto-table-name | complete | reject}

no action

Syntax Description

next-table goto-table-name

Specifies the next routing table to process if the event matches the entry.

complete

Completes the action.

reject

Rejects the indicated action.


Defaults

No default behavior or values

Command Modes

RTG routing table configuration (config-sbc-sbe-rtgpolicy-rtgtable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the match-value of an entry in the new routing table MyRtgTable and if any calls match this criterion, they are rejected.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# rtg-src-address-table MyRtgTable
Router(config-sbc-sbe-rtgpolicy-rtgtable)# entry 1
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# match-address 1471
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# action reject

The following example shows how to configure the match-value of an entry in the new routing table MyRtgTable and if any calls match this criterion, they are rejected.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# rtg-src-adjacency-table MyRtgTable
Router(config-sbc-sbe-rtgpolicy-rtgtable)# entry 1
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# match-adjacency 1471
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# action reject

The following example shows how to configure the match-value of an entry in the new routing table MyRtgTable and if any calls match this criterion, they are rejected.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# rtg-src-account-table MyRtgTable
Router(config-sbc-sbe-rtgpolicy-rtgtable)# entry 1
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# match-account 1471
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# action reject

The following example shows how to configure the match-value of an entry in the new routing table MyRtgTable and if any calls match this criterion, they are rejected.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# rtg-round-robin-table MyRtgTable
Router(config-sbc-sbe-rtgpolicy-rtgtable)# entry 1
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# match-address 1471
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# action complete

The following example configures the match-value of an entry in the new routing table MyRtgTable and if any calls match this criterion, they are rejected.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# rtg-dst-address-table MyRtgTable
Router(config-sbc-sbe-rtgpolicy-rtgtable)# entry 1
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# match-address 1471
Router(config-sbc-sbe-rtgpolicy-rtgtable-entry)# action complete

Related Commands

Command
Description

action (NA-)

Configures the action of an entry in the number analysis table with entries of the table matching a dialed number (prefix or whole number) or the source adjacency or account.

action (CAC)

Configures the action to perform after an entry in an admission control table.


action (SDP)

To configure an SDP policy table action, use the action command in sdp match table configuration mode. To return to the default, use the no form of this command.

action {whitelist | blacklist}

no action

Syntax Description

whitelist

Allow the defined set of attributes and block the rest.

blacklist

Block the defined set of attributes and allow the rest. This is the default.


Defaults

blacklist is the default.

Command Modes

sdp match table configuration (config-sbc-sbe-sdp-match-tbl)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows action of dropping the message to a SIP message profile to the header profile MyProfile:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sdp-match-table 1
Router(config-sbc-sbe-sdp-match-tbl)# action blacklist

Related Commands

Command
Description

sdp-match-table

Creates an SDP match table.

sdp-attribute-table

Configures an SDP attribute table that lists the attributes to add or remove.

match-string

Configure an SDP attribute matching string.

sdp-policy-table

Configure an SDP policy table.


action (SIP)

To configure the action to take on an element type in a header or parameter profile, use the action command in the appropriate configuration mode. To remove an action from the element type, use the no form of this command.

action {add-first-header| add-header | as-profile | drop-msg | pass | replace-name | replace-value | strip}

no action {add-first-header| add-header | as-profile | drop-msg | pass | replace-name | replace-value | strip}

Syntax Description

add-first-header

Adds the first occurrence of a header (no action if a header exists).

add-header

Adds a header whether on not one already exists.

as-profile

Default profile action (whitelist/blacklist).

drop-msg

Drops the message.

pass

Pass on the header.

replace-name

Replace the header name.

replace-value

Replace the header content (value).

strip

Unconditionally strips the matched body, header, or parameter element.


Defaults

The default body action is strip.

The default parameter action is strip.

The default header action is strip.

Command Modes

SBE header profile header configuration (config-sbc-sbe-sip-hdr-ele)

SBE parameter profile parameter configuration (config-sbc-sbe-sip-prm-ele)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

If a configuration is loaded on top of an active configuration, warnings are generated to notify that the configuration cannot be modified. If you must modify the entire configuration by loading a new one, please remove the existing configuration first.

Examples

The following example shows how to set the action for parameter element type user in parameter profile paramprof1 to add-not-present:

Router# config
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip parameter-profile paramprof1
Router(config-sbc-sbe-sip-prm)# parameter user

Router(config-sbc-sbe-sip-prm-ele)# action add-not-present value phone

The following example shows how to set the action for header element type To in parameter profile headerprof1 to as-profile:

Router# config
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip header-profile headerprof1
Router(config-sbc-sbe-sip-hdr)# header To

Router(config-sbc-sbe-sip-hdr-ele)# action as-profile

Related Commands

Command
Description

header

Configures a header element in a header profile.

parameter-profile

Configures a parameter element in a parameter profile.


action (parameter)

To configure the action to take on an element type in a parameter, use the action command in the appropriate configuration mode. To remove an action from the element type, use the no form of this command.

action {add-not-present | add-or-replace | strip}

no action {add-not-present | add-or-replace | strip}

Syntax Description

add-not-present

Adds the parameter if it is not present.

add-or-replace

Adds the parameter if it is not present or replace the parameter if it is present.

strip

Strips out the parameter if it is present.


Defaults

The default parameter action is strip.

The default header action is strip.

Command Modes

SBE header profile header configuration (config-sbc-sbe-sip-hdr-ele)

SBE parameter profile parameter configuration (config-sbc-sbe-sip-prm-ele)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

If a configuration is loaded on top of an active configuration, warnings are generated to notify that the configuration cannot be modified. If you must modify the entire configuration by loading a new one, please remove the existing configuration first.

Examples

The following example shows how to set the action for parameter element type user in parameter profile paramprof1 to add-not-present:

Router# config
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip parameter-profile paramprof1
Router(config-sbc-sbe-sip-prm)# parameter user

Router(config-sbc-sbe-sip-prm-ele)# action add-not-present value phone

The following example shows how to set the action for header element type To in parameter profile headerprof1 to as-profile:

Router# config
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip header-profile headerprof1
Router(config-sbc-sbe-sip-hdr)# header To

Router(config-sbc-sbe-sip-hdr-ele)# action as-profile

Command
Description

header

Configures a header element in a header profile.

parameter

Configures a parameter element in a parameter profile.


activate

To initiate the Session Border Controller (SBC) service when all signaling border element (SBE) or data border element (DBE) address configuration have been successfully committed, use the activate command in the appropriate configuration mode. To deactivate the SBE service of the SBC, use the no form of this command.

activate

no activate

Syntax Description

This command has no arguments or keywords.

Defaults

Default is the no form of the command.

Command Modes

DBE configuration (config-sbc-dbe)

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.1

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.

Cisco IOS XE Release 2.4

SBE support added for unified SBC.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

The command is not completed even when the CLI returns; there is an asynchronous process (activation or deactivation) going on and the new instruction is not actioned until the last one completes.

Examples

The following example shows how to activate the DBE on the service mySbc:

Router# configur
Router(config)# sbc mySbc dbe

Router (config-sbc-dbe)# activate

The following example shows how to activate the SBE on the service mySbc:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router (config-sbc-sbe)# activate

Related Commands

Command
Description

deact-mode

Indicates how to implement the deactivation of an SBE.


activate (billing)

To activate billing once it is configured, use the activate command in SBE billing configuration mode.

activate

Syntax Description

This command has no arguments or keywords.

Defaults

By default, billing is not activated.

Command Modes

SBE billing configuration (config-sbc-sbe-billing)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

If a configuration is loaded on top of an active configuration, warnings are generated to notify that the configuration cannot be modified. If you must modify the entire configuration by loading a new one, please remove the existing configuration first.

You can activate billing only after the RADIUS configuration has been activated.

Examples

The following example shows how to activate the billing functionality after configuration is committed:

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# billing

Router(config-sbc-sbe-billing)# activate

Related Commands

Command
Description

billing

Configures billing.

ldr-check

Configures the time of day (local time) to run the Long Duration Check (LDR).

local-address ipv4

Configures the local IPv4 address that appears in the CDR.

method packetcable-em

Enables the packet-cable billing method.

packetcable-em transport radius

Configures a packet-cable billing instance.

show sbc sbe billing remote

Displays the local and billing configurations.


activate (radius)

To activate the RADIUS client, use the activate command in the appropriate configuration mode. To disable this command, use the no form of this command.

activate

no activate

Syntax Description

This command has no arguments or keywords.

Command Default

Default is the no form of the command.

Command Modes

Server accounting (config-sbc-sbe-acc)

Server authentication (config-sbc-sbe-auth)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to activate the RADIUS client.

Router# configure terminal
Router(config)# sbc uut105-1
Router(config-sbc)# sbe
Router(config-sbc-sbe)# radius accounting SBC1-account-1
Router(config-sbc-sbe-acc)# activate

Related Commands

retry-interval

Sets the retry interval to connect to the RADIUS server.

retry-limit

Sets the retry interval to the RADIUS server.

concurrent-requests

Sets the maximum number of concurrent requests to the RADIUS server.


active-cac-policy-set

To set the active CAC-policy-set within an SBE entity, use the active-cac-policy-set command in SBE configuration mode. To deconfigure the active policy set, leaving the SBE with no active policy set, use the no form of this command.

active-cac-policy-set policy-set-id

no active-cac-policy-set policy-set-id

Syntax Description

policy-set-id

Integer identifying the policy set that should be made active. Range is 1 to 2147483647.


Defaults

No default behavior or values

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

The active CAC policy set cannot be modified.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to activate policy set 1 on mySbc:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router (config-sbc-sbe)# active-cac-policy-set 1

active-call-policy-set

To set the active routing policy set within an SBE entity, use the active-call-policy-set command in SBE configuration mode. To deconfigure the active routing policy set, leaving the SBE with no active routing policy set, use the no form of this command.

active-call-policy-set policy-set-id

no active-call-policy-set

Syntax Description

policy-set-id

Integer that identifies the policy set that should be made active.
Range is 1 to 2147483647.


Defaults

No default behavior or values

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

If another policy set was previously active, it is made inactive by executing this command. The SBE is created with no active routing policy set; an active routing policy set must be explicitly configured using this command.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to activate policy set 1 on mySbc:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router (config-sbc-sbe)# active-call-policy-set 1

address ipv4

To configure the address of the RADIUS server, use the address command in command in Server accounting configuration mode. To deconfigure the active accounting server address, use the no form of this command.

address ipv4 A.B.C.D.

no address ipv4 A.B.C.D.

Syntax Description

A.B.C.D.

IP address of the RADIUS server.


Defaults

No default behavior or values

Command Modes

Server accounting (config-sbc-sbe-acc-ser)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

Any number of accounting servers can be specified. Call Detail Reports are sent to the accounting server with the highest priority upon call termination.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following command configures accounting servers castor and pollux on mySbc for Remote Authentication Dial-In User Service (RADIUS) client instance radius1:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe
Router (config-sbc-sbe)# radius accounting radius1
(config-sbc-sbe-acc)# server castor
(config-sbc-sbe-acc-ser)# address ipv4 10.0.0.1
(config-sbc-sbe-acc-ser)# exit
(config-sbc-sbe-acc)# server pollux
(config-sbc-sbe-acc-ser)# address pollux
(config-sbc-sbe-acc-ser)# exit

adjacency

To configure an adjacency for an Session Border Controller (SBC) service, use the adjacency command in SBE configuration mode. To deconfigure the adjacency, use the no form of this command.

adjacency {sip | h323} adjacency-name

no adjacency {sip | h323} adjacency-name

Syntax Description

sip

Enters the mode of an SBE SIP adjacency, often called adjacency sip mode, to configure a destination SIP adjacency.

h323

Enters the mode of an SBE H.323 adjacency, often called adjacency h323, to configure a destination H.323 adjacency.

adjacency-name

Specifies the name of the SBE SIP or H.323 adjacency.


Defaults

No default behavior or values

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section below shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the adjacency command configures a SIP adjacency named sipGW, and enters into adjacency sip mode.

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency sip sipGW
Router(config-sbc-sbe-adj-sip)#

The following example shows how the adjacency command configures an H.323 adjacency named 
H323ToIsp42, and enters into adjacency h323 mode.

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency h323 H323ToIsp42
Router(config-sbc-sbe-adj-h323)#

adjacency timeout

To configure the adjacency retry timeout interval, use the adjacency timeout command in the appropriate configuration mode. To return to the default value, use the no form of this command.

adjacency timeout value

no adjacency timeout value

Syntax Description

value

Specifies the timeout period in milliseconds. Valid values are from 10000 to 30000. The default value is 30 seconds.


Defaults

The default value is 30 seconds.

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

H.323 configuration (config-sbc-sbe-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the adjacency timeout command configures adjacency retry timeout in adjacency H.323 configuration mode:

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency h323 h323ToIsp42
Router(config-sbc-sbe-adj-h323)# adjacency timeout 10000

The following example shows how the adjacency timeout command configures adjacency retry timeout in H.323 configuration mode.

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# h323
Router(config-sbc-sbe-h323)# adjacency timeout 10000

alias

To configure the endpoint alias of an H.323 adjacency, use the alias command in adjacency H.323 configuration mode. To remove this configuration, use the no form of this command.

alias alias-name

no alias

Syntax Description

alias-name

Specifies the alias of the H.323 adjacency endpoint.


Defaults

No default behavior or values

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the H.323 adjacency h323ToIsp42 endpoint alias to end1:


Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# adjacency h323 h323ToIsp42
Router(config-sbc-sbe-adj-h323)# alias end1

Related Commands

Command
Description

attach-controller

Configures a DBE to attach to a controller.


allow private info

To configure an H.323 adjacency to allow private information on messages sent out by the adjacency, use the allow private info command in the adjacencyH.323 configuration mode. To disallow private information on messages sent out by the adjacency, use the no form of this command.

allow private info

no allow private info

Syntax Description

This command has no arguments or keywords.

Defaults

Default is the no form of the command.

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Please note that if you configure the H.323 adjacency to allow private information, then it will allow private information on messages even if the CAC policy is configured to apply privacy service or the user requests privacy service.

Examples

The following example shows how the allow private info command is used to configure an H.323 adjacency to allow private information on messages sent by the adjacency.

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency h323ToIsp422
Router(config-sbc-sbe-adj-h323)# allow private info

Related Commands

Command
Description

privacy restrict outbound

Configures an H.323 adjacency to apply privacy restriction on outbound messages if the user requests it.



attach

To attach an adjacency to an account on an SBE, use the attach command in the appropriate configuration mode. To detach the adjacency from an account on an SBE, use the no form of this command.

attach

no attach force [abort | normal]

Syntax Description

force

Executes a forced detach.

abort

Tears down calls without signaling an end.

normal

Tears down calls gracefully.


Defaults

Default is the no form of the command.

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Adjacency SIP configuration (config-sbc-sbe-adj-sip)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

You can only modify adjacencies when the adjacency is detached. Before modifying an adjacency, you can detach the adjacency first with the no attach command. The adjacency stays in the going down state when a call is active or when the ping enable feature is running. During this state, existing calls are not torn down and new calls are not accepted. The adjacency does not go to detached state until all calls have ended. An adjacency cannot be attached until the adjacency is in detached state.

If you wish to override the option to wait till active calls on the adjacency end, the adjacency can be detached immediately using the following commands:

no attach force abort—Executes a forced detach, tearing down calls without signaling their end.

no attach force normal—Executes a forced detach, tearing down calls gracefully.

To check the state of the adjacency, you can use the show sbc sbe adjacencies command.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to attach the H.323 adjacency to h323ToIsp42:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# adjacency h323 h323ToIsp42
Router(config-sbc-sbe-adj-h323)# attach

attach (billing)

To activate the billing for a RADIUS client, use the attach command in the packetcable-em configuration mode. To disable the billing for a RADIUS client, use the no form of this command.

attach

no attach

Syntax Description

This command has no arguments or keywords.

Defaults

No default behavior or values.

Command Modes

Packet-cable em configuration (config-sbc-sbe-billing-packetcable-em)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to activate the billing functionality for a RADIUS client:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# billing 
(config-sbc-sbe-billing)# method packetcable-em
(config-sbc-sbe-billing)# packetcable-em 4 transport radius test
(config-sbc-sbe-billing-packetcable-em)# batch-size 256
(config-sbc-sbe-billing-packetcable-em)# batch-time 22
(config-sbc-sbe-billing-packetcable-em)# attach


Related Commands

Command
Description

activate (radius)

Activates the billing functionality after configuration is committed.

attach

activate the billing for a RADIUS client

batch-size

Configures the batching or grouping of RADIUS messages sent to a RADIUS server.

batch-time

Configures the maximum number of milliseconds for which any record is held in the batch before the batch is sent

deact-mode

Configures the deactivate mode for the billing method.

ldr-check

Configures the time of day (local time) to run the Long Duration Check (LDR).

local-address ipv4

Configures the local IPv4 address that appears in the CDR.

local-address ipv4 (packet-cable)

Configures the local address of the packet-cable billing instance.

method packetcable-em

Enables the packet-cable billing method.

packetcable-em transport radius

Configures a packet-cable billing instance.

show sbc sbe billing remote

Displays the local and billing configurations.


attach-controllers

To configure a DBE to attach to an H.248 controller, use the attach-controllers command in VDBE configuration mode. To detach the DBE from its controller, use the no form of this command.

attach-controllers

no attach-controllers

Syntax Description

This command has no arguments or keywords.

Defaults

The default is that no controllers are attached.

Command Modes

VDBE configuration mode (config-sbc-dbe-vdbe)

Command History

Release
Modification

Cisco IOS XE Release 2.1

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

The attachment and detachment of the DBE from its controller does not always complete immediately. To view the current attachment status, use the show sbc dbe controllers command.

Examples

In a configuration where the DBE has been created and controllers have been configured, the following example shows how to attach the DBE to a controller in VDBE configuration mode:

Router# configure terminal
Router(config)# sbc mySbc dbe
Router(config-sbc-dbe)# vdbe
Router(config-sbc-dbe-vdbe)# attach-controllers

Related Commands

Command
Description

vdbe

Configures a virtual data border element (vDBE) and enters the VDBE configuration mode.

show sbc dbe controllers

Lists the media gateway controllers configured on each vDBE and its controller address.


authentication

To configure the H.323 adjacency authentication, use the authentication command in the adjacency H.323 configuration mode. To deconfigure the H.323 adjacency authentication mode, use the no form of this command.

authentication auth-type

no authentication

Syntax Description

auth-type

The authentication type; currently this can only be endpoint.


Defaults

Default is the no form of the command.

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

This command causes the SBC to authenticate itself with a Gatekeeper. The gatekeeper is responsible for performing the endpoint authentication.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following command sets H.323 adjacency "h323ToIsp42" to use endpoint authentication.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# isp42 adjacency h323 h323ToIsp42
Router(config-sbc-sbe-adj-h323)# authentication endpoint
Router(config-sbc-sbe-adj-h323)# exit



authentication endpoint

To configure the H.323 adjacency to use endpoint authentication, use the authentication endpoint command in Adjacency H.323 configuration mode. To remove this configuration, use the no form of this command.

authentication endpoint

no authentication endpoint

Syntax Description

This command has no arguments or keywords.

Defaults

By default, no authentication procedures are performed.

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the H.323 adjacency h323ToIsp42 to use endpoint authentication:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# adjacency h323 h323ToIsp42
Router(config-sbc-sbe-adj-h323)# authentication endpoint

Related Commands

Command
Description

sipi

Configures the H.323 adjacency authentication key.


authentication-key

To configure the H.323 adjacency authentication key, use the authentication-key command in adjacency H.323 configuration mode. To deconfigure the H.323 adjacency authentication key, use the no form of this command.

authentication-key key

no authentication-key

Syntax Description

key

Specifies the authentication key. (This is valid only when authentication is turned on.)


Defaults

Default is the no form of the command.

Command Modes

Adjacency H.323 configuration (config-sbc-sbe-adj-h323)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure H.323 adjacency h323ToIsp42 to use authentication key FG56KJ:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# adjacency h323 h323ToIsp42
Router(config-sbc-sbe-adj-h323)# authentication-key FG56KJ

Related Commands

Command
Description

authentication endpoint

Configures an H.323 adjacency to use endpoint authentication.


authentication mode

To configure the authentication mode for a SIP adjacency, use the authentication mode command in the adjacency SIP configuration mode. To deconfigure the authentication mode, use the no form of this command.

authentication mode {local | remote}

no authentication mode {local | remote}

Syntax Description

local

Configures the SIP adjacency for local authentication.

remote

Configures the SIP adjacency for remote authentication.


Defaults

No default behavior or values

Command Modes

Adjacency SIP configuration (config-sbc-sbe-adj-sip)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the authentication mode command is used to configure the SIP adjacency for local authentication:

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency sip SipToIsp42
Router(config-sbe-adj-sip)# authentication mode local

Related Commands

Command
Description

authentication nonce timeout

Configures the authentication nonce timeout for a SIP adjacency.



authentication nonce timeout

To configure the authentication nonce timeout for a SIP adjacency, use the authentication nonce timeout command in the adjacency SIP configuration mode. To deconfigure the authentication nonce timeout, use the no form of this command.

authentication nonce timeout value

no authentication nonce timeout

Syntax Description

value

Specifies the timeout value in seconds. The range of values is 0 to 65535.


Defaults

The default timeout value is 300 seconds.

Command Modes

Adjacency SIP configuration (config-sbc-sbe-adj-sip)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the authentication nonce timeout command is used to configure the authentication nonce timeout in seconds for a SIP adjacency:


Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency sip SipToIsp42
Router(config-sbe-adj-sip)# authentication nonce timeout 10

Related Commands

Command
Description

authentication mode

Configures the authentication mode for a SIP adjacency.



authentication-realm

To configure a set of authentication credentials for a specified domain on the specified SIP adjacency, use the authentication-realm command in SIP adjacency configuration mode. To deconfigure the authentication realm on the specified adjacency, use the no form of this command.

authentication-realm {inbound domain | outbound domain username password}

no authentication-realm {inbound domain | outbound domain}

Syntax Description

inbound

Specifies inbound authentication-realm.

outbound

Specifies outbound authentication-realm.

domain

Name of the domain for which the authentication credentials are valid.

username

Username that identifies the SBC in the specified domain.

password

Password to authenticate the username in the specified domain.


Defaults

No default behavior or values

Command Modes

Adjacency SIP configuration (config-sbc-sbe-adj-sip)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the authentication-realm command configures an authentication realm for the domain example.com on SIP adjacency SipToISP42:

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# adjacency sip SiptoISP42
Router(config-sbc-sbe-adj-sip)# authentication-realm outbound example.com usersbc 
passwordsbc

averaging-period

To configure the size of the averaging period used by CAC for its rate calculations, use the averaging period command in the CAC-policy-set configuration mode. To return the averaging period to its default, use the no form of this command.

averaging-period duration

no averaging-period

Syntax Description

duration

The size of the averaging window to use, in seconds. Default is 60 seconds.


Defaults

60 seconds

Command Modes

CAC-policy-set configuration (config-sbc-sbe-cacpolicy)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following command sets the averaging period to 5 seconds in configuration set 1 on "mySbc".

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# averaging-period 5
Router(config-sbc-sbe-cacpolicy)# exit

batch-size

To configure the batching or grouping of RADIUS messages sent to a RADIUS server, use the batch command in the packetcable-em configuration mode. To disable the batch, use the no form of this command.

batch-size number

no batch-size

Syntax Description

number

Specifies the batch size in bytes. The range is 0 through 4096.


Defaults

0

Command Modes

Packet-cable em configuration (config-sbc-sbe-billing-packetcable-em)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

A value of 0 indicates no batching. A platform may choose to set a non-zero default value (this may increase performance.)

Examples

The following example shows how to configure the maximum size of a batch of CDRs:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# billing 
(config-sbc-sbe-billing)# packetcable-em 4 transport radius test
(config-sbc-sbe-billing-packetcable-em)# batch-size 256

Related Commands

Command
Description

activate (radius)

Activates the billing functionality after configuration is committed.

attach

activate the billing for a RADIUS client

batch-size

Configures the batching or grouping of RADIUS messages sent to a RADIUS server.

batch-time

Configures the maximum number of milliseconds for which any record is held in the batch before the batch is sent

deact-mode

Configures the deactivate mode for the billing method.

ldr-check

Configures the time of day (local time) to run the Long Duration Check (LDR).

local-address ipv4

Configures the local IPv4 address that appears in the CDR.

local-address ipv4 (packet-cable)

Configures the local address of the packet-cable billing instance.

method packetcable-em

Enables the packet-cable billing method.

packetcable-em transport radius

Configures a packet-cable billing instance.

show sbc sbe billing remote

Displays the local and billing configurations.



batch-time

To configure the maximum number of milliseconds for which any record is held before the batch is sent, use the batch-time command in the packetcable-em configuration mode. To disable the waiting period, use the no form of this command.

batch-time number

no batch-time

Syntax Description

number

Specifies the batch time in milliseconds. The range is 1 through 3600000.


Defaults

1000 milliseconds

Command Modes

Packet-cable em configuration (config-sbc-sbe-billing-packetcable-em)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the maximum number of milliseconds for which any record is held before the batch is sent:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# billing 
(config-sbc-sbe-billing)# packetcable-em 4 transport radius test
(config-sbc-sbe-billing-packetcable-em)# batch-size 256
(config-sbc-sbe-billing-packetcable-em)# batch-time 22

Related Commands

Command
Description

activate (radius)

Activates the billing functionality after configuration is committed.

attach

activate the billing for a RADIUS client

batch-size

Configures the batching or grouping of RADIUS messages sent to a RADIUS server.

batch-time

Configures the maximum number of milliseconds for which any record is held in the batch before the batch is sent

deact-mode

Configures the deactivate mode for the billing method.

ldr-check

Configures the time of day (local time) to run the Long Duration Check (LDR).

local-address ipv4

Configures the local IPv4 address that appears in the CDR.

local-address ipv4 (packet-cable)

Configures the local address of the packet-cable billing instance.

method packetcable-em

Enables the packet-cable billing method.

packetcable-em transport radius

Configures a packet-cable billing instance.

show sbc sbe billing remote

Displays the local and billing configurations.


billing

To configure billing, use the billing command in SBE configuration mode. Use the no form of this command to remove all of the billing configuration.

billing

no billing

Syntax Description

This command has no arguments or keywords.

Defaults

No default behavior or values

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

There is only one billing per SBC.

Examples

The following example shows how to enter the billing mode for mySbc:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# billing 
Router(config-sbc-sbe-billng)#

Related Commands

Command
Description

activate (radius)

Activates the billing functionality after configuration is committed.

ldr-check

Configures the time of day (local time) to run the Long Duration Check (LDR).

local-address ipv4

Configures the local IPv4 address that appears in the CDR.

method packetcable-em

Enables the packet-cable billing method.

packetcable-em transport radius

Configures a packet-cable billing instance.

show sbc sbe billing remote

Displays the local and billing configurations.



blacklist

To enter the mode for configuring the event limits of a given source, use the blacklist command in the SBE configuration mode. To return the event limits to the default values, use the no form of this command.

blacklist [global | critical [global | vpn [vpn_name]] | vpn {vpn_name}] [address-default | ipv4 {addr} [tcp {tcp-port} | udp {udp-port} | default-port-limit]]

no blacklist

Syntax Description

global

(Required) Allows blacklisting limits or critical blacklisting limits to be configured for the global VPN. Sets limits for total traffic from global VPN.

This keyword is required when the command is used on the global VPN. Either global or vpn name must be specified for the blacklist.

critical

Configures critical blacklisting limits for the global VPN or a specific VPN.

vpn {vpn_name}

(Required) Enters the mode for configuring the event limits or critical event limits for the given VPN. Sets limits for total traffic from the named VPN.

vpn_name is the VPN name. Either global or vpn name must be specified for the blacklist.

address-default

(Optional) Enters the mode for configuring the default event limits for the source addresses in the given VPN. Sets default traffic limits to apply to each IP address within the global VPN, except where overridden by the ipv4 command option.

ipv4 addr

(Optional) Enters the mode for configuring the default event limits for the IPv4 address in the given VPN. Sets traffic limits for total traffic from this IP address within the global VPN.

addr is the IPv4 address.

tcp tcp-port

(Optional) Sets traffic limit for traffic from this IP address and TCP port within the global VPN.

udp udp-port

(Optional) Sets traffic limit for traffic from this IP address and UDP port within the global VPN.

default-port-limit

(Optional) Sets traffic limits to apply to each port within the IP address in the global VPN, except where overridden by either the tcp or udp command option.


Defaults

No default behavior or values.

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.

Cisco IOS XE Release 2.4.2

The critical keyword and options were added.


Usage Guidelines

Either "global" or "vpn_name" must be specified for the blacklist. However, if a vpn_name is entered, a VPN token is required.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the vpn keyword and the VPN token of 800 are used to enter the mode for configuring the event limits for the VPN test:

Router# configure
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# blacklist vpn 800
Router(config-sbc-sbe-blacklist)#

The following example shows how to enter the mode for configuring the default event limits for all addresses:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# blacklist global address-default

The following example shows how to enter the mode for configuring blacklisting to apply to all addresses:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# blacklist global
Router(config-sbc-sbe-blacklist)# 

The following example shows how to enter the mode for applying blacklisting options to a single IP address:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# blacklist global ipv4 1.1.1.1
Router(config-sbc-sbe-blacklist)# 

Related Commands

Command
Description

address-default

Enters the mode for configuring the default event limits for the source addresses in a given VPN.

clear sbc sbe blacklist

Clears the blacklist for the specified SBC service.

global

Enters the mode for configuring blacklisting to apply to all addresses.

ipv4 (blacklist)

Enters the mode for applying blacklisting options to a single IP address.

vpn

Enter the mode for configuring the event limits for a given VPN.

reason

Enters a submode for configuring a limit to a specific event type on the source.

show sbc sbe blacklist configured-limits

Lists the explicitly configured limits, showing only the sources configured.

show sbc sbe blacklist current-blacklisting

Lists the limits causing sources to be blacklisted.

tcp

Enters the mode for configuring blacklisting for TCP protocol only.

timeout

Defines the length of time that packets from the source are blocked, should the limit be exceeded.

trigger-period

Defines the period over which events are considered.

default-port-limit

Enters a submode for configuring the default even limits for the ports of a given address.

trigger-size

Defines the number of the specified events from the specified source that are allowed before the blacklisting is triggered, and blocks all packets from the source.

udp

Enters the mode for configuring blacklisting for UDP protocol only.

vpn

Enters the mode for configuring the event limits for a given VPN.


blacklist (sip-opt)

To set profile to be blacklisted, use the blacklist command in SIP option mode. Use the no form of this command to remove blacklist from this profile.

blacklist

no blacklist

Syntax Description

This command has no arguments or keywords.

Defaults

The global default is used.

Command Modes

SIP option (sip-opt)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command:

Examples

The following example shows how to add an option to the profile.

Router# configure terminal
Router(config)# sbc sanity 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip option-profile optpr1 
Router(config-sbc-sbe-sip-opt)# blacklist 

cache

To enable caching and configure call detail record caching parameters on a local disk, use the cache command in the SBE Billing configuration mode. To disable caching and local cache parameters, use the no form of this command.

cache [path {WORD} | alarm [critical VAL] [major VAL] [minor VAL] | max-size {0-4194303}]

no cache [path {WORD} | alarm [critical VAL] [major VAL] [minor VAL] | max-size {0-4194303}]

Syntax Description

path

(Required to enable caching) Specifies the local CDR cache file path location.

WORD

(Required to enable caching) Specifies the local drive name, up to a maximum of 255 characters.

alarm

(Optional) Specifies the cache file alarm thresholds.

critical VAL

(Optional) Specifies a critical alarm threshold.

major VAL

(Optional) Specifies a major alarm threshold.

minor VAL

(Optional) Specifies a minor alarm threshold.

max-size

(Optional) Specifies the maximum size of the local call detail record (CDR) cache file in kilobytes.

0-4194303

(Optional) This is the maximum size of the local CDR cache file, from zero to 4194303 kilobytes.

The default is zero. The cache max-size 0 command results in no limit on how big the cache can be.


Defaults

The default size of the local CDR cache file is zero.

Command Modes

SBE Billing configuration (config-sbc-sbe-billing)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

The Cisco ASR 1000 Series Routers have a local disk where records and event messages can be stored on a local cache. Local cache support is a significant advantage because call detail records and event messages (EMs) are not lost when a billing server is unavailable.

You use the cache command configures parameters for storing call detail records and EMs on local disk as part of Cisco Unified Border Element (SP Edition)'s integrated billing system in the unified model.

The cache path command enables caching and the no cache path command disables caching. You can use the other optional keywords to specify alarm thresholds and how large the cache size is in kilobytes

See Chapter 11, "Implementing Billing on Cisco Unified Border Element (SP Edition)" for more information and configuration steps describing related billing commands.

Examples

The following example configures billing and enables caching of call detailed records and EMs on the designated hard disk:

Router# configure terminal
Router(config)# sbc mysbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# control address aaa ipv4 10.1.1.1
Router(config-sbc-sbe)# radius accounting ACCT-CLIENT-GROUP-1
Router(config-sbc-sbe-acc)# activate
Router(config-sbc-sbe-acc)# server ACCT-SERVER-1
Router(config-sbc-sbe-acc-ser)# address ipv4 20.1.1.1
Router(config-sbc-sbe-acc-ser)# key cisco
Router(config-sbc-sbe-acc)# activate
Router(config-sbc-sbe-acc)# exit
Router(config-sbc-sbe)# billing 
Router(config-sbc-sbe-billing)# ldr-check 22 30
Router(config-sbc-sbe-billing)# local-address ipv4 10.20.1.1
Router(config-sbc-sbe-billing)# method packetcable-em 
Router(config-sbc-sbe-billing)# cache path harddisk:
Router(config-sbc-sbe-billing)# packetcable-em 3 transport radius test
Router(config-sbc-sbe-billing-packetcable-em)# batch-size 256
Router(config-sbc-sbe-billing-packetcable-em)# batch-time 22 
Router(config-sbc-sbe-billing-packetcable-em)# local-address ipv4 10.1.1.1
Router(config-sbc-sbe-billing-packetcable-em)# attach
Router(config-sbc-sbe-billing-packetcable-em)# exit
Router(config-sbc-sbe-billing)# activate

The following configuration example shows that the cache file alarm thresholds and maximum size of the local CDR cache file are configured:

    cache path disk2:
    cache alarm minor 100 major 200 critical 300
    cache max-size 1234567

The following configuration example shows that caching is enabled on the hard disk:

sbc asr
 sbe
   ! - Local radius IP address
   control address aaa ipv4 10.1.1.1

   ! - First radius accounting client group 
   radius accounting ACCT-CLIENT-GROUP-1
    ! - First radius server  
    server ACCT-SERVER-1
     address ipv4 20.1.1.1
     key cisco
    activate

  ! - Billing manager. 
   billing
    local-address ipv4 10.1.1.1
    method packetcable-em
    cache path harddisk:
    ! - First billing method. 
    packetcable-em 0 transport radius ACCT-CLIENT-GROUP-1
     local-address ipv4 10.1.1.1
     attach
    activate

Related Commands

Command
Description

activate (radius)

Activates the billing functionality after configuration is committed.

billing

Configures billing.

local-address ipv4

Configures the local IPv4 address that appears in the CDR.

packetcable-em method-index transport radius RADIUS-client-name

Configures a packet-cable billing instance.

method packetcable-em

Enable the packet-cable billing method.

show sbc sbe billing remote

Displays the local and billing configurations.


cache-lifetime

To configure the lifetime of any DNS entry, use the cache-lifetime command in the DNS configuration mode. To disable the lifetime, use the no form of this command.

cache-lifetime 0-1879048

no cache-lifetime

Syntax Description

0-1879048

Specifies the lifetime of any DNS entry in seconds.


Defaults

No default behavior or values.

Command Modes

DNS configuration (config-sbc-sbe-dns)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the lifetime of any DNS entry,:

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# sip dns
Router(config-sbe-dns)# cache-lifetime 444

Related Commands

Command
Description

cache-limit

Configures the maximum number of entries that are permitted in the DNS cache.

sip dns

Enter the SIP DNS configuration mode.


cache-limit

To configure the maximum number of entries that are permitted in the DNS cache, use the cache-limit command in the DNS configuration mode. To set the limit to 100, use the no form of this command.

cache-limit 0-4294967295

no cache-lifetime

Syntax Description

0-4294967295

Specifies the maximum number of DNS entries.


Defaults

100

Command Modes

DNS configuration (config-sbc-sbe-dns)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure limits on DNS entries:

Router# configure terminal
Router(config)# sbc mySbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# sip dns
Router(config-sbe-dns)# cache-limit 14

Related Commands

Command
Description

cache-lifetime

Configures the lifetime of any DNS entry.

sip dns

Enters the SIP DNS configuration mode.


cac-policy-set

Use the cac-policy-set command in the SBE configuration mode to enter the submode of CAC policy set configuration within an SBE entity. If necessary, a new policy set is created. Changes are not be permitted to the configuration of the active policy set.

Use the no form of the command to destroy the policy set. A policy set may not be destroyed if it is the active policy set.

cac-policy-set policy-set-id

no cac-policy-set policy-set-id

Syntax Description

policy-set-id

An integer chosen by the user to identify the policy set. The range is 1 - 2147483647.


Defaults

No default behavior or values.

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following command creates an empty policy set, identified by number 1, on mySbc.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1 
Router(config-sbc-sbe-cacpolicy)# exit

Related Commands

Command
Description

active-cac-policy-set

Sets the active CAC-policy-set within an SBE entity.


cac-scope

To allow you to choose a scope at which CAC limits are applied within each entry in a Policy Set table, use the cac-scope command in CAC table entry configuration mode. To delete the scope in the given entry in the CAC Policy Set table, use the no form of this command.

cac-scope {list of scope options}

no cac-scope {list of scope options}

Syntax Description

list of scope options

Scope options are:

adj-group—Events that are from members of the same adjacency group.

call—Scope limits are per single call.

category—Events that have same category.

dst-account—Events that are sent to the same account.

dst-adj-group—Events that are sent to the same adjacency group.

dst-adjacency—Events that are sent to the same adjacency.

dst-number—Events that have the same destination.

global—Scope limits are global

src-account—Events that are from the same account.

src-adj-group—Events that are from the same adjacency group.

src-adjacency—Events that are from the same adjacency.

src-number—Events that have the same source number.

sub-category—The limits specified at this scope apply to all events sent to or received from members of the same subscriber category. This is not supported in Cisco IOS XE Release 2.4.

sub-category-pfx—The limits specified at this scope apply to all events sent to or received from members of the same subscriber category prefix. This is not supported in Cisco IOS XE Release 2.4.

subscriber—The limits specified at this scope apply to all events sent to or received from individual subscribers (a device that is registered with a Registrar server). This is not supported in Cisco IOS XE Release 2.4.


Defaults

Defaults to global if the scope option is not specified.

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

The cac-scope command allows you to choose a scope at which CAC limits are applied within each entry. This command is only available to entries defined within a Policy Set table type. You can define more than one cac-scope command within an entry.

Use the table-type command to configure a Policy Set table type.

Some CAC scopes can be combined to create compound scopes. The global and call scopes cannot be combined. See the "Compound Scopes" section in Chapter 12, "Implementing Cisco Unified Border Element (SP Edition) Policies."

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the call event at which limits are applied in CAC policy-set table TAB1:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-table TAB1
Router(config-sbc-sbe-cacpolicy)# cac-table TAB1
Router(config-sbc-sbe-cacpolicy-cactable)# table-type policy-set
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# cac-scope call
Router(config-sbc-sbe-cacpolicy-cactable-entry)# max-num-calls 20
Router(config-sbc-sbe-cacpolicy-cactable-entry)# action cac-complete
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# complete

Related Commands

Command
Description

cac-table

Configures admission control tables.

table-type

Configures a CAC table type that enables the priority of the call to be used as a criterion in CAC policy.


cac-table

To create or configure an admission control table, use the cac-table command in CAC-policy-set configuration mode. To delete the admission control table, use the no form of this command.

cac-table table-name

no cac-table table-name

Syntax Description

table-name

Specifies the admission control table.


Defaults

No default behavior or values

Command Modes

CAC-policy-set configuration (config-sbc-sbe-cacpolicy)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to create the admission control table MyCacTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# 

Related Commands

Command
Description

first-cac-table

Configures the name of the first policy table to process when performing the admission control stage of policy.

first-cac-scope

Configure the scope at which to begin defining limits when performing the admission control stage of policy.


callee-codec-list

To list the codecs which the callee leg of a call is allowed to use, use the callee-codec-list command in the CAC table entry configuration mode. To delete a codec list, use the no form of this command.

callee-codec-list list-name

no callee-codec-list list-name

Syntax Description

list-name

Specifies the name of the codec list. The maximum size is 30 characters.


Command Default

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to enter a submode to create a codec list using the name test:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-codec-list test

callee-hold-setting

To configure the callee hold settings that are supported, use the callee-hold-setting command in CAC table entry configuration mode. To deconfigure the callee hold settings, use the no form of this command.

callee-hold-setting {hold-c0 | hold-c0-inactive | hold-c0-sendonly | hold-sendonly | standard}

no callee-hold-setting {hold-c0 | hold-c0-inactive | hold-c0-sendonly | hold-sendonly | standard}

Syntax Description

hold-c0

Callee supported; requires c=I 0.0.0.0.

hold-c0-inactive

Callee supported; requires c=I 0.0.0.0 or a=inactive.

hold-c0-sendonly

Callee supported; requires c=0.0.0.0 or a=sendonly

hold-sendonly

Callee supported; requires a=sendonly.

standard

Callee supported; requires c=0.0.0.0 and either a=forward-direction capability.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the callee hold settings:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value fairchild
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-hold-setting hold-sendonly
Router(config-sbc-sbe-cacpolicy-cactable-entry)# action cac-complete
Router(config-sbc-sbe-cacpolicy-cactable-entry)# complete

Related Commands

Command
Description

callee-inbound-policy

Configures a callee inbound SDP policy table.

callee-outbound-policy

Configures a callee outbound SDP policy table.


callee-inbound-policy

To configure a callee inbound SDP policy table, use the callee-inbound-policy command in CAC table entry configuration mode. To, use the no form of this command.

callee-inbound-policy WORD

no callee-inbound-policy WORD

Syntax Description

WORD

Specifies the name of the SDP policy table. The maximum size is 30 characters.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to create the admission control table MyCacTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-inbound-policy test

Related Commands

Command
Description

callee-hold-setting

Configures the callee hold settings that are supported.

callee-outbound-policy

Configures a callee outbound SDP policy table.


callee-outbound-policy

To configure a callee outbound SDP policy table, use the callee-outbound-policy command in CAC table entry configuration mode. To, use the no form of this command.

callee-outbound-policy WORD

no callee-outbound-policy WORD

Syntax Description

WORD

Specifies the name of the SDP policy table. The maximum size is 30 characters.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to create the admission control table MyCacTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-inbound-policy test

Related Commands

Command
Description

callee-hold-setting

Configures the callee hold settings that are supported.

callee-inbound-policy

Configures a callee inbound SDP policy table.


callee-privacy

To configure the level of privacy processing to perform on messages sent from callee to caller, use the callee-privacy command in CAC table configuration mode. To delete the maximum number of channels in the given entry in the admission control table, use the no form of this command.

callee-privacy [callee_priv_setting]

no callee-privacy

Syntax Description

callee_priv_setting

Indicates specific callee privacy setting. Values are:

never—Never hides the identity. This is the default.

account-boundary—Hides the identity if caller is different account from callee.

always—Always hides the identity.


Defaults

never is the default.

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the entry to always hide callee identity in the new admission control table MyCacTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-prefix
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-privacy always

Related Commands

Command
Description

cac-table

Configures an admission control table.


callee-sig-qos-profile

To configure the QoS profile to be used for signaling packets sent to the original callee, use the callee-sig-qos-profile command in the CAC table entry configuration mode. To deconfigure the QoS profile, use the no form of this command.

callee-sig-qos-profile profile-name

no callee-sig-qos-profile profile-name

Syntax Description

profile-name

Specifies the name of the QoS profile. The string "default" is reserved.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the callee-sig-qos-profile command is used to configure the QoS profile named enterprise to be used for signaling packets sent to the original callee:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-sig-qos-profile enterprise

callee-video-qos-profile

To configure the QoS profile to use for media packets sent to the original callee, use the callee-video-qos-profile command in CAC table entry configuration mode. To return to the default behavior, use the no form of this command.

callee-video-qos-profile profile-name

no callee-video-qos-profile

Syntax Description

profile-name

Specifies the QoS profile.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.


Note The callee-video-qos-profile can be executed only at the per-call scope. CAC policy does not activate if configured at any other scope.


Examples

The following example shows how to configure calls from the acme account to use the video QoS profile enterprise for packets sent from the SBC to the original callee:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope call
Router(config-sbc-sbe-cacpolicy)# first-cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value acme
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-video-qos-profile enterprise
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# exit

callee-voice-qos-profile

To configure the QoS profile to use for media packets sent to the original callee, use the callee-voice-qos-profile command in CAC table entry configuration mode. To return to the default behavior, use the no form of this command.

callee-voice-qos-profile profile-name

no callee-voice-qos-profile

Syntax Description

profile-name

Specifies the QoS profile.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.


Note This command can be executed only at the per-call scope. CAC policy does not activate if this command is configured at any other scope.


Examples

The following example shows how to configure calls from the acme account to use the voice QoS profile enterprise for packets sent from the SBC to the original callee.

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope call
Router(config-sbc-sbe-cacpolicy)# first-cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value acme
Router(config-sbc-sbe-cacpolicy-cactable-entry)# callee-voice-qos-profile enterprise
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# exit

caller-codec-list

To list the codecs which the caller leg of a call is allowed to use, use the caller-codec-list command in the CAC table entry configuration mode. To delete a codec list, use the no form of this command.

caller-codec-list list-name

no caller-codec-list list-name

Syntax Description

list-name

Specifies the name of the codec list. The maximum size is 30 characters.


Command Default

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to enter a submode to create a codec list using the name test:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-codec-list test

caller-hold-setting

To configure the caller hold settings that are supported, use the caller-hold-setting command in CAC table entry configuration mode. To cancel caller hold settings, use the no form of this command.

caller-hold-setting {hold-c0 | hold-c0-inactive | hold-c0-sendonly | hold-sendonly | standard}

no caller-hold-setting {hold-c0 | hold-c0-inactive | hold-c0-sendonly | hold-sendonly | standard}

Syntax Description

hold-c0

Callee supported; requires c=I 0.0.0.0.

hold-c0-inactive

Callee supported; requires c=I 0.0.0.0 or a=inactive.

hold-c0-sendonly

Callee supported; requires c=0.0.0.0 or a=sendonly

hold-sendonly

Callee supported; requires a=sendonly.

standard

Callee supported; requires c=0.0.0.0 and either a=forward-direction capability.


Defaults

Standard is the default.

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)#

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the caller hold settings:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value fairchild
Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-hold-setting hold-sendonly
Router(config-sbc-sbe-cacpolicy-cactable-entry)# action cac-complete

Router(config-sbc-sbe-cacpolicy-cactable-entry)# complete

Related Commands

Command
Description

caller-outbound-policy

Configures a caller outbound SDP policy table.

caller-inbound-policy

Configures a caller inbound SDP policy table.


caller-inbound-policy

To configure a caller inbound SDP policy table, use the caller-inbound-policy command in CAC table entry configuration mode. To deconfigure a caller inbound SDP policy table, use the no form of this command.

caller-inbound-policy WORD

no caller-inbound-policy WORD

Syntax Description

WORD

Specifies the name of the SDP policy table. The maximum size is 30 characters.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)#

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure a caller inbound SDP policy table:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1

Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-inbound-policy test

Related Commands

Command
Description

caller-hold-setting

Configures the caller hold settings.

caller-outbound-policy

Configure a caller outbound SDP policy table.


caller-outbound-policy

To configure a caller outbound SDP policy table, use the caller-outbound-policy command in CAC table entry configuration mode. To deconfigure a caller outbound SDP policy table, use the no form of this command.

caller-outbound-policy table_name

no caller-outbound-policy table_name

Syntax Description

WORD

Specifies the name of the SDP policy table. The maximum size is 30 characters.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)#

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure a caller outbound SDP Limit table:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope global
Router(config-sbc-sbe-cacpolicy)# first-cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy)# cac-table callhold-dst-settings
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-account 
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1

Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-outbound-policy test

Command
Description

caller-hold-setting

Configures the caller hold settings.

caller-inbound-policy

Configures a caller inbound SDP policy table.


caller-privacy

To configure the level of privacy processing to perform on messages sent from caller to callee, use the caller-privacy command in CAC table configuration mode. To delete the maximum number of channels in the given entry in the admission control table, use the no form of this command.

caller-privacy [privacy-setting]

no caller-privacy

Syntax Description

privacy_setting

Indicates specific caller privacy setting. Possible values include:

never—Never hides the identity.

account-boundary—Hides the identity if caller is on a different account from callee.

always—Always hides the identity.


Defaults

The privacy_setting value is set to never.

Command Modes

CAC table configuration (config-sbc-sbe-cacpolicy-cactable)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the entry to always hide caller identity in the new admission control table MyCacTable:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit dst-prefix
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-privacy always
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# exit

caller-sig-qos-profile

To configure the QoS profile to use for signaling packets sent to the original caller, use the caller-sig-qos-profile command in the CAC table entry configuration mode. To deconfigure the QoS profile, use the no form of this command.

caller-sig-qos-profile profile-name

no caller-sig-qos-profile profile-name

Syntax Description

profile-name

Specifies the name of the QoS profile. The string "default" is reserved.


Defaults

No default behavior or values

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

This command can only be executed at the per-call scope. CAC policy will not activate if this command is configured at any other scope.

Packet marking will not be applied until the CAC decision process is run. This means that some initial signaling packets sent to the caller (for example, the SIP 100 provisional response) will not receive any particular DSCP marking.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following command configures calls from the acme account to use the voice QoS profile enterprise for signaling packets sent from the SBC to the original caller:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope call
Router(config-sbc-sbe-cacpolicy)# first-cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit src-account
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value acme
Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-sig-qos-profile enterprise
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# exit

caller-video-qos-profile

To configure the QoS profile to use for media packets sent to the original caller, use the caller-video-qos-profile command in CAC table configuration mode. To remove this configuration, use the no form of this command.

caller-video-qos-profile profile-name

no caller-video-qos-profile profile-name

Syntax Description

profile-name

Specifies the Qos profile.


Defaults

No default behavior or values

Command Modes

CAC table configuration (config-sbc-sbe-cacpolicy-cactable)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.


Note The caller-video-qos-profile command can be executed only at the per-call scope. CAC policy does not activate if this command is configured at any other scope.


Examples

The following example shows how to configure calls from the acme account to use the video QoS profile enterprise for packets sent from the SBC to the original caller:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope call
Router(config-sbc-sbe-cacpolicy)# first-cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit src-account
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value acme
Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-video-qos-profile enterprise
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# exit

caller-voice-qos-profile

To configure the QoS profile to use for media packets sent to the original caller, use the caller-voice-qos-profile command in CAC table configuration mode. To remove this configuration, use the no form of this command.

caller-voice-qos-profile profile-name

no caller-voice-qos-profile

Syntax Description

profile-name

Specifies the QoS profile.


Defaults

No default behavior or values

Command Modes

CAC table configuration (config-sbc-sbe-cacpolicy-cactable)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.


Note This command can be executed only at the per-call scope. CAC policy does not activate if this command is configured at any other scope.


Examples

The following example shows how to configure calls from the acme account to use the voice QoS profile enterprise for packets sent from the SBC to the original caller:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# first-cac-scope call
Router(config-sbc-sbe-cacpolicy)# first-cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy)# cac-table MyCacTable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type limit src-account
Router(config-sbc-sbe-cacpolicy-cactable)# cac-table MyCacTable
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1
Router(config-sbc-sbe-cacpolicy-cactable-entry)# match-value acme
Router(config-sbc-sbe-cacpolicy-cactable-entry)# caller-voice-qos-profile enterprise
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit
Router(config-sbc-sbe-cacpolicy-cactable)# exit
Router(config-sbc-sbe-cacpolicy)# exit

call-policy-set

To create a new policy set, use the call-policy-set command in SBE configuration mode. To delete the policy set, use the no form of this command.

call-policy-set policy-set-id

no call-policy-set policy-set-id

Syntax Description

policy-set-id

Specifies the integer that identifies the policy set.


Defaults

No default behavior or values

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to create an empty policy set, identified by number 1, on mySbc:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# exit
Router(config-sbc-sbe)#

Related Commands

Command
Description

first-call-routing-table

Configures the name of the first policy table to process when performing the routing stage of policy for new-call events.

first-number-analysis-table

Configures the name of the first policy table to process when performing the routing stage of policy for subscriber-registration events.


category (NA-)

To configure the entry category in the number analysis table with entries of the table matching a part of or the whole dialed number, use the category command in the NA routing table configuration mode. To deconfigure the category of an entry, use the no form of this command.

category category-name

no category category-name

Syntax Description

category-name

Specifies a category to assign to the event.


Defaults

No default behavior or values

Command Modes

NA routing table configuration (config-sbc-sbe-rtgpolicy-natable)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to configure the category of entry 1 in the new number analysis table MyNaTable matching the whole number:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# call-policy-set 1
Router(config-sbc-sbe-rtgpolicy)# na-dst-number-table MyNaTable
Router(config-sbc-sbe-rtgpolicy-natable)# entry 1
Router(config-sbc-sbe-rtgpolicy-natable-entry)# category external
Router(config-sbc-sbe-rtgpolicy-natable-entry)# exit
Router(config-sbc-sbe-rtgpolicy-natable)# exit
Router(config-sbc-sbe-rtgpolicy)# exit
Router(config-sbc-sbe)#

clear platform hardware qfp active feature sbc sfx

To clear the Cisco QuantumFlow Processor SIP Fast-Register (SFX) counters, use the clear platform hardware qfp active feature sbc sfx command in Exec mode.

clear platform hardware qfp active feature sbc sfx [global]

Syntax Description

global

Specifies SIP Fast-Register (SFX) global state information.


Defaults

No default behavior or values

Command Modes

Exec (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears information about the parsing of SIP fast-register (SFX) messages in the Cisco QuantumFlow Processor (QFP):

Router# clear platform hardware qfp active feature sbc sfx global 

Related Commands

Command
Description

show platform hardware qfp active feature sbc sfx

Displays information about SIP fast-register (SFX) messages in the Cisco QuantumFlow Processor (QFP).


clear sbc

To clear the DBE or SBE configurations, use the clear sbc command in Privileged EXEC mode.

clear sbc sbc-name {dbe | sbe}

Syntax Description

sbc-name

Specifies the name of the Session Border Controller (SBC) service.

dbe

Clears DBE configuration.

sbe

Clears SBE configuration.


Defaults

No default behavior or values

Command Modes

Privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers for the unified model.


Examples

The following example shows how to clear the DBE configuration.

Router# clear sbc mySbc dbe 

clear sbc sbe adjacency statistics

To clear the SIP method statistics counters and reset them to zero, use the clear sbc sbe adjacency statistics command in Privileged EXEC mode.

clear sbc sbc-name sbe adjacency adj-name adjacency

Syntax Description

sbc-name

Specifies the name of the SBC service.

adj-name

Specifies the name of the adjacency.


Command Default

No default behavior or values

Command Modes

Privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4.1

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

This command clears request and response counters that are displayed in the output of the show sbc sbe sip-method-stats command.

Examples

The following example clears the SIP method statistics counters for the sipGW adjacency:

Router# clear sbc mySbc sbe adjacency sipGW statistics

Related Commands

Command
Description

show sbc sbe sip-method-stats

Displays summary or detailed statistics for a SIP method.

statistics-setting

Configures an adjacency to support SIP method statistics.


clear sbc sbe blacklist

To clear the blacklist for the specified Session Border Controller (SBC) service, use the clear sbc sbe blacklist command in privileged EXEC mode.

clear sbc sbc-name sbe blacklist [[critical [WORD | ipv4 {A.B.C.D}] | vrfname] [ipv4 addr [{udp | tcp} A.B.C.D]]

Syntax Description

sbc-name

Name of the Session Border Controller (SBC) service.

critical

Allows you to clear critical blacklists.

WORD

Specifies the VPN ID for which you want to clear critical blacklisting information.

ipv4 A.B.C.D

Shows configured critical blacklisting for a single IPv4 address.

vrfname

Specifies the VRF for which to clear blacklisted entries.

ipv4 address

Specifies the IPv4 address.

tcp

Clear blacklisting for TCP protocol only.

udp

Clear blacklisting for UDP protocol only.

A.B.C.D

IPv4 subnet mask.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.

Cisco IOS XE Release 2.4.2

The critical keyword and critical options were added.


Examples

The following example clears all the blacklists for the TCP port 1 for VRF test for the ipv4 address of 2.2.2.2:

Router# clear sbc aa sbe blacklist test ipv4 2.2.2.2 tcp 1 

Related Commands

Command
Description

blacklist

Enter the mode for configuring the event limits of a given source.


clear sbc sbe blacklist all

To clear all the currently blacklisted entries for the specified Session Border Controller (SBC) service, use the clear sbc sbe blacklist all command in Privileged EXEC mode.

clear sbc sbc-name sbe blacklist all

Syntax Description

sbc-name

Name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

Privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the blacklist entries for the SBC test:

Router# clear sbc test sbe blacklist all 
Command Accepted


Related Commands

Command
Description

blacklist

Enter the mode for configuring the event limits of a given source.


clear sbc sbe call

To clear an identified call, use the clear sbc sbe call command in privileged EXEC mode.

clear sbc sbc-name sbe call {0-2147483647}

Syntax Description

sbc-name

Specifies the name of the SBC service.

0-2147483647

Specifies the call index number that is to be cleared.


Command Default

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following examples shows 1) how to display calls on the global SBC service; 2) how to clear specified call number 1; and 3) how to show that call number 1 has been cleared:

Router# show sbc global sbe calls

SBC Service "global"
  Call           State        Type          Src Adjacency        Dest Adjacency
  -----------------------------------------------------------------------------
    1             Active      Audio         glophone             registrar

Router#
Router#
Router# clear sbc global sbe call 1 
Router# 

Router# show sbc global sbe calls 

SBC Service "global"
  Call           State        Type          Src Adjacency        Dest Adjacency
  -----------------------------------------------------------------------------
No call information found.

Router#

clear sbc dbe media-stats

To clears all the statistics collected by the media gateway manager of the DBE, use the clear sbc dbe media-stats command in Exec mode.

clear sbc sbc-name dbe media-stats

Syntax Description

sbc-name

Name of the SBC service.


Command Default

No default behavior or values

Command Modes

Exec (#)

Command History

Release
Modification

Cisco IOS XE Release 2.1

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers for the distributed model.


Usage Guidelines

This command clears the statistics displayed by the show sbc dbe media-stats command.

Examples

The following example clears all the statistics collected by the media gateway manager of a DBE on 
an SBC called mySbc:

Router(config)# clear sbc mySbc dbe media-stats

Related Commands

Command
Description

show sbc dbe media-stats

Lists the statistics of one or more media flows collected on the DBE.




clear sbc sbe cac-rejection-stats

To clear all the call admission control policy rejection statistics, use the clear sbc sbe cac-rejection-stats command in privileged EXEC mode.

clear sbc sbc-name sbe cac-rejection-stats

Syntax Description

sbc-name

Name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the call admission control policy rejection statistics for the SBE mysbc:

Router# clear sbc mySbc sbe cac-rejection-stats

clear sbc sbe call-rate-stats

To clear all the call rate statistics, use the clear sbc sbe call-rate-stats command in privileged EXEC mode.

clear sbc sbc-name sbe call-rate-stats

Syntax Description

sbc-name

Name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the call rate statistics for the SBE mysbc:

Router# clear sbc mySbc sbe call-rate-stats

clear sbc sbe call-rejection-stats

To clear all the call admission control policy rejection statistics, use the clear sbc sbe call-rejection-stats command in privileged EXEC mode.

clear sbc sbc-name sbe call-rejection-stats

Syntax Description

sbc-name

Name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the call admission control policy rejection statistics for the SBE mysbc:

Router# clear sbc mySbc sbe call-rejection-stats

clear sbc sbe call-stats

To clear all the call statistics by the SBE, use the clear sbc sbe call-stats command in privileged EXEC mode.

clear sbc sbc-name sbe call-stats

Syntax Description

sbc-name

Name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the call statistics for the SBE mysbc:

Router# clear sbc mysbc sbe call-stats

clear sbc sbe policy-failure-stats

To clear all of the policy failure statistics of all adjacencies and accounts, use the clear sbc sbe policy-failure-stats command in privileged EXEC mode.

clear sbc sbc-name sbe policy-failure-stats [src-adjacency | src-account | dst-adjacency | dst-sccount] name

Syntax Description

sbc-name

Specifies the name of the Session Border Controller (SBC) service.

src-adjacency

(Optional) Clears statistic for a source adjacency.

src-account

(Optional) Clears statistic for a source account.

dst-adjacency

(Optional) Clears statistic for a destination adjacency.

dst-account

(Optional) Clears statistic for a destination account.

name

Specifies the adjacency name or the account name.


Command Default

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example shows how to clear all of the policy failure statistics for an adjacency named YY:

Router# clear sbc mysbc sbe policy-failure-stats src-adjacency YY

clear sbc sbe policy-rejection-stats

To clear all the policy rejection statistics by the SBE, use the clear sbc sbe policy-rejection-stats command in privileged EXEC mode.

clear sbc sbc-name sbe policy-rejection-stats

Syntax Description

sbc-name

Specifies the name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

This clears all recorded policy rejection stats including the current and previous intervals.

Examples

The following example clears all the policy rejection statistics by the SBE.

Router# clear sbc mySbc sbe policy-rejection-stats

clear sbc sbe radius-client

To clear all the statistics for the specified RADIUS server, use the clear sbc sbe radius-client command in privileged EXEC mode.

clear sbc sbc-name sbe radius-client {accounting word | authentication | radius-server-stats word}

Syntax Description

sbc-name

Specifies the name of the Session Border Controller (SBC) service.

accounting

Clears accounting client statistics.

authentication

Clears authentication client statistics.

radius-server-stats

Identifies the RADIUS server name.

word

For accounting, the RADIUS client name. The maximum size is 80 characters.

For radius-server-stats, the RADIUS server name. The maximum size is 80 characters.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the authentication statistics for the RADIUS server called svr:

Router# clear sbc mySbc sbe radius-client authentication radius-server-stats svr

The following example clears all the accounting client statistics for the local RADIUS client, acc, for the RADIUS server svr:

Router# clear sbc mySbc sbe radius-client accounting acc radius-server-stats svr

clear sbc sbe radius-client-stats

To clear all the statistics for the local RADIUS clients, use the clear sbc sbe radius-client-stats command in privileged EXEC mode.

clear sbc sbc-name sbe radius-client-stats {accounting word | authentication}

Syntax Description

sbc-name

Specifies the name of the Session Border Controller (SBC) service.

word

The RADIUS client name. The maximum size is 80 characters.

accounting

Clears accounting client statistics.

authentication

Clears authentication client statistics.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all the authentication statistics:

Router# clear sbc mySbc sbe radius-client-stats authentication

The following example clears all the accounting statistics for the local RADIUS client, radius1:

Router# clear sbc mySbc sbe radius-client-stats accounting radius1 

clear sbc sbe sip statistics

To clear aggregated SIP statistics handled by the Cisco Unified Border Element (SP Edition) process on the Cisco ASR 1000 Series Routers, use the clear sbc sbe sip statistics command in Privileged EXEC mode.

clear sbc {service name} sbe sip statistics

Syntax Description

service name

Specifies the name of the Session Border Controller (SBC) service.


Defaults

No default behavior or values

Command Modes

Privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4.1

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

This command resets to zero all the packet counters of SIP statistics aggregated by the SBC.

Examples

The following example resets to zero the packet counters of SIP statistics aggregated by the Cisco Unified Border Element (SP Edition) process on the Cisco ASR 1000 Series Routers:

Router# clear sbc global sbe sip statistics


Related Commands

Command
Description

show sbc sbe sip statistics

Displays the aggregated SIP statistics handled by the Cisco Unified Border Element (SP Edition).


clear sbc sbe statistics

To clear the summary statistics and the detailed response code statistics, use the clear sbc sbe statistics command in privileged EXEC mode.

clear sbc sbc-name sbe adj-name statistics

Syntax Description

sbc-name

Specifies the name of the Session Border Controller (SBC) service.

adj-name

The RADIUS client name. The maximum size is 80 characters.


Defaults

No default behavior or values

Command Modes

privileged EXEC (#)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Examples

The following example clears all summary statistics and the detailed response code statistics:

Router# clear sbc mySbc sbe ttt statistics

codec

To add a codec to a codec list, use the codec command in the Codec list configuration mode. To remove a named codec from a codec list, use the no form of this command.

codec codec-name

no codec codec-name

Syntax Description

codec-name

Specifies the name of a codec. This value must be one of the list of codecs that the SBE is hard-coded to recognize. Otherwise, when you execute this command, the SBE displays an error.

The format of the codec name is the same as the string used to represent it in Session Description Protocol (SDP). For example, PCMU or VDVI. A codec can only be added to each list one time.


Command Default

No default behavior or values

Command Modes

Codec list (sbe-codec-list)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to assign the PCMU codec to the my_codecs codec list:

Router# configure terminal
Router(config)# sbc mysbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# codec-list my_codecs
Router(config-sbc-sbe-codec-list)# codec PCMU

codec-list

To create a codec list, use the codec-list command in the SBE configuration mode. To delete a codec list, use the no form of this command.

codec-list list-name

no codec-list list-name

Syntax Description

list-name

Specifies the name of the codec list.


Command Default

No default behavior or values

Command Modes

SBE configuration (config-sbc-sbe)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to enter a submode to create a codec list using the name my_codecs:

Router# configure terminal
Router(config)# sbc mysbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# codec-list my_codecs

codec-list description

To provide a description of a codec list, use the codec-list description command in codec list configuration mode. To delete the description for the codec list, use the no form of this command.

codec-list description text

no description

Syntax Description

text

An arbitrary text string that describes the codec list.


Defaults

No default behavior or values

Command Modes

Codec list (sbe-codec-list)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to provide the my_codecs codec list with a description (Legitimate codecs):

Router# configure terminal
Router(config)# sbc mysbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# codec-list my_codecs
Router(config-sbc-sbe-codec-list)# codec-list description Legitimate codecs

codec packetization-period

To set a minimum packetization period for a codec, use the codec packetization-period command in the codec list configuration mode. To remove a packetization-period from a codec, use the no form of this command.

codec codec-name packetization-period packet-period

no codec codec-name packetization-period packet-period

Syntax Description

codec-name

Specifies the name of a codec. This value must be one from the list of codecs that the signaling border element (SBE) is hard-coded to recognize. Otherwise, when you execute this command, the SBE displays an error.

The format of the codec name is the same as the string used to represent it in SDP (for example, PCMU or VDVI).

packet-period

The codec can optionally be followed by a minimum acceptable packetization period in milliseconds as indicated by packetization-period.

For example, codec PCMU packetization-period 20 adds the codec PCMU to the list with a minimum acceptable packetization period of 20 ms. The range of packetization period is 0 to 1000.



Note For each minimum packetization period, only one codec is allowed to be added to each list, one time only.


Defaults

No default behavior or values

Command Modes

Codec list (sbe-codec-list)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to set a minimum packetization period for the PCMU and G729 codecs that are in the my_codecs codec list:

Router# configure terminal
Router(config)# sbc mysbc
Router(config-sbc)# sbe
Router(config-sbc-sbe)# codec-list my_codecs
Router(config-sbc-sbe-codec-list)# codec PCMU packetization-period 20
Router(config-sbc-sbe-codec-list)# codec G729 packetization-period 10

codec-restrict-to-list

To configure the CAC to restrict the codecs used in signaling a call to the set of codecs given in the named list, use the codec-restrict-to-list command in CAC table entry configuration mode. To impose no restrictions on the codecs that can be used with the CAC entry, use the no form of this command.

codec-restrict-to-list list-name

no codec-restrict-to-list list-name

Syntax Description

list-name

Specifies the name of the codec list.


Command Default

Not setting this command, or issuing the no form of the command, means that the CAC entry does not impose any restriction on the codecs that can be used (but also it does not lift any restrictions set by entries encountered earlier).

Command Modes

CAC table entry configuration (config-sbc-sbe-cacpolicy-cactable-entry)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

For each codec on this list, CAC restricts the packetization period for any stream using that codec to be greater than or equal to the packetization period configured along with that codec in the list. If a stream uses more than one codec in the list, then the greater of all the packetization periods configured for each codec in the list is applied to the stream.

If the codec list is empty, then all codecs recognized by the SBE will be allowed.

To clear all restrictions set by an earlier CAC entry, you must configure a codec-restrict-to-list list-name, where list-name is the name of a list containing no codecs.

You are not allowed to use this command if the table is part of the active policy set. You can only configure the codec-restrict-to-list command at per-call scope. If it is configured at any other scope, then an error will be flagged when you type "complete" in the CAC policy set configuration.

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following command configures the entry to restrict codecs to those named on the list my_codecs:

Router# configure terminal
Router# sbc mySbc 
Router(config-sbc)# sbe
Router(config-sbc-sbe)# cac-policy-set 1 
Router(config-sbc-sbe-cacpolicy)# cac-table Mycactable 
Router(config-sbc-sbe-cacpolicy-cactable)# table-type policy-set
Router(config-sbc-sbe-cacpolicy-cactable)# entry 1 
Router(config-sbc-sbe-cacpolicy-cactable)# cac-scope dst-adjacency
Router(config-sbc-sbe-cacpolicy-cactable-entry)# codec-restrict-to-list my_codecs 
Router(config-sbc-sbe-cacpolicy-cactable-entry)# action cac-complete 
Router(config-sbc-sbe-cacpolicy-cactable-entry)# exit 
Router(config-sbc-sbe-cacpolicy-cactable)# exit 
Router(config-sbc-sbe-cacpolicy)# exit

codecs

To configure the codecs supported by the media gateway, use the codecs command in media gateway configuration mode. To set the codec support to nothing, use the no form of this command.

codecs codec-list

no codecs

Syntax Description

codec-list

Specifies the supported codecs.


Defaults

No default behavior or values

Command Modes

Media gateway configuration (config-sbc-sbe-mg)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to set media gateway 10.0.0.1's supported codecs to m=audio 6000 RTP/AVP 4 and a=rtpmap:0 PCMU/8000 (as defined in RFC 1890):

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# media-gateway ipv4 10.0.0.1 
Router(config-sbc-sbe-mg)# odecs m=audio 1234 RTP/AVP 0 18,a=rtpmap:=rtpmap:18 G729/80000 
PCMU/8000,a=rtpmap:18 G729/8000

complete

To complete the CAC-policy or call-policy set after committing the full set, use the complete command in the appropriate configuration mode. To change entries, use the no form of this command.

complete

no complete

Syntax Description

This command has no arguments or keywords.

Defaults

No default behavior or values

Command Modes

CAC-policy-set configuration (config-sbc-sbe-cacpolicy)

Routing policy table (config-sbc-sbe-rtgpolicy)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

The SBC checks that the routing-policy is self-consistent and can be set as the active policy set. When this command is issued, you cannot alter the CAC-policy-set.

Examples

The following example shows how to complete a cac-policy set, identified by number 1, on mySbc:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# cac-policy-set 1
Router(config-sbc-sbe-cacpolicy)# complete
Router(config-sbc-sbe)# exit

concurrent-requests

To set the maximum number of concurrent requests to the RADIUS server, use the concurrent-request command in the appropriate configuration mode. To set the default, use the no form of this command.

concurrent-requests 0-4000

no concurrent-requests 0-4000

Syntax Description

0-4000

Maximum number of concurrent requests to the RADIUS server. The range is 0-4000. The default value is 250.


Command Default

Default value is 250.

Command Modes

Server accounting (config-sbc-sbe-acc)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how to set the maximum number of concurrent requests to the RADIUS server.

Router# configure terminal
Router(config)# sbc uut105-1
Router(config-sbc)# sbe
Router(config-sbc-sbe)# radius accounting SBC1-account-1
Router(config-sbc-sbe-acc)# concurrent-requests 34

Related Commands

retry-interval

Sets the retry interval to connect to the RADIUS server.

retry-limit

Sets the retry interval to the RADIUS server.

activate

Activates the RADIUS client.


condition

To specify a condition to match before taking an action to a SIP message profile, use the condition command in SIP header-profile configuration mode. To remove the condition from the profile, use the no form of this command.

condition [and | header-name | header-value | or | status-code]

no condition [and | header-name | header-value | or | status-code]

Syntax Description

and

Logical AND to add another condition to an existing condition.

header-name

Compare the content of a different header name.

header-value

Compare the content of this header.

or

Logical OR to add another condition to an existing condition.

status-code

SIP response code.


Defaults

No default behavior or values

Command Modes

SIP header configuration (config-sbc-sbe-sip-hdr-ele-act)

Command History

Release
Modification

Cisco IOS XE Release 2.4

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.


Usage Guidelines

To use this command, you must be in the correct configuration mode and submode. The Examples section shows the hierarchy of modes and submodes required to run the command.

Examples

The following example shows how the header command adds the header "test" to the header profile MyProfile:

Router# configure terminal
Router(config)# sbc mySbc 
Router(config-sbc)# sbe 
Router(config-sbc-sbe)# sip header-profile MyProfile
Router(config-sbc-sbe-sip-hdr)# header test
Router(config-sbc-sbe-sip-hdr-ele)# action drop-msg 
Router(config-sbc-sbe-sip-hdr-ele-act)# condition 

Related Commands

Command
Description

action drop-msg

Adds an action of dropping the message to a SIP message profile.


congestion-cleared

To configure that the congestion has cleared when the level of system resources reaches the congestion cleared threshold, use the congestion-cleared command in VDBE configuration mode. To disable this configuration, use the no form of this command.

congestion-cleared [percentage]

no congestion-cleared [percentage]

Syntax Description

percentage

(Optional) This is the percentage value of system resources to signal congestion to the SBE. The range is 1-100.


Command Default

The system default percentage is 60% if you do not configure the congestion-cleared command or if you configure no congestion-cleared.

Command Modes

VDBE configuration (config-sbc-dbe-vdbe)

Command History

Release
Modification

Cisco IOS XE Release 2.1

This command was introduced on the Cisco ASR 1000 Series Aggregation Services Routers for the distributed model.


Usage Guidelines