Driver Support Document

Cyclades Terminal Servers, Device Series, OS version 2.6.x, 3.x (OBSOLETE, PLEASE REDISCOVER)

Show Tested Devices Grid

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

Driver Features Support Grid

Driver FeaturesAccess Methods
(X signifies feature support)CLISNMPTFTPCLI+TFTPSNMP+TFTPFTPCLI+FTPSNMP+FTPCLI+SFTPSCPCLI+SCPSNMP+SCPHTTP/HTTPS
  Driver Discovery                            
X General Access  
(CLI protocols: telnet, ssh1, ssh2, console)
X                        
Configuration
X Retrieve Running Configuration release notes X                        
  Retrieve Startup Configuration                            
  Retrieve Binary Configuration                            
X Device information parsing  
X Enhanced Layer2 Basic IP information parsing  
X Configuration Deployment to Running   X                        
  Configuration Deployment to Startup                            
  Binary Configuration Deployment                            
Diagnostics
X Routing Table   X                        
  OSPF Neighbors                            
X Interfaces   X                        
  Modules and Inventory                            
  Flash Storage Space                            
X File System   X                        
X Uptime   X                        
X ICMP Test   X                        
X Topology Parsing   X                        
  Duplex Parsing                            
  Enhanced VLAN Parsing  
Features
X Software Center                       X    
  Software Image Synchronization                            
X Password Management  
(Can modify: full password)
X                        
  Syslog Configuration and Change Detection                              
X Custom Scripts and Diagnostics  
X                        
X ACL Parsing  
  ACL Provisioning                            
  VLAN Provisioning                            
  Configlet Parsing  
  QoS Parsing  
  VRF Parsing  
  Context Management                            

Retrieve Running Configuration

Release Notes

Disabling root credential requirement of snapshot

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.

"no_comment" access variable

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.

return to top