Last Modified: Sep 13, 2023
Affected Product(s):
BIG-IP TMOS
Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.1.0 HF1, 12.0.0 HF2, 12.1.0 HF2, 12.0.0 HF3, 12.0.0 HF4, 12.1.1 HF1, 12.1.1 HF2, 12.1.2 HF1, 12.1.2 HF2
Fixed In:
12.1.0
Opened: Sep 04, 2015 Severity: 3-Major
After a clean install, the Bundled attribute for the B2250 interfaces may not be displayed or show as "unsupported". Examples: [root@localhost:/S2-green-P:NO LICENSE:Standalone] config # tmsh list net interface bundle net interface 2/1.1 { bundle not-supported <--this is expected if there is no bundling info for the interface. } ... net interface 2/2.1 { bundle not-supported <------error! } net interface 2/2.2 { bundle not-supported <-----error } net interface 2/2.3 { bundle not-supported <---error } net interface 2/2.4 { bundle not-supported <----error } net interface 2/mgmt { bundle not-supported } [root@localhost:/S2-green-P:NO LICENSE:Standalone] config # tmsh list net interface 2/2.1 2/2.2 2/2.3 2/2.4 net interface 2/2.1 { if-index 706 <--------should say "bundle disabled" mac-address 00:23:e9:82:d4:c7 media-max 40000-FD mtu 9198 } ...
The "bundle" property is not available.
Perform a clean install on a B2250 (an install where both the image is replaced and the interface configuration is overwritten with an initial configuration).
Run the following tmsh command to restore bundling properties: "tmsh modify net interface 1/2.1 bundle enabled/disabled"
Bundled state for B2250 40G interfaces are now displayed with the correct interface designation.