USM Base Configuration Elements for Cx

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 a core physical interface
phy-interface
        name                                    s0p1
        operation-type                          Media
        port                                    1
        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 a core network interfaces
network-interface
        name                                    s0p1
        sub-port-id                             0
        ip-address                              192.170.2.100
        netmask                                 255.255.255.0
        gateway                                 192.170.2.1
You must have an access realm
realm-config
        identifier                              access1
        addr-prefix                             0.0.0.0
        network-interfaces                      s0p0:0
You must have a core realm
realm-config
        identifier                              core1
        addr-prefix                             0.0.0.0
        network-interfaces                      s0p1: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
        network-id                              My_Network_Name
        trust-mode                              none
        registration-caching                    enabled
        ims-access                              enabled
You must have a core SIP interface
sip-interface
        state                                   enabled
        realm-id                                core1
        sip-port
        address                                 192.170.2.100
You must have an ENUM Configuration
enum-config
        name                                    My_e164_cfg
        realm-id                                core1
        enum-servers                            192.170.2.201
You must have a Subscriber Database
home-subscriber-server
        name                                    My_HSS
        address                                 192.170.2.202
        realm                                   core1
You must have a Registration Event Profile
regevent-notification-profile
        name                                    My_reg_event_Profile
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             Cx
        credential-retrieval-config             My_HSS
You must have a Sip-Registrar
sip-registrar
        name                                    My_Registrar_Name
        domains                                 my_customer1.com
        subscriber-database-method              Cx
        subscriber-database-config              My_HSS
        authentication-profile                  My_Auth_Profile
        home-server-route                       sip:192.170.2.201:5060
        routing-precedence                      REGISTRAR
        egress-realm-id                         core1
        options                     e164-primary-config=enum:My_e164_Cfg
        regevent-notification-profile           My_reg_event_Profile