nerdexam
Cisco

300-535 · Question #82

Refer to the exhibit. What must be added at lines 6 and 15 to check the IP addresses of the interfaces and configure the logging history of a Cisco IOS XR device?

The correct answer is A. Al line 6, add "device_type": "iosxr". At line 6, "device_type": "iosxr" specifies the correct Netmiko platform for Cisco IOS XR. At line 15, send_command_set(['logging history size 500', 'commit']) is used to send configuration commands and commit them on IOS XR devices.

Design for Cisco Cloud Automation

Question

Refer to the exhibit. What must be added at lines 6 and 15 to check the IP addresses of the interfaces and configure the logging history of a Cisco IOS XR device?

Exhibit

300-535 question #82 exhibit

Options

  • AAl line 6, add "device_type": "iosxr"
  • BAt line 6, add "device_type": "cisco_xr"
  • CAt line 6, add "device type": "cisco xr"
  • DAt line 6, add "device_type": "ios_xr"

How the community answered

(47 responses)
  • A
    81% (38)
  • B
    11% (5)
  • C
    4% (2)
  • D
    4% (2)

Explanation

At line 6, "device_type": "iosxr" specifies the correct Netmiko platform for Cisco IOS XR. At line 15, send_command_set(['logging history size 500', 'commit']) is used to send configuration commands and commit them on IOS XR devices.

Topics

#Netmiko#IOS XR#Python#device_type parameter

Community Discussion

No community discussion yet for this question.

Full 300-535 Practice