Forum Discussion
Viprion overrides management IP setup through tmsh
Hi, have blade 2250 in chasses 2400 running 11.5.3 HF2 and I need to change mgmt IP. I am connected via console and using these commands:
delete sys management-ip 192.168.2.10/20
create sys management-ip 1.2.3.4/24
But when I use show sys management-ip, I still see the original one. I tried to save config after removal of old mgmt IP, reboot whole chasses, but nothing works.
Thanks for any advice, Zdenek
4 Replies
- Hannes_Rapp_162
Nacreous
You do not need the delete command. You can just modify the IP via TMSH, the previous one will be over-ridden naturally.
Assuming your blade 2250 is in slot 3, you can change it's mgmt IP (aka. cluster member IP address) as follows:
- Modify Mgmt.IP:
tmsh modify sys cluster default members { 3 { address 1.2.3.4 } } - Save config:
tmsh save sys conf
(note you must do these changes from your primary blade)
- Zdenda
Cirrus
yeh, I just found it as well, my bad - I have too short memory :) Thanks Anyway
- Modify Mgmt.IP:
- Hannes_Rapp
Nimbostratus
You do not need the delete command. You can just modify the IP via TMSH, the previous one will be over-ridden naturally.
Assuming your blade 2250 is in slot 3, you can change it's mgmt IP (aka. cluster member IP address) as follows:
- Modify Mgmt.IP:
tmsh modify sys cluster default members { 3 { address 1.2.3.4 } } - Save config:
tmsh save sys conf
(note you must do these changes from your primary blade)
- Zdenda
Cirrus
yeh, I just found it as well, my bad - I have too short memory :) Thanks Anyway
- Modify Mgmt.IP:
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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