ARX::Channel

Introduced : ARX V6.02.000
The Channel interface allows applications to monitor the ARX channels. A channel is a group of Ethernet ports aggregated into a single flow, as specified in IEEE 802.3ad. CLI References: Layer 2, channel (cfg).

Methods

Method Description Introduced
get_configuration Returns the list of channel configurations for the specified channels. CLI References: show channel. ARX V6.02.000
get_lacp_statistics Returns the list of channel LACP statistics for the specified channels. CLI References: show channel … stats. ARX V6.02.000
get_list Returns the list of channel identifiers. CLI References: show channel summary. ARX V6.02.000
get_statistics Returns the list of channel statistics for the specified channels. CLI References: show channel … stats. ARX V6.02.000
get_status Returns the list of channel statuses for the specified channels. CLI References: show channel summary. ARX V6.02.000

Structures

Structure

Description

Configuration

A structure that contains all configuration parameters of an ARX channel. CLI References: Layer 2, channel (cfg).

LacpPortStatistics

A structure that contains the LACP statistics of a port. CLI References: show channel … stats.

LacpStatistics

A structure that contains the LACP statistics of a channel. CLI References: show channel … stats.

Statistics

A structure that contains the statistics of a channel. CLI References: show channel … stats.

Status

A structure that contains the status of a virtual service export. CLI References: show channel summary.


Enumerations

Enumeration Description
LacpMode An enumeration of ARX channel load-balancing algorithms for a channel. CLI References: load-balance (cfg-channel).

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ConfigurationSequence Configuration [] A sequence of Configuration
LacpModeSequence LacpMode [] A sequence of LacpMode
LacpPortStatisticsSequence LacpPortStatistics [] A sequence of LacpPortStatistics
LacpStatisticsSequence LacpStatistics [] A sequence of LacpStatistics
StatisticsSequence Statistics [] A sequence of Statistics
StatusSequence Status [] A sequence of Status

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.