Forum Discussion
How to change netmask on self ip in version 12
Hi Michael,
There is another and easy way to change the subnet mask of a self IP address.
So,
/config/bigip_base.conf is the configuration file which includes the networking components of the device.
When you open this file with an editor like "vi" , you should see the Ip address configuration of a specific IP like this.
net self /Common/192.168.10.2 {
address 192.168.10.2/24
traffic-group /Common/traffic-group-local-only
vlan /Common/Vlan328
}
Then, what you need to do is only to change the related subnet mask fields with the new one and save the file.
Finally, run the command
tmsh load sys configModifying files is a wrong idea. I once made a change of this file with a mistake... the appliance detected it, rebooted because of system fallback... then rebooted after 20 seconds... then rebooted...
the same configuration can be made with
load sys config merge from-terminal where you paste the expected configuration. if there is a wrong format, it will not apply change and warn you.Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
