Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Content

Back to Configuring SBC Objects

...

Panel

In this section:

Table of Contents
maxLevel2

...

 

All

Spacevars
0product
 signaling and routing (both Trunking and Access) are based upon trunk group configurations defined within zones.

...

A zone can

...

contain multiple trunk groups

...

.

Warning

Excerpt Include
Command Line Structure
Command Line Structure
nopaneltrue

Include Page
UniqueTGName
UniqueTGName

Note

As a best practice, always use UPPERCASE for trunk group names.

Configure Trunk Groups

To configure a SIP trunk group for an Address Context, use commands similar to the example below:

Code Block
languagenone
% set addressContext default zone peer sipTrunkGroup PEERTG state enabled mode inService  
% set addressContext default zone peer sipTrunkGroup PEERTG media mediaIpInterfaceGroupName IPIG0

To view the trunk group configuration data, execute the following:

Code Block
languagenone
> show table addressContext default zone zonePublicTrunking

To view the status of trunk groups in a particular zone, execute the following command:

Code Block
languagenone
> show table addressContext default zone MYZONE trunkGroupStatus
                                                TOTAL                                              TOTAL
                                     TOTAL      CALLS     INBOUND  OUTBOUND  TOTAL       PRIORITY  OUTBOUND  BW                  BW       BW
                                     CALLS      INBOUND   CALLS    CALLS     CALLS       CALL      CALLS     CURRENT  BW         INBOUND  OU
NAME                      STATE      AVAILABLE  RESERVED  USAGE    USAGE     CONFIGURED  USAGE     RESERVED  LIMIT    AVAILABLE  USAGE    US
--------------------------------------------------------------------------------------------------------------------------------------------
CANARY                    inService  -1         0         0        0         -1          0         0         -1       -1         0        0
HORNET                    inService  -1         0         0        0         -1          0         0         -1       -1         0        0
GRIZZLY                   inService  -1         0         0        0         -1          0         0         -1       -1         0        0
DESKPHONE                 inService  -1         0         0        0         -1          0         0         -1       -1         0        0
PRONGHORN                 inService  -1         0         0        0         -1          0         0         -1       -1         0        0
PRONGHORNB                inService  -1         0         0        0         -1          0         0         -1       -1         0        0
[ok][2013-06-20 11:12:40]

Delete Trunk Groups

To delete a trunk group, execute commands similar to the example below. This involves disabling the trunk group and it putting it out of service before deleting it.

Code Block
languagenone
% set addressContext default zone zonePublicTrunking sipTrunkGroup MYTRUNKGROUP state disabled mode outOfService

% delete addressContext default zone zonePublicTrunking sipTrunkGroup MYTRUNKGROUP

Pagebreak