USM Base Configuration Elements for ENUM
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 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 for e.164 translation |
enum-config name My_e164_cfg realm-id core1 enum-servers 192.170.2.201 |
You must have an ENUM Configuration for accessing ENUM server(s) as subscriber server(s) |
enum-config name My_ENUM_servers realm-id core1 enum-servers 192.170.2.203 cacheInactivityTimer 0 max-response-size 65535 |
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 enum-text credential-retrieval-config My_ENUM_servers |
You must have a Sip-Registrar |
sip-registrar name My_Registrar_Name domains my_customer1.com subscriber-database-method DDNS subscriber-database-config My_ENUM_servers 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 |