To increase available bandwidth of an existing Trunk, the BIG-IP Administrator is adding additional interfaces. Which command should the BIG-IP Administrator run from within bash shell?
Configuring networking objects in BIG-IP requires using the correctTMSH module pathandverb.
Module Path:Trunks are networking objects, so they reside under the /net module, not /sys.
Verb:Since the trunk already exists, the modify verb must be used to update its properties rather than create.
Syntax:The correct syntax to append physical interfaces to an existing trunk is tmsh modify /net trunk [name] interfaces add { [port list] }.
Data Plane Impact:Adding interfaces to a trunk (Link Aggregation) increases the total aggregate bandwidth available to the system and provides additional hardware redundancy.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit