F5
101 · Question #558
101 Question #558: Real Exam Question with Answer & Explanation
The correct answer is C: modify /net vlan test-vlan interfaces replace all with {1.2}. Correcting a VLAN interface assignment in BIG-IP TMSH requires the 'modify /net vlan' command with 'interfaces replace-all-with' to overwrite the existing interface entry with the correct one.
Question
VLAN test-vlan" is configured on interface 1.1 instead of interface 1.2. Which TMSH command should be used to correct this issue?
Options
- Amodify /net test vlan interfaces {1.2}
- Bmodify /net test-vlan interfaces replace all with {1.2}
- Cmodify /net vlan test-vlan interfaces replace all with {1.2}
- Dmodify /net sian test-vlan interfaces {1.2}
Explanation
Correcting a VLAN interface assignment in BIG-IP TMSH requires the 'modify /net vlan' command with 'interfaces replace-all-with' to overwrite the existing interface entry with the correct one.
Common mistakes.
- A. '/net test vlan' is not a valid TMSH module path because it omits the required 'vlan' keyword as the module identifier, and the command also lacks the necessary 'replace all with' clause to update the interface list.
- B. '/net test-vlan' incorrectly embeds the VLAN name 'test-vlan' into the module path rather than separating the module '/net vlan' from the object name, resulting in an invalid TMSH path.
- D. '/net sian' is not a recognized TMSH module - 'sian' is an invalid keyword that does not correspond to any BIG-IP TMSH module, making this command entirely non-functional.
Concept tested. BIG-IP TMSH VLAN interface assignment modification
Reference. https://techdocs.f5.com/en-us/bigip-16-0-0/big-ip-tmsh-reference/tmsh-reference.html
Community Discussion
No community discussion yet for this question.