|
Creating a custom device
|
Previous Top Next |
|
|
|
|
| 1) The device type file (.ini file), which defines the following:
|
| · | device type name,
|
| · | device ID,
|
| · | the user interface field values and defaults which are displayed in the device form when adding or editing a device.
|
|
|
| 2) The device script file (.txt file), which contains device type specific code to allow CatTools to login to the device, enter and exit different modes, perform different activities (e.g. configuration backups, send CLI commands, modify configuration) and parse command output data for reports.
|
|
|
|
|
|
|
| · | How to create a custom device - a simple step-by-step guide on how to create a custom device
|
| · | The custom device type file (.ini) - detailed information on the .ini file and how to create one for a custom device type
|
| · | The custom device script file (.txt) - detailed information on the .txt file and how to create the custom device script
|
| · | cl. variables and functions - information on the CatTools internal variables and functions exposed to the custom device script file
|
| · | Testing your custom device - help and tips on testing your custom device
|