Enabling NPLI Notifications

The P-CSCF sends the PCRF AAR messages containing the Specific-Action and Required-Access-Info AVPs to indicate a desired notification/subscription type. Use the following procedure to request NPLI notifications.
  1. Move to ext-policy-server configuration mode.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)# media-manager
    ACMEPACKET(media-manager)# ext-policy-server
    ACMEPACKET(ext-policy-server)# 
  2. Use the select command to identify the target PCRF.
    ACMEPACKET(ext-policy-server)# select
    name:
    ...
    ...
    ...
    4. PCRF_10A
    ...
    ...
    ...
    selection: 4
    
    ACMEPACKET(ext-policy-server)#
    
  3. Use the specific-action-subscription parameter to specify one or more specific actions. When designating 2 or more actions, enclose them in quotation marks, with the values separated by spaces. Use access-network-info-report to enable NPLI support.
    ACMEPACKET(ext-policy-server)# specific-action-subscription 
    access-network-info-report
    ACMEPACKET(ext-policy-server)#
  4. Use done, exit and verify-config to complete configuration.