Driver Support Document
| SYSOID Mapping | ||
| SYSOID | MODEL | OS VERSION |
| SNMP is not supported | ACS4 | 3.2.1 |
| SNMP is not supported | ACS16 | 2.6.0-1, 3.0 |
| SNMP is not supported | ACS32 | 2.6.0-1, 3.0 |
| SNMP is not supported | ACS48 | 2.6.0-1, 3.0, 3.3.0 |
| SNMP is not supported (2) | PM20 | 2.6.0-1, 3.0 |
This driver uses a CLI method for snapshot, and accesses a number of files that are typically root-only access. Since the CLI code does not error check the "cat" results, the driver checks for root credentials before the snapshot. If non-root credentials need to be used, please ensure that the files captured by snapshot can be accessed by the provided credentials, and set the "check_root_creds" access variable to "false" in either the Device Specific password or in the password rule for the device.
When the "no_comment" access variable is set to 'true', the commands that capture the running configuration contain the "| grep -v '^#'\r\n" ending (i.e., "cat /etc/tacplus.conf | grep -v '^#'\r\n"). The use of the access variable allows the driver to parse the devices configuration disregarding the commented lines of configuration. If the "no_comment" access variable is set to 'false', or is not set to any value, the commands do not capture using the "| grep -v '^#'\r\n" ending.