ADC CLI Commands

lb-metricTable

The following operations can be performed on “lb-metricTable”:

add bind set rm unbind show

add lb metricTable

Creates a metric table for load monitoring.

Synopsis

add lb metricTable

Arguments

metricTable Name for the metric table. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters.

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my metrictable” or ‘my metrictable’).

Example

add metrictable newtable

bind lb metricTable

Binds a metric to a metric table. You must also specify the SNMP OID of the metric.

Synopsis

bind lb metricTable

Arguments

metricTable Name of the metric table.

metric Name of the metric.

snmpOID SNMP OID of the metric.

Example

bind metrictable tablename aliasname 1.2.3.4

set lb metricTable

Modifies the SNMP OID of a metric in a metric table.

Synopsis

set lb metricTable

Arguments

metricTable Name of the metric table.

metric Name of the metric for which to change the SNMP OID.

snmpOID New SNMP OID of the metric.

Example

set metrictable table met1 aliasname oidstr

rm lb metricTable

Removes a metric table.

Synopsis

rm lb metricTable

Arguments

metricTable Name of the metric table.

Example

rm metric table netscaler

unbind lb metricTable

Unbinds a metric from a metric table.

Synopsis

unbind lb metricTable

Arguments

metricTable Name of the metric table.

metric Name of the metric to unbind.

Example

unbind metrictable tablename aliasname

show lb metricTable

Displays the parameters of the specified metric table. If no metric table name is specified, a list of all configured metric tables is displayed.

Synopsis

show lb metricTable []

Arguments

metricTable Name of the metric table.

Output

metric Metric name of the oid.

snmpOID OID corresponding to the metric

flags flags controlling display

stateflag flags controlling display

metricType Indication if it is a configured or internal

type Adds a temporary or permanent table.

builtin feature The feature to be checked while applying this config

devno count

Example

An example of the show metrictable command output is as follows: Name : ALTEON Type : INTERNAL Name : CISCO-CSS Type : INTERNAL Name : FOUNDRY Type : INTERNAL Name : NETSCALER Type : INTERNAL Name : F5 Type : INTERNAL Name : local Type : INTERNAL

lb-metricTable