Use the itential_driver_options attribute to configure advanced driver-specific settings for broker services. Driver options enable you to tune connection behavior, adjust timeouts, enable debugging, and optimize performance.
For information about broker services, see Device broker support.
Use driver options to adjust timeouts for slow devices, optimize performance for fast connections, enable debugging and session logging, configure SSH parameters, or handle devices with non-standard behavior.
Most operations work without driver options. Use them only when default settings don’t meet your requirements.
Specify driver options in the itential_driver_options attribute within inventory node attributes. The system only uses options for the driver specified in itential_driver.
The netmiko driver supports the following options in itential_driver_options.netmiko.
fast_cli mode may miss errors or incomplete output. Test thoroughly before using in production.
Not all options work with all device platforms. See the netmiko documentation for platform-specific compatibility.
The scrapli driver supports the following options in itential_driver_options.scrapli.
Only use auth_bypass in test environments.