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

blake_traister3's avatar
blake_traister3
Icon for Nimbostratus rankNimbostratus
Jul 16, 2015

Datagroup addition problems

In my F5 data groups, in the gui, it shows NO addresses, but if you look it up in the CLI, it does:

tmsh list ltm data-group internal admin_datagroup_SCAN 01020036:3: The requested class (internal) was not found. ltm data-group admin_datagroup_SCAN { records { 10.1.40.31/32 { } ---SNIP 185 Records--------- 10.161.10.18/32 { } } type ip

Is there a way I could just reload all the records into a text file and merge it back into the config using TMSH?

2 Replies

  • Here's what I would do (in order):

    1. Log out and log back in. Does that fix it?

    2. Try to export the data group as a file:

      tmsh list ltm data-group internal [data group name] > dgfile
      

      Are all of the IPs in the exported file?

    3. If the exported file has all of the addresses, delete the data group and re-merge:

      tmsh save sys config merge file dgfile
      

      You should see the data group re-added in the GUI config. Does it work?

    4. If still nothing, reboot the box.

    5. If still nothing, open a support case.