ARX::Channel::Configuration¶
Introduced : ARX V6.02.000
A structure that contains all configuration parameters of an ARX
channel. CLI References: Layer 2, channel (cfg).
Member | Type | Description |
id | short | The channel identifier (1-8). CLI References: channel (cfg). |
description | String | A description (1-15 characters) for this channel. CLI References: description (cfg-channel). |
lacp | LacpMode | The LACP mode for this channel. CLI References: lacp active (cfg-channel), lacp passive (cfg-channel). |
lacp_rate_long_timeout | boolean | The LACP uses long timeout. CLI References: lacp rate (cfg-channel). |
load_balance | String | The load balance algorithm. CLI References: load-balance (cfg-channel). |
members | Port [] | The ports of the current channel. CLI References: members (cfg-channel). |
priority | short | The LACP System Priority parameter for the stations at either end of a link-aggregation channel. CLI References: load-priority (cfg-channel). |
spanning_tree | boolean | A flag indicates whether the current channel is used by the spanning tree. CLI References: spanning-tree shutdown (cfg-channel). |
trap | boolean | A flag indicates whether SNMP traps is actived for the current channel. CLI References: trap shutdown (cfg-channel). |
vlan_ids | short [] | A list of VLAN identifiers for the current channel. CLI References: vlan (cfg-channel). |
vlan_tags | short [] | A list of VLAN identifiers that tag to this channel. CLI References: vlan tag (cfg-channel). |
enable | boolean | A flag indicates whether the traffic is stopped on the current channel. CLI References: shutdown (cfg-channel). |
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.