Last Modified: Oct 19, 2025
Affected Product(s):
F5OS Velos
Known Affected Versions:
F5OS-C 1.1.3, F5OS-C 1.1.4
Opened: Jun 07, 2021 Severity: 3-Major
When running "system database config-restore" on the chassis partition CLI, the fdb and vlan-listeners tables are erroneously restored. These tables can contain stale data that interferes with datapath configuration.
The datapath to tenants may not work until the tenants are re-deployed.
This issue occurs when running "system database config-restore" on the partition CLI.
Delete the fdb and vlan-listeners tables immediately after restoring the configuration. Follow this procedure: 1. system database reset-to-default proceed yes 2. system database config-restore name <backup_filename> 3. no fdb ; no vlan-listeners ; commit
None