Câu 240: 350-401: Implementing Cisco Enterprise Network Core Technologies (ENCOR)
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 bestpath\n ' ) print (stdout)
Nội dung câu hỏi
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 bestpath\n ' ) print (stdout)
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. connects to a Cisco device using SSH and exports the BGP table for the prefix — đáp án hiện tại
- 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
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.