Cisco IOS XE ルータ上のインターフェイスの IP アドレスを取得するコード スニペットはどれですか?
正解:A
This code uses device_type: 'cisco_ios' and the proper send_command() method. Such combination is valid for IOS and IOS XE devices and will correctly retrieve the interface IP information. All other code snippets incorrectly use .command() or .show_command(), which are not valid Netmiko methods.