To increase the available bandwidth of an existing trunk, the BIG-IP Administrator plans to add additional interfaces. Which command should the BIG-IP Administrator run from within the bash shell? (Choose one answer)
In BIG-IP, a trunk is a Layer 2 network object used to aggregate multiple physical interfaces into a single logical link. This aggregation provides increased bandwidth and link resiliency, commonly in conjunction with LACP.
Key concepts that apply here:
Trunks are managed under the /net trunk tmsh hierarchy
Physical interfaces are added or removed using the modify command
The create command is used only when defining a brand-new trunk, not when updating an existing one
Because the trunk already exists and the goal is to add interfaces, the correct operation is:
Immediately increases available bandwidth and redundancy
Why the Other Options Are Incorrect
B uses the /sys hierarchy, which is not used for trunks
C attempts to create a trunk that already exists
D uses an incorrect hierarchy and an incorrect operation
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