You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when passing ip address in for mgmtSelfIp the BIGIP is still using DHCP.
mgmtSelfIp
No
string
The private IP address to apply to the primary IP configuration on the management network interface. The address must reside in the subnet provided in the mgmtSubnetId parameter. Note: When set to empty string, DHCP will be used for allocating ip address.
Expected behavior
The bigip should be configured with the IP address but not show configured-by-dhcp
Current behavior
bigip is showing DHCP in use
sys management-ip 172.16.1.50/24 {
description configured-by-dhcp
}
Describe the bug
when passing ip address in for mgmtSelfIp the BIGIP is still using DHCP.
Expected behavior
The bigip should be configured with the IP address but not show configured-by-dhcp
Current behavior
bigip is showing DHCP in use
sys management-ip 172.16.1.50/24 {
description configured-by-dhcp
}
Steps to reproduce
https://github.com/mwardbopp/cft_templates/tree/main/CSTv2
use the following input/outputs or any input which uses an IP for mgmtSelfIp
https://github.com/mwardbopp/cft_templates/blob/main/CSTv2/bigip-standalone-1.yaml
https://github.com/mwardbopp/cft_templates/blob/main/CSTv2/cstv2-standalone-1.json
Your Environment
The text was updated successfully, but these errors were encountered: