MOG Installation, Configuration, and Upgrade

Size: px
Start display at page:

Download "MOG Installation, Configuration, and Upgrade"

Transcription

1 MOG Installation, page 1 Plugin Configuration, page 2 vpas Configuration, page 5 CDR Filter Configuration, page 9 Service Configuration, page 10 Administrator Database Configuration, page 14 Geographic Redundancy Configuration, page 15 Logback.xml Configuration to Log All CDRs, page 18 Logback.xml Configuration to Log Specific CDRs, page 18 MOG Upgrade, page 20 MOG Installation You can install MOG by selecting the mog option when you install Cisco Policy Suite. For a HA setup, select mog when prompted for the Install Type. For more information, see the CPS MOG Installation Guide for OpenStack. In the Big-Bang or customer-specific installation, update the yaml file or env file with the MOG details as shown in the following samples. Ensure that you import the CSV files in the Cluster Manager and run the import_deploy.sh script. When installing All-in-One (AIO) MOG or in a HA setup, select mog when prompted for the Install Type. For more information, see the CPS MOG Installation Guide for OpenStack. Enter the API network details when you are prompted as shown in the following example: Please enter install type [mobile wifi mog pats arbiter dra andsf]: --- Select mog. Please enter mog api network names ( : separated):: Network details:mog_api_1:mog_api_2 1

2 Plugin Configuration Plugin Configuration Use the plugin configuration parameters in the Policy Builder to configure MOG. Note If you do not configure the plugin, the system uses the default values for super tenant user and super tenant password. 1 Log in to Policy Builder. You can access Policy Builder at the following URLs: HA: AIO: For more information about Policy Builder, see the CPS Mobile Configuration Guide. 2 Select Reference Data tab. 3 From the left pane, select Systems. 4 Select and expand your system name. 5 Select and expand your cluster name. 6 Select Plugin Configurations. 7 Select MOG Configuration. The following table describes the plugin configuration parameters: Table 1: MOG Plugin Configuration Parameters Parameter Name Super Admin User Id Super Admin Password Max Allowed APN Auth System Id Message Response Timeout Default Value ciscoadmin Contact your Cisco representative for the default password. 5 CSB_AUTH_ID 20 Username for super tenant that is used for onboarding tenant or subscriber. Password for super tenant that is used for onboarding tenant or subscriber. Maximum number of APNs allowed for the tenant and the QoS request. Authentication System ID used for generating authentication token. Diameter message timeout 2

3 Plugin Configuration Parameter Name Reporting DB Configuration Primary Database IP Address Secondary Database IP Address Database Port Default Value sessionmgr01 sessionmgr This configuration takes required details to connect the MongoDB for logging the CDR Logs. The Request and Callback CDR logs are written in configured database. The IP Address/Hostname of the primary Session Manager VM for the MongoDB where CDR logs need to be written. The IP Address/Hostname of the secondary Session Manager VM for the MongoDB where CDR logs need to be written. The mongo port number on Session Manager VMs. ACRS Configuration (Optional Configuration) Authentication Token Expiry ACRS Server address Server Polling Interval User Id Password Tenant QoS Policy Tenant Name Sponsor ID Token expiry time in seconds. Default value is 24 hours. URL for the ACRS server used for fetching the Decryption keys. Interval for polling of decryption keys in seconds. User ID used for ACRS server authentication. Password used for ACRS server authentication. Name of the tenant. Sponsor ID configured for the tenant. This entry can be empty or take a valid sponsor ID value. 3

4 Plugin Configuration Parameter Name Validity Time QCI Requested Bandwidth U L Requested Bandwidth D L Sponsor Id Validation Rules Tenant Name Default Sponsor Id Use default if missing Default Value Validity Time in seconds for sessions created for the tenant and sponsor Id. This value overwrites duration supplied during create or update session. QCI value for session created for the tenant and sponsor Id pair. This value overwrites QCI supplied during create or update session. The maximum requested uplink bandwidth for sessions in the tenant and sponsor Id pair. This value overwrites Max Requested Bandwidth UL supplied during create or update session. The maximum requested downlink bandwidth for sessions in the tenant and sponsor Id pair. This value overwrites Max Requested Bandwidth DL supplied during create or update session. Name of the tenant. Default sponsor Id to be used for the tenant when Use default if missing is enabled or when validation rule value is "Use Default Sponsor Id". Indicates whether to use the default sponsor Id for the tenant if create or put request does not contain the sponsor Id field. 4

5 vpas Configuration Parameter Name Validation Rule Default Value The following options are displayed under Validation Rule: Ignore Validation Error: Ignore validation error that is returned if the tenant and sponsor Id pair in create or update request is missing in Tenant QoS Policy. Use Default Sponsor Id: Use default sponsor Id for the tenant if the tenant and sponsor Id pair in create or update request is missing in Tenant QoS Policy. Return Validation Error: Return validation error if the Tenant name and Sponsor Id pair in create or update request is missing in the Tenant QoS Policy Table. vpas Configuration You can use the vpas configuration to configure with vpas. Step 1 Log in to Policy Builder. You can access Policy Builder at the following URLs: HA: AIO: For more information about Policy Builder, see the CPS Mobile Configuration Guide. Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Select Reference Data. From the left pane, select Systems. Select and expand your system name. Select and expand your cluster name. Select Plugin Configurations. Select vpas Configuration. The following table describes the vpas configuration parameters: 5

6 vpas Configuration Table 2: vpas Configuration Parameters Parameter Server Url Fallback Server Url UserId Password Used by MOG to query the vpas to get APNs. Used by MOG to query the vpas to get APNs when "Server Url" query fails. vpas server userid. vpas server password. Tenant Details for V P A S Tenant Allowed Apns Blocked Apns Duration In minutes Polling Interval In minutes Name of the tenant. List of APNs which MOG has queried from vpas and are permitted to create sessions. List of APNs which MOG has queried from vpas and are not permitted to create any session. MOG uses this value as duration in case POST request does not have any duration. Default value is 10 minutes. MOG uses polling interval to query vpas on regular intervals. After each query to vpas MOG compares the previous list of APNs with new APNs to find out which APN is removed and which APN is added newly and takes corresponding action. Default value is 30 minutes. 6

7 vpas Configuration Parameter Lower Bound For Timer Attribute In Minutes Indicates the time taken before the "starttime". MOG has to accept the POST request if POST request comes with "starttime" Default value is 1440 minutes(1 day). For example: starttime { year:2017, month:4, day:2, hour:10, minutes:30, seconds:10 } MOG calculates "Lower Bound Acceptable Time" based on starttime and "Lower Bound For Timer Attribute In Minutes" as follows: Lower Bound Acceptable Time : ( StartTime - 30min ) which is T10:00:00Z ( 10 Am on 4 th Apr 2017) If the client sends POST request before 10 AM, MOG does not accept the request. If the client sends POST request after 10 AM, MOG accepts the request. 7

8 vpas Query Example Parameter Elapsed Time For Timer Attribute In Percentage Indicates time taken after the "starttime". MOG has to accept the POST request if POST request comes with "starttime". Default value is 100 (100%). For Example: starttime { year:2017, month:4, day:2, hour:10, minutes:30, seconds:10 } duration : 7200 ( which is 2hrs) MOG calculates "Upper Bound Acceptable Time" based on starttime, "duration" and "Elapsed Time For Timer Attribute In Percentage" configuration as follows: Upper Bound Acceptable Time = starttime + 1hr, which is T11:30:00Z ( 11:30 Am on 4th Apr 2017) If the client sends POST request after 11:30 AM, MOG does not accept the request. If the client sends POST request before 11:30 AM, MOG accepts the request. Delta For Retry Time In Minutes Indicates after how much time MOG sends callback corresponding to "starttime". Default value is 3 minutes. vpas Query Example Supported request URLs from MOG to vpas as POST request: Example: 8

9 CDR Filter Configuration Request: Response - { "bindings": [ { "age": 42298, "apn": "mog3", "desthost": null, "destrealm": null, "evaltime": null, "gxsessionid": "", "imsi": " ", "ipv4": null, "ipv6prefix": null, "msisdn": null, "originhost": "gx-pcef", "originrealm": null, "sessionroutekey": "clusterb.dc1", "stalesessionexpirycount": 0 } ], "imsi": " " } CDR Filter Configuration CDR Filter Configuration plugin is used for configuration required for transferring CDRs to external server using REST based HTTP interface. Step 1 Log in to Policy Builder. You can access Policy Builder at the following URLs: HA: AIO: For more information about Policy Builder, see the CPS Mobile Configuration Guide. Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Select Reference Data tab. From the left pane, select Systems. Select and expand your system name. Select and expand your cluster name. Select Plugin Configurations. Select CDR Filter Configuration. The following table describes the plugin configuration parameters: Table 3: CDR Filter Configuration Parameters Parameter Name Server Default Value On selection of the checkbox the external server details can be configured. 9

10 Service Configuration Parameter Name Server URL User Id Password Cron Job Expression for CDR Polling Filter Tenant Request Callback Default Value * *? External server REST URL that is used by MOG to transfer CDRs. CDR filename is appended to the URL before using the REST method. PUT method is used to transfer the files. The content is sent as octet-stream. Username for authentication. Password for authentication. This is a cron expression used for defining the periodicity of sending the CDR files. For more information on cron expression, see 1. This table is used for configuring the filters. These filters are used for selection of CDRs to be transferred to the external server. Each row identifies a combination of filters which is applied collectively for identification of CDRs. For identification of CDRs all the columns needs to match. This column identifies the tenants whose CDRs needs to be transferred. If multiple tenant values are configured then any one value is used for matching. This column identifies the CDR with "Request" event type. The values in the columns can be POST, PUT, DELETE. If multiple values are configured then any one value is used for matching. This checkbox is used for including "Callback" CDRs as part of the selection. 1 Service Configuration Use the Policy Builder to manage the service initiators and service configuration of MOG. 10

11 Service Initiators Service Initiators Use Case Initiators are groups of conditions which indicate if the Service Configuration objects in the use case template are used or not. In Policy Builder, you can find the use case initiators at Services > Use Case Template > Use Case Initiators. MOG service initiators can be configured based on the following conditions: 1 A MOG Request Message Exists: The condition satisfies if and only if a MOG Request message exists in the policy state during device manager processing. 2 A MOG Request Message does not exist: The condition satisfies if an only if MOG request message does not exits in the policy state during device manager processing. 3 A MOG Session Exists: The condition satisfies if a MOG session is present in the policy state during network device manager processing. 4 A MOG Session Does not exists: The condition satisfies if a MOG session is not present in the policy state during network device manager processing. 5 MOG Message with QCI 9: The condition satisfies when a MOG Request message exists in policy state with QCI value equal to 9. 6 MOG Message with no QCI: The condition satisfies when a MOG Request message exists in policy state with no QCI value. The following table describes the available Input variables for the service initiator conditions: Table 4: Service Initiators Input Variables Variable Name Tag Version Enterprise SponsorId Subscriber qci DPCCParamName DPCCParamValue Variable Type Integer Identifies the value of the API tag. For example, UpdateQoS Identifies the API version for the Northbound API request. For example, 1.0 Identifies the Domain of the tenant who initiated the request. Identifies the sponsor. Identifies the subscriber. QCI of the MOG request message. DPCC Param Name in the MOG Request Message. DPCC Param Value in the MOG Request Message. 11

12 Service Configuration Objects Variable Name imsi msisdn Variable Type IMSI in the MOG Request Message MSISDN in the MOG Request Message Service Configuration Objects You can use Policy Builder to configure low-level configuration objects used by CPS to drive the MOG functionality such as default bearer QoS, etc. You can add Service Configuration objects required to configure your use case for use case templates The following service configuration objects are applicable to MOG and are found in the Services > Use Case Template > Service Configurations: DefaultBearerQos DefaultBearerQos configuration object defines the default values applicable for different AVPs in case the value is not present in the incoming API request. Table 5: DefaultBearerQos Configuration Object Parameters Parameter Name Priority Diameter Client Apn To Diameter Client List Parameter Type Integer RxClient List Indicated the priority of the Service configuration object to be used in case multiple service initiator conditions matches. Identifies the RxClient to be used for sending Diameter Rx Messages to PCRF. It is a list of ApnToDiameterClient objects, each object will have the following: 1 Apn Name 2 Diameter Client associated to that Apn Name Qci Integer (1-9) Identifies the QosClassIdentifier to be used in case not present in the API request. This QCI value is mapped to Media Type AVP in Diameter AAR requests. 12

13 Service Configuration Objects Parameter Name Max Req Bandwidth U L Max Req Bandwidth D L ARP Service Info Status Media Component Number Flow Number Validity Time Volume Parameter Type Long Long Integer (0-1) Long Long Long Long Indicates the Max Bitrate (Kbits/sec) to be applied for Upload. Indicates the Max Bitrate (Kbits/sec) to be applied for Download. Allocation retention priority. PRELIMINARY_SERVICE_INFORMATION indicates apply QoS of default bearer, FINAL_SERVICE_INFORMATION indicates apply QoS as determined by PCEF Indicates the value of Media-Component-Number AVP in AAR request. The value is used only if configured greater than 0, otherwise AVP value is defaulted to 1. Indicates the value of Flow-Number AVP in AAR request. The value is used only if configured greater than 0, otherwise AVP value is defaulted to 1. Indicates the session duration if duration attribute is not passed in API request. The value is used only if configured greater than 0. Indicates the maximum amount of data in kilobytes for which the QoS change should be maintained, when the volume attribute is not passed in API request. 13

14 Administrator Database Configuration RestCallbackConfiguration RestCallbackConfiguration defines the default value for the callback in case the value is not present in the incoming API request. Table 6: RestCallbackConfiguration Configuration Object Parameters Parameter Name URL PortChange Parameter Type Enumeration The URI of the callback server. The value is appended to the client s IP address and Port calculated based on the port change Configuration. For example: port>/url Note: In case the Port Change is configured as None, the URL value is used as is configured instead of calculating the value from client s IP and PORT. Indicates if the PORT Value needs to be incremented or decremented for calculating the callback URL. Increment: Client Port will be decrement by 1 to form the callback URL. Decrement: Client Port will be incremented by 1 to form the callback URL. None: The URL value is used as is configured instead of calculating the value from client s IP and PORT. Administrator Database Configuration Use the Policy Builder to configure the administrator database that is used to store the onboarding data. In the Policy Builder, navigate to the REFERENCE DATA > systems configuration > cluster configuration page. Enter the details as described in the following table: 14

15 Geographic Redundancy Configuration Table 7: Cluster Configuration Parameters Parameter Name Primary database IP address Secondary database IP address Database port Parameter Type Integer IP address or hostname of the session manager 01. IP address or hostname of the session manager 02. Enter the port number or the port on which the Mongo instance for the administrator replica set is running. Geographic Redundancy Configuration You can set up MOG for geographic redundancy in the Active/Active HA model. For more information, see the "Active/Active Geo HA - Multi-Session Cache Port Support" in the CPS Geographic Redundancy Guide. In addition to the configuration described in CPS Geographic Redundancy Guide, you must configure the lookup value and callback response as described in the following sections. Configure MOG Lookup Value Note Configure CPS in the Active/Active HA model as described in the "Active/Active Geo HA - Multi-Session Cache Port Support" in the CPS Geographic Redundancy Guide. Make the following modifications for lookup value as described in this section. Step 1 Step 2 In the Cluster Manager VM, verify that the lookup type is set to realm in /etc/broadhop/qns.conf file as shown: -DGeoHASessionLookupType=realm Configure lookup in MOG HA on the Cluster Manager as described below: If you are using the client IP address as lookup, configure the following attribute in /etc/broadhop/qns.conf file: -DsessionLookupAttribute=client.ipAddress Where: client.ipaddress is the host IP address from where MOG receives the API request. When configuring the addsitelookup value as described in "Active/Active Geo HA - Multi-Session Cache Port Support" in CPS Geographic Redundancy Guide, provide the client.ipaddress as lookupvalue, as shown in the following command: addsitelookup <site name> <client ipaaddress as lookup value> 15

16 Configure MOG Lookup Value For example: Consider you have two sites, SITE1 and SITE2. You can use the client IP addresses as lookup as shown in the following example commands: addsitelookup SITE [0-9] addsitelookup SITE [0-9] The following sample lookup table for the above example is: osgi> listsitelookup Id PrimarySiteId SecondarySiteId LookupValues 1 SITE1 SITE [0-9] 2 SITE2 SITE [0-9] If you are using the enterprise as lookup, configure the following attribute in /etc/broadhop/qns.conf file: -DsessionLookupAttribute=enterprise Where: enterprise is the domain of the non-3gpp partner (tenant/enterprise of the MOG user who initiated the request). When configuring the addsitelookup value as described in "Active/Active Geo HA - Multi-Session Cache Port Support" in CPS Geographic Redundancy Guide, provide the enterprise as lookupvalue, as shown in the following command: addsitelookup <site name> <enterprise as lookup value> For example: Consider you have two sites, SITE1 and SITE2. You can use the enterprise names as lookup as shown in the following example commands: addsitelookup SITE1 enterprise1.com addsitelookup SITE2 enterprise2.com The following sample lookup table for the above example is: osgi> listsitelookup Id PrimarySiteId SecondarySiteId LookupValues 1 SITE1 SITE2 enterprise1.com 2 SITE2 SITE1 enterprise2.com If you are using a subscriber as lookup, configure the following attribute in /etc/broadhop/qns.conf file: -DsessionLookupAttribute=subscriber Where: subscriber is the username of the subscriber (MOG user) who initiated the API request. When configuring the addsitelookup value as described in "Active/Active Geo HA - Multi-Session Cache Port Support" in CPS Geographic Redundancy Guide, provide the subscriber as lookupvalue, as shown in the following command: addsitelookup <site name> <subscriber as lookup value> For example: Consider you have two sites, SITE1 and SITE2. You can use the subscriber names as lookup as shown in the following example commands: addsitelookup SITE1 subscriberprefix1.* addsitelookup SITE2 subscriberprefix2.* The following sample lookup table for the above example is: osgi> listsitelookup Id PrimarySiteId SecondarySiteId LookupValues 1 SITE1 SITE2 subscriberprefix1.* 2 SITE2 SITE1 subscriberprefix2.* 16

17 Manage Callback Responses Step 3 Step 4 Note Java regular expression is supported for lookup value. Copy the configuration to all the VMs. Repeat the configuration on remote site. Manage Callback Responses You must enable the Redis queue between Policy Directors (load balancers) to ensure that callbacks are sent back to the callback server in case of site failures. In case one site connection to callback server fails, you configure the Redis queue to ensure that the site can send callback responses to the other site that, in turn, will forward the callback responses to the callback server. To enable the Redis queue, add the following configuration in the /etc/broadhop/csb/csbconfig.properties file on the Cluster Manager VM: <SiteId>callback.redis.qserver=<lbvip02 IP address> Where: <SiteId> : Site ID based on the -DSiteId value that is configured in /etc/broadhop/qns.conf <lbvip02 IP address>: IP address of lbvip02 of the local site. You can also, optionally, use the alias name instead of IP address, if it is defined in /etc/hosts. The following two examples describe sample Redis queue configurations: If /etc/broadhop/qns.conf has -DSiteId=SITE1 and /etc/hosts has lbvip02 host entry, then the sample /etc/broadhop/csb/csbconfig.properties file includes the following configuration: SITE1callback.redis.qserver=lbvip02 <RemoteSiteId>callback.redis.qserver=<Remote site replication vlan IP address of VIP> Where: <RemoteSiteId> : Remote site ID based on -DRemoteSiteId value that is configured in /etc/broadhop/qns.conf <Remote site replication vlan IP address of VIP> : Replication VLAN IP address of VIP of the remote site (you can configure the alias name instead of IP address if it exists in /etc/hosts). If /etc/broadhop/qns.conf has -DRemoteSiteId=SITE2 and /etc/hosts has plbvip01(that is, the remote site lbvip01 address) host entry then the sample /etc/broadhop/csb/csbconfig.properties file includes the following configuration: SITE2callback.redis.qserver=plbvip01 17

18 Logback.xml Configuration to Log All CDRs Note Repeat the configuration on the remote site also. Open port 6379 (default Redis server port) on the replication network on all lb VMs on both the sites. Logback.xml Configuration to Log All CDRs You can configure logback.xml file to log all the CDRs. The following is an example configuration. You can configure logback.xml file based on your requirements. <appender name="mog_cdr" class="ch.qos.logback.core.rolling.rollingfileappender"> <file>/tmp/cdr.log</file> <rollingpolicy class="ch.qos.logback.core.rolling.fixedwindowrollingpolicy"> <filenamepattern> /tmp/cdr.%i.log.gz </filenamepattern> <minindex>1</minindex> <maxindex>5</maxindex> </rollingpolicy> <triggeringpolicy class="ch.qos.logback.core.rolling.sizebasedtriggeringpolicy"> <maxfilesize>100mb</maxfilesize> </triggeringpolicy> <encoder> <pattern>%d{hh:mm:ss.sss},%msg%n</pattern> </encoder> </appender> <logger name="mog.cdr" level="info" additivity="false"> <appender-ref ref="mog_cdr" /> <appender-ref ref="socket-blk" /> </logger> Logback.xml Configuration to Log Specific CDRs Appender When CDR Filter Configuration plugin is configured for identification of CDRs to be transferred to external server there needs to an appender configured in logback.xml file for generation of corresponding CDR files. The configuration of this appender is described in the following section: class: com.broadhop.csb.cdr.appender.cdrfileappender is the specific implementation of this appender. cdrfield: This identifies the fields from the CDRs that needs to be considered for the appender. The following fields from the CDRs can be configured. Multiple files for consideration needs to be separated by. enterprise: This is the tenant field of the CDR. subscriber: This is the subscriber field of the CDR. eventtype: This is the eventtype field of the CDR. 18

19 Logback.xml Configuration to Log Specific CDRs event: This is the event field of the CDR. filename: This is the name of the temporary file for output of the required CDRs. This field can have the cdrfield configured above. If the name has the cdrfield, then correspondingly, different files are created for different cdrfield values. For example: <cdrfield> enterprise subscriber </cdrfield> <filename> enterprise_subscriber.log</filename> In the example, multiple files are created for each unique combination of tenant and subscriber values. directory: This is the name of the folder in which the files are created. rolloverfolder: This represents the folder from which the files are transferred to the external server. rollingfilenamepattern: This is the pattern of the filenames to be generated in the rollover folder. This pattern can have the cdrfield configured as part of it. As explained in the example, the file names are generated based on the pattern and the values of the CDR fields. %i needs to be part of the pattern to index the file whenever rollover occurs. %i needs to be followed with.. %d in the pattern is used to add timestamp in the filename. This needs to be followed with the timestamp pattern. For example, %d{yyyymmddhhmm} If the pattern ends with.gz, then the generated file has the CDRs outputted in the filename field compressed. For example, <rollingfilenamepattern>enterprise_vmog_cdr%i.%d{yyyymmddhhmm}.dat.gz</rollingfilenamepattern> If %d is in the pattern then all the files generated at each polling periodicity has the same timestamp. rollingminindex: This identifies the value of the minimum index to be used in the pattern. rollingmaxindex: This identifies the value of the maximum index to be used in the pattern. When the unique files generated using the pattern reach the maximum index then the files are overwritten. triggeringmaxfilesize: This identifies the maximum size of the rollover file. Logger The appender needs to be used with the logger having name mog.cdr.reporting. Example The following is an example configuration. You can configure based on your requirements. <appender name ="CDRREPORTING" class = "com.broadhop.csb.cdr.appender.cdrfileappender"> <cdrfield>enterprise subscriber</cdrfield> <filename>enterprise.log</filename> <directory>/var/log/broadhop/cdrreporting</directory> <rolloverfolder>/var/log/broadhop/cdrreporting/rollover</rolloverfolder> <rollingfilenamepattern>enterprise_vmog_cdr%i.%d{yyyymmddhhmm}.dat.gz</rollingfilenamepattern> <rollingminindex>1</rollingminindex> <rollingmaxindex>10</rollingmaxindex> 19

20 MOG Upgrade <triggeringmaxfilesize>10gb</triggeringmaxfilesize> </appender> <logger name="mog.cdr.reporting"> <appender-ref ref="cdrreporting" /> </logger> MOG Upgrade MOG upgrade is the same as Cisco Policy Suite upgrade with Install Type as mog. For more information, see the Cisco Policy Suite Migration and Upgrade Guide. Before you upgrade MOG, ensure that the VLANs.csv and AdditionalHosts.csv files are updated with the MOG API networks. 20

CDRs. CDR Overview. CPS MOG Guide, Release

CDRs. CDR Overview. CPS MOG Guide, Release CDR Overview, page Auth, page Request, page Callback, page AAR, page 7 AAA, page 0 STR, page 0 STA, page RAR, page RAA, page ASR, page ASA, page Token, page Onboard, page ACRS Request, page 7 ACRS Response,

More information

CPS MOG API Reference, Release

CPS MOG API Reference, Release CPS MOG API Reference, Release 13.1.0 First Published: 2017-08-18 Last Modified: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

The URI of the northbound API is specified in the following format:

The URI of the northbound API is specified in the following format: URI, on page 1 Session Identifier, on page 1 Update QoS Sessions and Methods, on page 1 Update QoS Request Fields, on page 3 Intent Parameter for Default Bearer, on page 9 /network/define/qostype/version

More information

Southbound Rx Interface

Southbound Rx Interface Overview, page 1 Diameter Adaptor Connectivity, page 1 Protocol Support, page 2 Diameter Connection Establishment, page 2 Diameter Base RFC Compliance, page 2 Rx Protocol Message Formats, page 2 Cisco

More information

Rx Services. Overview. VoLTE

Rx Services. Overview. VoLTE Overview, on page 1 VoLTE, on page 1 Dynamic Rule Naming (Multiple Dedicated Bearer QoS), on page 15 QoS Selection, on page 16 Dynamic QoS, on page 16 SRVCC, on page 28 NPLI (Access Network), on page 28

More information

Rx Services. Overview

Rx Services. Overview Overview, page 1 VoLTE, page 2 Dynamic Rule Naming (Multiple Dedicated Bearer QoS), page 16 QoS Selection, page 17 Dynamic QoS, page 17 SRVCC, page 30 NPLI (Access Network), page 30 Dynamic PCC (MOG),

More information

CPS Statistics. Bulk Statistics Overview

CPS Statistics. Bulk Statistics Overview Bulk Statistics Overview, page 1, page 2 Bulk Statistics Collection, page 6 Example, page 8 Bulk Statistics Overview Bulk Statistics are the statistics that are gathered over a given time period and written

More information

Orchestration API. Installation APIs. Input and Output Formats. Installation APIs, page 1 Upgrade APIs, page 34 System Configuration APIs, page 38

Orchestration API. Installation APIs. Input and Output Formats. Installation APIs, page 1 Upgrade APIs, page 34 System Configuration APIs, page 38 Installation APIs, page 1 Upgrade APIs, page 34 System Configuration APIs, page 38 Installation APIs Input and Output Formats The CPS supports both YAML and JSON formats for both inputs (request payload)

More information

Plug-in Configuration

Plug-in Configuration Overview, page 1 Threading Configuration, page 2 Portal Configuration, page 3 Async Threading Configuration, page 3 Custom Reference Data Configuration, page 4 Balance Configuration, page 6 Diameter Configuration,

More information

CPS User Data Convergence Guide, Release (2)

CPS User Data Convergence Guide, Release (2) CPS User Data Convergence Guide, Release 14.0.0 (2) First Published: 2017-10-13 Last Modified: 2018-04-06 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

CPS Central Administration Guide, Release

CPS Central Administration Guide, Release CPS Central Administration Guide, Release 11.0.0 First Published: Nov 02, 2016 Last Modified: Nov 02, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Plug-in Configuration

Plug-in Configuration Overview, on page 1 Threading Configuration, on page 2 Portal Configuration, on page 3 Async Threading Configuration, on page 4 Custom Reference Data Configuration, on page 6 Balance Configuration, on

More information

CPS/MOG logs can be divided into two types: Application Logs generated by CPS/MOG applications

CPS/MOG logs can be divided into two types: Application Logs generated by CPS/MOG applications Overview, on page 1 Enable Debug Logs, on page 2 CPS/MOG Logs, on page 3 MOG Logs, on page 8 Basic Troubleshooting Using CPS Logs, on page 8 Consolidated Application, on page 11 Rsyslog Log Processing,

More information

Logging. Overview. The normal logs on the individual policy server/policy director/oam (pcrfclient) VMs are: application logs.

Logging. Overview. The normal logs on the individual policy server/policy director/oam (pcrfclient) VMs are: application logs. Overview, page 1 Enable Debug Logs, page 2 CPS Logs, page 3 Basic Troubleshooting Using CPS Logs, page 9 Consolidated Application, page 11 Rsyslog Log Processing, page 14 Viewing Logs Without Superuser

More information

GR Reference Models. GR Reference Models. Without Session Replication

GR Reference Models. GR Reference Models. Without Session Replication , page 1 Advantages and Disadvantages of GR Models, page 6 SPR/Balance Considerations, page 7 Data Synchronization, page 8 CPS GR Dimensions, page 9 Network Diagrams, page 12 The CPS solution stores session

More information

GR Installation - OpenStack

GR Installation - OpenStack , page 1 Arbiter Installation on OpenStack, page 5 Configuration Parameters - GR System, page 8 The examples given in the steps is for your reference only. You need to modify them based on your GR deployments.

More information

In this chapter we have described DM Configuration both in Policy Builder and Control Center.

In this chapter we have described DM Configuration both in Policy Builder and Control Center. In Policy Builder, page 1 In Control Center, page 15 Using REST APIs, page 37 In Policy Builder In this chapter we have described both in Policy Builder and Control Center. Note Any DM configuration changes

More information

Graphite and Grafana

Graphite and Grafana Introduction, page 1 Configure Grafana Users using CLI, page 3 Connect to Grafana, page 4 Grafana Administrative User, page 5 Configure Grafana for First Use, page 11 Manual Dashboard Configuration using

More information

Domains. Overview. Figure 1: APN Profile Rules. CPS Mobile Configuration Guide, Release

Domains. Overview. Figure 1: APN Profile Rules. CPS Mobile Configuration Guide, Release Overview, page 1 Strategies for Defining, page 2 Defining a Domain, page 2 Creating a Custom Reference Data (CRD) table for APN mapping, page 19 Validation Steps, page 23 Overview The Access Point Network

More information

CPS vdra Configuration Guide, Release

CPS vdra Configuration Guide, Release First Published: 2017-06-23 Last Modified: 2017-06-23 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

CPS vdra Configuration Guide, Release (2)

CPS vdra Configuration Guide, Release (2) First Published: 2017-08-18 Last Modified: 2018-04-02 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Managing CPS Interfaces And APIs

Managing CPS Interfaces And APIs CPS vdra Interfaces And APIs, page 1 Multi-user Policy Builder, page 5 CRD APIs, page 7 Architecture, page 13 API Endpoints And Examples, page 14 Logging Support Using Journald, page 23 CPS vdra Interfaces

More information

Working with CPS Utilities

Working with CPS Utilities Policy Tracing and Execution Analyzer, page 1 Network Cutter Utility, page 5 Policy Builder Configuration Reporter, page 6 CRD Generator Conversion Tool, page 7 Policy Builder Configuration Converter Conversion

More information

CPS vdra Administration Guide, Release

CPS vdra Administration Guide, Release First Published: 2017-08-18 Last Modified: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

In this chapter we have described DM Configuration both in Policy Builder and Control Center.

In this chapter we have described DM Configuration both in Policy Builder and Control Center. In Policy Builder, page 1 In Control Center, page 15 Using REST APIs, page 38 In Policy Builder In this chapter we have described both in Policy Builder and Control Center. Note Any DM configuration changes

More information

Custom Reference Data REST API

Custom Reference Data REST API Introduction, page 1 Limitations, page 1 Setup Requirements, page 2 Architecture, page 7 API Endpoints and Examples, page 8 Introduction The Custom Reference Data (CRD) APIs exists to allow query, creation,

More information

Diameter Configuration

Diameter Configuration , page 1 Diameter Stack Configuration, page 18 Diameter Agents, page 28 Diameter Clients, page 32 Diameter Defaults, page 58 Rule Retry Profiles, page 80 The section allows for the configuration of the

More information

Policy Control Configuration Mode Commands

Policy Control Configuration Mode Commands Policy Control Configuration Mode Commands Policy Control Configuration mode is used to configure the Diameter dictionary, origin host, host table entry and host selection algorithm for IMS Authorization

More information

AAA Server Group Configuration Mode Commands

AAA Server Group Configuration Mode Commands AAA Server Group Configuration Mode Commands The AAA Server Group Configuration Mode is used to create and manage the Diameter/RADIUS server groups within the context or system. AAA server group facilitates

More information

Domains. Overview. CPS Wi-Fi Configuration Guide, Release

Domains. Overview. CPS Wi-Fi Configuration Guide, Release Overview, page 1 General Tab, page 3 Provisioning Tab, page 6 Locations Tab, page 9 Advanced Rules Tab, page 10 Service Provider, page 12 Create a Default Domain, page 14 Create an Auto Provision Domain,

More information

Notification Services

Notification Services Apple Push Notifications, page 1 Email Notifications, page 5 Multiple Email Notification Configuration, page 9 SMS Notifications, page 12 Multiple SMSC Server Configuration, page 20 Real Time Notifications,

More information

CPS Administration Interfaces

CPS Administration Interfaces Overview, page 1 Control Center GUI Interface, page 2 CRD REST API, page 2 Grafana, page 4 HAProxy, page 4 JMX Interface, page 5 Logstash, page 5 Mongo Database, page 6 OSGi Console, page 8 Policy Builder

More information

Policy Control Configuration Mode Commands

Policy Control Configuration Mode Commands Policy Control Configuration Mode Commands Policy Control Configuration mode is used to configure the Diameter dictionary, origin host, host table entry and host selection algorithm for IMS Authorization

More information

Overview. CPS Architecture Overview. Operations, Administration and Management (OAM) CPS Architecture Overview, page 1 Geographic Redundancy, page 5

Overview. CPS Architecture Overview. Operations, Administration and Management (OAM) CPS Architecture Overview, page 1 Geographic Redundancy, page 5 CPS Architecture, page 1 Geographic Redundancy, page 5 CPS Architecture The Cisco Policy Suite (CPS) solution utilizes a three-tier virtual architecture for scalability, system resilience, and robustness

More information

P-GW Service Configuration Mode Commands

P-GW Service Configuration Mode Commands Service Configuration Mode Commands The (PDN Gateway) Service Configuration Mode is used to create and manage the relationship between specified services used for either GTP or PMIP network traffic. Exec

More information

CLI Commands. CPS vdra Operations Guide, Release

CLI Commands. CPS vdra Operations Guide, Release CLI Command Overview, page 4 CLI s, page 4 alert rule, page 6 alert snmp-v2-destination, page 9 alert snmp-v3-destination, page 10 apply patches, page 11 binding db-connection, page 12 control-plane relay,

More information

Pulse Secure Policy Secure

Pulse Secure Policy Secure Policy Secure RSA SecurID Ready Implementation Guide Last Modified: November 19, 2014 Partner Information Product Information Partner Name Pulse Secure Web Site http://www.pulsesecure.net/ Product Name

More information

P-GW Service Configuration Mode Commands

P-GW Service Configuration Mode Commands P-GW Service Configuration Mode Commands The P-GW (PDN Gateway) Service Configuration Mode is used to create and manage the relationship between specified services used for either GTP or PMIP network traffic.

More information

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

Custom Reference Data Tables

Custom Reference Data Tables Overview, page 1 Concepts for, page 2 Steps and Procedures, page 2 Policy Builder: Constructing, page 3 Control Center: Populating a Custom Reference Data Table, page 7 Typical Tasks for Everyday, page

More information

Notification Services

Notification Services , page 1 Service Option Configuration, page 9 Notification in Policy Builder relates to pushing messages from Policy Builder to subscribers. Service Providers can use messages to alert the subscriber to

More information

Quantum Policy Suite Operations Guide

Quantum Policy Suite Operations Guide Quantum Policy Suite 5.5. Operations Guide Version 5.5. September 30, 03 Cisco Systems, Inc. www.cisco.com Cisco has more than 00 offices worldwide. Addresses, phone numbers, and fax numbers are listed

More information

Supported AVPs in DCCA Messages

Supported AVPs in DCCA Messages CHAPTER B The following sections of this appendix list the vendor-specific attribute value pairs (AVPs) supported by the Cisco GGSN in Diameter Credit Control Application (DCCA) Credit-Control-Request

More information

Radiator Carrier Module

Radiator Carrier Module Radiator Carrier Module Copyright 2016-2018 Open System Consultants Pty. Ltd. Table of Contents 1. Introduction to Radiator Carrier Module... 1 2. Installing Radiator Carrier Module... 1 2.1. Prerequisites...

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

5G Non Standalone for SAEGW

5G Non Standalone for SAEGW This chapter describes the 5G Non Standalone (NSA) feature in the following sections: Feature Summary and Revision History, on page 1 Feature Description, on page 2 How It Works, on page 3 Configuring

More information

Cisco Policy Suite Mobile Configuration Guide

Cisco Policy Suite Mobile Configuration Guide Cisco Policy Suite 5.5.2 Mobile Configuration Guide Version 5.5.2 November 27, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

GGSN CDR Field Descriptions

GGSN CDR Field Descriptions This chapter describes the CDR fields supported by the system for use in GGSN-CDRs (G-CDRs) and enhanced G-CDRs (eg-cdrs). The following information is provided for each field: Description: The field's

More information

Cisco Policy Suite Operations Guide

Cisco Policy Suite Operations Guide Version 5.5. June, 04 Cisco Systems, Inc. www.cisco.com Cisco has more than 00 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices.

More information

Cisco Policy Suite Upgrade Guide Release 9.0.0

Cisco Policy Suite Upgrade Guide Release 9.0.0 First Published: March 18, 2016 Last Modified: March 18, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Cisco Policy Suite Release Notes (Restricted Release)

Cisco Policy Suite Release Notes (Restricted Release) Cisco Policy Suite 18.1.0 Release Notes (Restricted Release) First Published: March 16, 2018 Last Updated: October 05, 2018 IMPORTANT: CPS 18.1.0 is a Short Term Support (STS) release with availability

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

Diameter Failure Handling Template Configuration Mode Commands

Diameter Failure Handling Template Configuration Mode Commands Diameter Failure Handling Template Configuration Mode Commands Diameter Failure Handling Template Configuration Mode is accessed from the Global Configuration Mode. This mode allows an operator to configure

More information

Telexir PCRF. Quick Start Guide. Product version: Document version: 1.1

Telexir PCRF. Quick Start Guide. Product version: Document version: 1.1 Telexir PCRF Quick Start Guide Product version: 3.7.1 Document version: 1.1 Telexir 2014 Revision History Date Version Author Revision 03.06.2013 1.0 Evgenia Martynyuk Document created 15.09.2014 1.1 Evgenia

More information

Tracking CPS GUI and API Usage

Tracking CPS GUI and API Usage Track Usage, page 1 Track Usage Use the Audit History to track usage of the various GUIs and APIs. If enabled, each request is submitted to the Audit History database for historical and security purposes.

More information

Advanced Web Scanner Service

Advanced Web Scanner Service Advanced Web Scanner Service The existing Web Scanner mechanism was not supported by all the browsers and required changes in the methodology. The Advanced Web Scanner Service provides a more secure and

More information

Data Structure Mapping

Data Structure Mapping This appendix provides information about the data objects that are migrated, partially migrated, and not migrated from Cisco Secure ACS, Release 5.5 or 5.6 to Cisco ISE, Release 2.0., page 1 Migrated Data

More information

Call Flows for 3G and 4G Mobile IP Users

Call Flows for 3G and 4G Mobile IP Users This chapter provides various call flows for 3G and 4G mobile IP users, and contains the following sections: Finding Feature Information, on page 1 3G DHCP Discover Call Flow, on page 1 4G DHCP Discover

More information

CPS Administration Interfaces

CPS Administration Interfaces Overview, page 1 Control Center GUI Interface, page 2 CRD REST API, page 2 Grafana, page 5 HAProxy, page 5 JMX Interface, page 6 Logstash, page 6 Mongo Database, page 7 OSGi Console, page 9 Policy Builder

More information

RSA NetWitness Logs. Salesforce. Event Source Log Configuration Guide. Last Modified: Wednesday, February 14, 2018

RSA NetWitness Logs. Salesforce. Event Source Log Configuration Guide. Last Modified: Wednesday, February 14, 2018 RSA NetWitness Logs Event Source Log Configuration Guide Salesforce Last Modified: Wednesday, February 14, 2018 Event Source Product Information: Vendor: Salesforce Event Source: CRM Versions: API v1.0

More information

Configuring Real Servers and Server Farms

Configuring Real Servers and Server Farms 6 CHAPTER This section provides an overview of server load balancing and procedures for configuring real servers and server farms for load balancing on an ACE appliance. When you use the ACE CLI to configure

More information

CPS UDC MoP for Migration, Release

CPS UDC MoP for Migration, Release CPS UDC MoP for Migration, Release 13.0.0 First Published: 2017-06-23 Last Modified: 2017-07-03 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Omnis Synchronization Server User Guide

Omnis Synchronization Server User Guide Omnis Synchronization Server User Guide TigerLogic Corporation V1.0 November 2015 35-112015-01 Contents Introduction... 3 Selecting the Consolidated Database... 4 Synchronization User Groups... 5 Synchronization

More information

Running the Setup Web UI

Running the Setup Web UI The Cisco Prime IP Express setup interview in the web UI takes you through a series of consecutive pages to set up a basic configuration. For an introduction and details on the basic navigation for the

More information

Identity-Based Networking Services Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

Identity-Based Networking Services Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) Identity-Based Networking Services Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) First Published: January 29, 2013 Last Modified: January 29, 2013 Americas Headquarters Cisco Systems,

More information

Guest Management. Overview CHAPTER

Guest Management. Overview CHAPTER CHAPTER 20 This chapter provides information on how to manage guest and sponsor accounts and create guest policies. This chapter contains: Overview, page 20-1 Functional Description, page 20-2 Guest Licensing,

More information

Policy Builder Overview

Policy Builder Overview Overview, page 1 Reference Data, page 2 Services, page 3 Policies, page 3 Accessing the Policy Builder, page 4 Overview Cisco Policy Suite (CPS) provides a framework for building rules that can be used

More information

Credential Policy CHAPTER

Credential Policy CHAPTER CHAPTER 21 Cisco Unified Communications Manager authenticates user login credentials before allowing system access. To help secure user accounts, you can specify settings for failed logon attempts, lockout

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

ForeScout CounterACT. Configuration Guide. Version 4.1

ForeScout CounterACT. Configuration Guide. Version 4.1 ForeScout CounterACT Network Module: VPN Concentrator Plugin Version 4.1 Table of Contents About the VPN Concentrator Plugin... 3 What to Do... 3 Requirements... 3 CounterACT Requirements... 3 Supported

More information

Send document feedack to

Send document feedack to CHAPTER 9 This chapter includes the following topics: Introduction to Administration, page 9-1 Host Administration, page 9-2 System Administration, page 9-13 Profile Spaces, page 9-33 User Metadata, page

More information

CPS UDC MoP for Session Migration, Release

CPS UDC MoP for Session Migration, Release CPS UDC MoP for Session Migration, Release 13.1.0 First Published: 2017-08-18 Last Modified: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

BEAAquaLogic. Service Bus. MQ Transport User Guide

BEAAquaLogic. Service Bus. MQ Transport User Guide BEAAquaLogic Service Bus MQ Transport User Guide Version: 3.0 Revised: February 2008 Contents Introduction to the MQ Transport Messaging Patterns......................................................

More information

Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Index... 17

Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Index... 17 Migrating from NIMS to OMS 17.3.2.0 User Guide 7 Dec 2017 Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Before migrating to OMS... 3 Purpose of this migration guide...3 Name changes from NIMS

More information

CPS Release Notes, Release

CPS Release Notes, Release First Published: April 28, 2017 Last Updated: April 28, 2017 Contents This document describes the new features, feature versions and limitations for the Cisco Policy Suite software. Use this document in

More information

Setup for Cisco Unified Communications Manager

Setup for Cisco Unified Communications Manager Setup for Cisco Unified Communications Manager This chapter describes how you can set up Cisco Jabber for ipad using Cisco Unified Communications Manager. System and Network Requirements, page 1 Recommended

More information

WebVPN. WebVPN Security Precautions CHAPTER

WebVPN. WebVPN Security Precautions CHAPTER CHAPTER 28 lets users establish a secure, remote-access VPN tunnel to the security appliance using a web browser. There is no need for either a software or hardware client. provides easy access to a broad

More information

MMS Backup Manual Release 1.4

MMS Backup Manual Release 1.4 MMS Backup Manual Release 1.4 MongoDB, Inc. Jun 27, 2018 MongoDB, Inc. 2008-2016 2 Contents 1 Getting Started with MMS Backup 4 1.1 Backing up Clusters with Authentication.................................

More information

Release Notes for Cisco Policy Suite for Release 6.0.1

Release Notes for Cisco Policy Suite for Release 6.0.1 Release Notes for Cisco Policy Suite for Release 6.0.1 First Published: April 7, 2014 Last Updated: May 28, 2014 Release: 6.0.1 Contents This document describes the new features, feature versions and limitations

More information

ThreatScape App for QRadar: Overview, Installation and Configuration

ThreatScape App for QRadar: Overview, Installation and Configuration ThreatScape App for QRadar: Overview, Installation and Configuration December 16, 2015 App Description... 3 System Requirements... 3 ThreatScape App for QRadar Installation and Configuration... 3 Configuration...

More information

Monitoring Predefined Cisco Unified Communications Manager Objects

Monitoring Predefined Cisco Unified Communications Manager Objects CHAPTER 5 Monitoring Predefined Cisco Unified Communications Manager Objects The system logs data every 5 minutes for predefined Cisco Unified Communications Manager counters. This chapter contains information

More information

Product Overview. Benefits CHAPTER

Product Overview. Benefits CHAPTER CHAPTER 1 Revised July 3, 2012 The Cisco TelePresence Exchange System is an integrated video service-creation platform that enables service providers and strategic partners to offer secure cloud-based

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft Table of Contents Table of Contents Introducing the BIG-IP APM deployment guide Revision history...1-1

More information

GTP-based S2b Interface Support on the P-GW and SAEGW

GTP-based S2b Interface Support on the P-GW and SAEGW GTP-based S2b Interface Support on the P-GW and SAEGW This chapter describes the GTP-based S2b interface support feature on the standalone P-GW and the SAEGW. Feature, page 1 How the S2b Architecture Works,

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain GPP X.S00-0-0 Version.0 Date: December 0 All-IP Core Network Multimedia Domain Service Based Bearer Control Ty Interface Stage COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright in this

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

GGSN Service Configuration Mode Commands

GGSN Service Configuration Mode Commands Service Configuration Mode Commands The Gateway GPRS Support Node () Configuration Mode is used to create and manage services within the current context. Important The commands or keywords/variables that

More information

BEAAquaLogic. Service Bus. Native MQ Transport User Guide

BEAAquaLogic. Service Bus. Native MQ Transport User Guide BEAAquaLogic Service Bus Native MQ Transport User Guide Version: 2.6 RP1 Revised: November 2007 Contents Introduction to the Native MQ Transport Advantages of Using the Native MQ Transport................................

More information

Configuring Caching Services

Configuring Caching Services CHAPTER 8 This chapter describes how to configure conventional caching services (HTTP, FTP [FTP-over-HTTP caching and native FTP caching], HTTPS, and DNS caching) for centrally managed Content Engines.

More information

IP Services Gateway Overview

IP Services Gateway Overview This chapter provides an overview of the IP Services Gateway (IPSG) product. This chapter covers the following topics: Introduction, page 1 How it Works, page 2 In-line Services, page 4 Enhanced Feature

More information

Adding Distribution Settings to a Job Profile (CLUI)

Adding Distribution Settings to a Job Profile (CLUI) CHAPTER 7 Adding Distribution Settings to a Job Profile (CLUI) Revised: October 10, 2008, Distribution tabs tell the Cisco MXE 3000 what to do with output files once encoding is complete. This section

More information

QUESTION: 1 An RSA SecurID tokencode is unique for each successful authentication because

QUESTION: 1 An RSA SecurID tokencode is unique for each successful authentication because 1 RSA - 050-v71-CASECURID02 RSA SecurID Certified Administrator 7.1 Exam QUESTION: 1 An RSA SecurID tokencode is unique for each successful authentication because A. a token periodically calculates a new

More information

Installing Data Sync Version 2.3

Installing Data Sync Version 2.3 Oracle Cloud Data Sync Readme Release 2.3 DSRM-230 May 2017 Readme for Data Sync This Read Me describes changes, updates, and upgrade instructions for Data Sync Version 2.3. Topics: Installing Data Sync

More information

How to Integrate RSA SecurID with the Barracuda Web Application Firewall

How to Integrate RSA SecurID with the Barracuda Web Application Firewall How to Integrate RSA SecurID with the Barracuda Web Application Firewall The Barracuda Web Application Firewall can be configured as a RADIUS client to the RSA SecurID Server System, comprised of the RSA

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Configuring SAP Targets and Runtime Users

Configuring SAP Targets and Runtime Users CHAPTER 4 Before you can create or run processes in your SAP environment, you must create the targets on which the processes will run. Targets are used to define specific environments where activities,

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information