Log in Go to the main page Page Discussion History Go to the file list Go to the site toolbox

Class command, bigpipe

From NetworkCommands

Image:F5-logo-large.png

A command available on most F5 Networks BigIP platforms; used to display, create or modify data groups (aka data classes.)

Contents

Image:Vm-power-on-medium.png Usage Syntax

bigpipe class class_name [options]

Image:Vm-power-on-medium.png Usage Examples

bigpipe class - display all existing classes (names and number of values only.)

bigpipe class list all - display all existing classes and the values defined within them

bigpipe class HOSTS_TEST \{ network 1.1.1.0 mask 255.255.255.128 host 2.2.2.2 \} - create class HOSTS_TEST and add the values specified

bigpipe class TEST add \{ host 1.1.1.1 host 2.2.2.2 host 123.242.240.16 \} - add the specified values to exiting class TEST

bigpipe class TEST delete \{ network 1.1.1.0 mask 255.255.255.0 \} - delete the specified values from existing class TEST

Image:utilities-terminal-medium.png Typical Output

b class;

CLASS images
|        TYPE string   3 items
CLASS logging_exclusions
|        TYPE string   3 items
CLASS private_net
|        TYPE ip   3 items

b class list all;

class images {
   type string
   filename none
   mode rw
   partition Common
   ".bmp"
   ".gif"
   ".jpg"
   none
   none
}
class logging_exclusions {
   type string
   filename none
   mode rw
   partition Common
   ".css"
   ".js"
   "axd"
   none
   none
}
class private_net {
   type ip
   filename none
   mode rw
   partition Common
   network 10.0.0.0/8
   network 172.16.0.0/12
   network 192.168.0.0/16
   none
   none
}

Image:accessories-text-editor-v2-medium.png Bigpipe Usage Notes

Don't forget to save your changes using the bigpipe save all command.

Note in most cases, the show keyword displays object status or statistics, the list keyword displays configuration.

The bigpipe command can be abbreviated to just b (e.g. b help instead of bigpipe help.) Alternatively, (from v9.4,) you can use the bigpipe shell to enter commands without prefixing them with bigpipe.

Where curly or normal brackets {} or () or quotes "" or exclamation mark ! are required as part of a command and you are not using the bigpipe shell, they must be proceeded with a back slash \ to prevent the bash shell from parsing them as system commands.


Site Toolbox:

Personal tools
This page was last modified on 4 June 2008, at 10:08. - This page has been accessed 49 times. - Disclaimers - About NetworkCommands
Powered by MediaWiki