Exam 350-401 Question id=5715 Automation

Which outcome is achieved with this Python code?

client.connect (ip, port=22, username=usr, password=pswd) stdin, stdout, stderr=client.exec_command ('show ip bgp 192.168.101.0 bestpathn') print (stdout)

A. connects to a Cisco device using SSH and exports the BGP table for the prefix
B. displays the output of the show command in a formatted way
C. connects to a Cisco device using SSH and exports the routing table information
D. connects to a Cisco device using Telnet and exports the routing table information

WARNING

the answers are mixed, do not specify in the comment number or the letter of the answer
please write answer#A instead A, answer#B instead B...
Subject:

only logged users can write comments