ARX::Network::IfConfiguration¶
Introduced : ARX V6.02.000
A structure that contains the configuration of a network interface.
CLI References: Layer 2.
Member | Type | Description |
port | Port | A layer-2 port. CLI References: interface gigabit (cfg), interface ten-gigabit (cfg). |
description | String | A description for the current port. CLI References: description (cfg-if-gig), description (cfg-if-ten-gig). |
flow_control_receive | boolean | A flag that enables the flow control on receive. CLI References: flowcontrol (cfg-if-gig), flowcontrol (cfg-if-ten-gig). |
flow_control_send | boolean | A flat that enables the flow control on send. CLI References: flowcontrol (cfg-if-gig), flowcontrol (cfg-if-ten-gig). |
redundancy_protocol | boolean | A flag that designates the current interface as one end of a redundant-pair link. CLI References: redundancy protocol (cfg-if-gig), redundancy protocol (cfg-if-ten-gig). |
speed | Speed | The speed, line-type, and duplex configuration on a specified gigabit port. CLI References: speed (cfg-if-gig). |
enable | boolean | A flag that enables a network interface. CLI References: shutdown (cfg-if-gig), shutdown (cfg-if-ten-gig). |
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.