---
title: Enable ASE to ABS engine communication
description: To start communication between ASE and the AI engine, run the following command:
component: pingintelligence
version: 5.1
page_id: pingintelligence:pingintelligence_poc:pingintelligence_enable_ase_to_abs_engine_comumunication
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/pingintelligence_poc/pingintelligence_enable_ase_to_abs_engine_comumunication.html
revdate: March 21, 2024
---

# Enable ASE to ABS engine communication

To start communication between ASE and the AI engine, run the following command:

```
./cli.sh enable_abs –u admin -p
```

To confirm an ASE Node is communicating with ABS, issue the ASE status command:

```
/opt/pingidentity/ase/bin/cli.sh status
Ping Identity Inc., API Security Enforcer
status              : started
http/ws             : port 80
https/wss           : port 443
firewall            : enabled
abs                 : enabled, ssl: enabled   (If ABS is enabled, then ASE is communicating with ABS)
abs attack          : disabled
audit               : enabled
ase detected attack : disabled
attack list memory  : configured 128.00 MB, used 25.60 MB, free 102.40 MB
abs_attack_request_minutes=10
```
