Set TDM Configuration Wizard

The Set TDM Configuration wizard is a tool that you use to complete the Time Division Multiplexing (TDM) configuration after you create the tdm-object. The wizard completes the configuration by creating the realm, SIP interface, steering pools, and other necessary configuration elements including the network interface and the phy-interface for SIP call routing. If you have an SRTP license, the wizard also creates the media-sec-policy object, enables the secured-network attribute for the sip-interface object, and configures the media-sec-policy attribute for realm-config. You can run the wizard from either the Web GUI or the ACLI.

The Oracle® Enterprise Session Border Controller (E-SBC) requires running the Set TDM Configuration wizard only after the initial TDM configuration. The system does not require you to run the wizard after you make changes to the existing configuration.

Note:

When the Oracle Session Delivery Manager (SDM) manages the E-SBC, you configure TDM from the SDM and you do not need to run the Set TDM Configuration wizard. See "TDM Settings on the Session Delivery Manager" for the required settings.

The following sections describe the system behavior from the Web GUI and from the ACLI.

ACLI

When you configure the tdm-config object from the ACLI, use the #setup tdm command to run the wizard. The wizard finishes the configuration and displays a success message upon successful completion or an error message if the completion is unsuccessful.

The following illustration shows an example of the ACLI display after running the wizard on a system with an SRTP license.

codec-policy
        name                          e1CodecPolicy
        allow-codecs                  *
        add-codecs-on-egress          PCMA
codec-policy
        name                          t1CodecPolicy
        allow-codecs                  *
        add-codecs-on-egress          PCMU
media-sec-policy
        name                          tdmMediaSec
network-interface
        name                          tdm_p0
        ip-address                    203.0.113.1
        netmask                       255.255.255.0
        gateway                       203.0.113.2
phy-interface
        name                          tdm_p0
        operation-type                Media
        slot                          2
realm-config
        identifier                    tdmRealm
        network-interfaces            tdm_p0:0
        media-sec-policy              tdmMediaSec
        codec-policy                  t1CodecPolicy
sip-config
sip-interface
        realm-id                      tdmRealm
        sip-port
                address               203.0.113.1
        secured-network               enabled
snmp-community
        community-name                public
        ip-addresses                  172.30.0.165
steering-pool
        ip-address                    203.0.113.1
        start-port                    20000
        end-port                      40000
        realm-id                      tdmRealm
        network-interface             tdm_p0:0
system-config
        default-gateway               172.30.0.1
tdm-config
        tdm-profile
                name                  tdm-config-test
web-server-config

The following illustration shows an example of the ACLI display after running the wizard on a system with no SRTP license.

codec-policy
        name                         e1CodecPolicy
        allow-codecs                 *
        add-codecs-on-egress         PCMA
codec-policy
        name                         t1CodecPolicy
        allow-codecs                 *
        add-codecs-on-egress         PCMU
network-interface
        name                         tdm_p0
        ip-address                   203.0.113.1
        netmask                      255.255.255.0
        gateway                      203.0.113.2
phy-interface
        name                         tdm_p0
        operation-type               Media
        slot                         2
realm-config
        identifier                   tdmRealm
        network-interfaces           tdm_p0:0
        codec-policy                 t1CodecPolicy
sip-config
sip-interface
        realm-id                     tdmRealm
        sip-port
                address              203.0.113.1
steering-pool
        ip-address                   203.0.113.1
        start-port                   20000
        end-port                     40000
        realm-id                     tdmRealm
        network-interface            tdm_p0:0
system-config
        default-gateway              172.30.0.1
tdm-config
        tdm-profile
                name                 tdm-config-test
web-server-config