igssv
Nov 11, 2023Cirrus
Removing Additional Settings Added After Migration
I've recently migrated from i2800 v12 through r2600 v15 to r2600 v17 using journeys.
I noticed that several settings, which weren't originally present, have been added, and I'd like to remove them. These include:
- Under the Distributed Cloud Services in the left pane:
- Application Traffic Insight: ati
- Bot Defense: bd
- Client-Side Defense: csd
- Account Protection & Authentication Intelligence: ap-ai
- Cloud Services: f5-credential-stuffing-cloud-app
- Inside big-ip.conf:
- Objects related to Protocol Inspection (It's not a problem if Protocol Inspection itself is not active):
security protocol-inspection compliance-map { ... }
security protocol-inspection compliance-objects { ... } - The setting for compatibility-level, which didn't exist in v12:
sys compatibility-level {
level 0
} - The iHealth settings. I don't want to use it, but is it enabled with “no-ihealth false”? Can I safely disable it?
sys diags ihealth {
expiration 30
no-ihealth false
options none
password none
user none
}
- Objects related to Protocol Inspection (It's not a problem if Protocol Inspection itself is not active):
There are about 30 discrepancies in total, and I've determined that most of them don't have an impact. However, I'm unsure about the ones listed above. I'd like to remove them, or at least disable them if removal is not possible. If leaving them as they are wouldn't cause any problems, that's also fine.
Could I get some support on this?