Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Show all Virtual Servers via CLI

Featured Replies

Run the following command to see all Virtual Servers on the F5 LTM

tmsh list /ltm virtual /Production/* | grep '^ltm virtual '

  • 4 weeks later...

To see all the Virtual Servers I also like to see the associated pools so I run

tmsh list ltm virtual pool

Of course if you have all your Virtual Servers under a partition you will have to include that in the command line...

So find what partitions you have by running

tmsh -c "cd /;list sys folder"

You may get something like this

sys folder / {

device-group Common/device-group-failover-20130422

inherited-devicegroup false

inherited-traffic-group false

traffic-group Common/traffic-group-1

}

sys folder Common {

device-group Common/device-group-failover-20130422

inherited-devicegroup true

inherited-traffic-group true

traffic-group Common/traffic-group-1

}

sys folder DNS {

description "Test partition to prove out SNAT issue"

device-group Common/device-group-failover-20130422

inherited-devicegroup true

inherited-traffic-group false

traffic-group Common/traffic-group-1

}

sys folder Development {

device-group Common/device-group-failover-20130422

inherited-devicegroup true

inherited-traffic-group false

traffic-group Common/traffic-group-1

}

sys folder LDAP {

device-group Common/device-group-failover-20130422

inherited-devicegroup true

inherited-traffic-group false

traffic-group Common/traffic-group-1

}

So I want to look at all Virtual Servers and associated Pools in Development so I would run

tmsh list ltm virtual /Development/* pool

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.