Refer to the exhibit. What is achieved by this Python script?
Refer to the exhibit. What is achieved by this Python script?
The Python script first uses a <get-config> RPC call, which is used to retrieve the current configuration from the network device. The script then parses this configuration data into a dictionary format using the xmltodict library. Therefore, the script reads access list statements into a dictionary list.
Answer is A. 1. the get-config is a read verb. 2. second part is "xmltodict" parse the given XML into a dictionary
answer is a
A is correct
Answer is A. This is a <get-config> operation.