Configuring the Subscriber Type

Use the following configuration statements to configure the subscriber type:

shared ims aracf-rq configuration subscriber-type-configuration name
shared ims aracf-rq configuration subscriber-type-configuration name {
nic-proxy nic-proxy;
subscriber-id-type subscriber-id-type;
}

To configure the subscriber type:

  1. From configuration mode, access the configuration statement that configures the subscriber type. In this sample procedure, the subscriber type called ip is configured.
      user@host# edit shared ims aracf-rq configuration subscriber-type-configuration ip
  2. Specify the namespace that defines the properties for the NIC proxy operations for the specified subscriber ID type. Each subscriber type must use a different NIC proxy. All NIC proxies for IMS are stored in the /nicProxies directory. In this sample procedure, the namespace for the NIC proxy called ip is configured.
      [edit shared ims aracf-rq configuration subscriber-type-configuration ip]
      user@host# set nic-proxy /nicProxies/ip
  3. (Optional) Specify the type of information used to identify the subscriber. In this sample procedure, the subscriber ID type is specified as the subscriber IP address.
      [edit shared ims aracf-rq configuration subscriber-type-configuration ip]
      user@host# set subscriber-id-type address
  4. (Optional) Verify your configuration.
    [edit shared ims aracf-rq configuration subscriber-type-configuration ip]
    user@host# show
    subscriber-id-type SIT_ADDRESS;
    nic-proxy-namespace /nicProxies/ip;