USM Base Configuration Elements for LST

This appendix provides configuration samples of the elements that are required for minimal Oracle USM operation.

The SIP Config must be enabled
sip-config 
        state                                   enabled
You must have a default gateway in your system-config
system-config
        default-gateway                          10.0.0.1  
You must have an access physical interface
phy-interface
        name                                    s0p0
        operation-type                          Media
        port                                    0
        slot                                    0
You must have an access network interfaces
network-interface
        name                                    s0p0
        sub-port-id                             0
        ip-address                              192.170.1.100
        netmask                                 255.255.255.0
        gateway                                 192.170.1.1
You must have an access realm
realm-config
        identifier                              access1
        addr-prefix                             0.0.0.0
        network-interfaces                      s0p0:0
You must have an access SIP interface
sip-interface
        state                                   enabled
        realm-id                                access1
        sip-port
                address                                 192.170.1.100
                port                                    5060
                transport-protocol                      UDP
                allow-anonymous                         registered
        trust-mode                              none
        registration-caching                    enabled
        ims-access                              enabled
You must have a Local Subscriber Table
local-subscriber-table
        name                                    My_LST
        filename                                /code/lst/My_LST.xml
        secret                                  *******
You must have an Authentication Profile
sip-authentication-profile
        name                                    My_Auth_Profile
        methods                                 REGISTER
        anonymous-methods                       *
        digest-realm                            My_Digest_Realm.com
        credential-retrieval-method             local
        credential-retrieval-config             My_LST
You must have a Sip-Registrar
sip-registrar
        name                                    My_Registrar_Name
        domains                                 my_customer1.com
        subscriber-database-method              LOCAL
        subscriber-database-config              My_LST.xml
        authentication-profile                  My_Auth_Profile
        routing-precedence                      REGISTRAR