Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 629 Bytes

File metadata and controls

15 lines (9 loc) · 629 Bytes

NETCONF get-config with XPATH

This is an example Python script that utilizes get-config. It also takes advantage of XPATH filtering for NETCONF available in IOS-XE.

The script calls the get-config verb in NETCONF, and then filters the request to the native model, and also asks for just the data in the hostname container. The data you get back should be the hostname (or more specifically the configured hostname).

For a human, this is roughly equivalent to 'show running-config | include hostname'

requirements

-- ncclient

-- IOS-XE running >/= 16.3.1 also enabled for NETCONF

running

-- Can run on-box or off-box.