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