Bug ID 1399929: F5OS permits non-existent ethernet interfaces to be configured

Last Modified: Jun 26, 2025

Affected Product(s):
F5OS F5OS-A, F5OS-C, Velos(all modules)

Known Affected Versions:
F5OS-A 1.5.0, F5OS-A 1.5.1, F5OS-A 1.5.2, F5OS-A 1.5.3, F5OS-A 1.7.0, F5OS-C 1.5.0, F5OS-C 1.5.1, F5OS-C 1.6.0, F5OS-C 1.6.1, F5OS-C 1.6.2

Fixed In:
F5OS-C 1.8.0, F5OS-A 1.8.0

Opened: Nov 17, 2023

Severity: 4-Minor

Symptoms

F5OS allows you to manually type in non-existent interfaces of type "ethernetCsmacd" when adding an interface component. The system later prohibits you from deleting this non-existent interface while the type is ethernetCsmacd.

Impact

The configuration contains a non-existent ethernet interface with no actual activity. Attempting to delete the interface from the Partition CLI will result in the following error : Partition-1(config)# no interfaces interface 1/1.1 Warning: Some elements could not be removed due to NACM rules prohibiting access. From the Partition GUI The Network-> interfaces Page will show blank "There are no items to show in this view."

Conditions

User-triggered command for non-exposed interface type.

Workaround

Delete the non-existent interface. Depending on the type of the created interface , there are 2 ways to delete it . In case the interface is not a valid interface for the blade such as 25.0 or even a fake name like "example" you can delete it using "no interfaces interface 25.0" If the interface is for a real interface, for example you have created interface 1/1.1 while the portgroup is in 100G mode (only 1.0 is valid) you will need the following procedure to delete it : From from the Controller running the Active Partition Login to controller that is the active one for the needed partition (can be seen via "show partitions" command on the controller). Also from "show partitions" on the controller check the partition ID. From controller bash: docker exec -it partition2_manager bash (assuming the partition ID is 2) From inside the partition run the following: confd_cmd -c "mdel /interfaces/interface{1/1.1}"

Fix Information

With this fix, F5OS will reject the creation of ethernetCsmacd.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips