The error shown in the exhibit can be resolved by changing the first line of the script to "from ncclient import *". This syntax is used in Python to import all modules from a package, which in this case includes the 'manager' module required for establishing a connection using ncclient.manager.connect. References: * Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) training1. * Cisco's official certification exam overview for SPCOR 350-5012.