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 bestpathin') print (stdout)
A、 connectstoaCiscodeviceusingSSHandexportstheBGPtablefortheprefix
B、 connectstoaCiscodeviceusingSSHandexportstheroutingtableinformation
C、 displaystheoutputoftheshowcommandinaformattedway
D、 connectstoaCiscodeviceusingTelnetandexportstheroutingtableinformation
发布时间:2024-07-02 09:37:17