Disabling the APE Rulebase
Problem
If the APE rulebase does not behave as expected, you can use the IDP CLI to disable it.
Solution
To disable the APE rulebase:
- Log into the CLI as admin and enter su - to switch to root.
- Use the following command to show the current value:
[root@defaulthost admin]# scio const get sc_ape_enablescio: sc_ape_enable = 0x1
A 1 (0x1) indicates the APE is enabled; a 0 (0x0) indicates the APE rulebase is disabled.
- Change this setting with the corresponding set command. The following example disables the APE rulebase:
[root@defaulthost admin]# scio const set sc_ape_enable 0scio: setting sc_ape_enable to 0x0

