For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Zdenda's avatar
Zdenda
Icon for Cirrus rankCirrus
May 30, 2016

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

  • 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:

    1. Modify Mgmt.IP:
      tmsh modify sys cluster default members { 3 { address 1.2.3.4 } }
    2. Save config:
      tmsh save sys conf

    (note you must do these changes from your primary blade)

    • Zdenda's avatar
      Zdenda
      Icon for Cirrus rankCirrus
      yeh, I just found it as well, my bad - I have too short memory :) Thanks Anyway
  • 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:

    1. Modify Mgmt.IP:
      tmsh modify sys cluster default members { 3 { address 1.2.3.4 } }
    2. Save config:
      tmsh save sys conf

    (note you must do these changes from your primary blade)

    • Zdenda's avatar
      Zdenda
      Icon for Cirrus rankCirrus
      yeh, I just found it as well, my bad - I have too short memory :) Thanks Anyway