Which tool type is most appropriate for turning a variable set of interface values into a reusable configuration template?
Correct. Templates are built for reusable parameterized configurations.
Why this answer
A templating engine allows you to create a reusable configuration pattern and populate it with variable values, making it ideal for turning variable interface values into templates. A packet sniffer captures network traffic and analyzes packets but does not generate configuration templates. A DNS recursive resolver translates domain names to IP addresses, which is unrelated to configuration templating.
An STP root bridge manages loop-free topology in a switched network, not template creation.
Exam trap
Avoid confusing tools that manage or analyze configurations with those that generate them. Focus on the primary function of each tool.
Why the other options are wrong
A packet sniffer captures and analyzes network traffic, but it cannot generate or manipulate configuration templates. It is a monitoring tool, not a configuration automation tool.
A DNS recursive resolver translates domain names to IP addresses and has no capability to generate or manage configuration templates. It is a name resolution service, not a configuration tool.
An STP root bridge is a switch role in Spanning Tree Protocol that prevents loops in a network. It is a functional role, not a tool for creating reusable configuration templates.