Configure driver options
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.
When to use driver options
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.
How driver options work
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.
Basic structure
Example in inventory context
Netmiko driver options
The netmiko driver supports the following options in itential_driver_options.netmiko.
Connection and timing
Performance and behavior
fast_cli mode may miss errors or incomplete output. Test thoroughly before using in production.
Connection options
SSH configuration
Debugging and logging
Terminal settings
Not all options work with all device platforms. See the netmiko documentation for platform-specific compatibility.
Scrapli driver options
The scrapli driver supports the following options in itential_driver_options.scrapli.
Connection and timing
Performance and behavior
SSH configuration
Terminal settings
Only use auth_bypass in test environments.