Driver Support Document
| SYSOID Mapping | ||
| SYSOID | MODEL | OS VERSION |
| 1.3.6.1.4.1.10734.1.3.7 | 1200E | 2.5.6.7114 |
| 1.3.6.1.4.1.10734.1.3.8 | 2400E | 2.5.4.6946, 2.5.6.7114 |
| 1.3.6.1.4.1.10734.1.3.9 | 5000E | 2.5.8.7168 |
| 1.3.6.1.4.1.10734.1.3.11 | 10 | 3.1.4.1421 |
| 1.3.6.1.4.1.10734.1.3.27 | 660N | 3.2.0.1524 |
| 1.3.6.1.4.1.10734.1.3.28 | 1400N | 3.2.0.1524 |
| 1.3.6.1.4.1.10734.1.3.29 | 2500N | 3.2.0.1524 |
| 1.3.6.1.4.1.10734.1.3.30 | 5100N | 3.2.0.1524 |
| 1.3.6.1.4.1.10734.1.3.31 | 110 | 3.1.4.1421 |
| 1.3.6.1.4.1.10734.1.3.32 | 330 | 3.1.4.1421 |
| 1.3.6.1.4.1.10734.1.3.33 | 1400N | 3.2.0.1524 |
| 1.3.6.1.4.1.10734.1.3.34 | 6100N | 3.2.1.1639 |
| 1.3.6.1.4.1.10734.1.3.35 | 7100NX | 3.5.0.1874 |
| 1.3.6.1.4.1.10734.1.3.36 | 5200NX | 3.5.0.1874 |
| 1.3.6.1.4.1.10734.1.3.44 | 2600NX | 3.8.1.4382 |
| 1.3.6.1.4.1.10734.1.3.45 | 6200NX | 3.6.1.4036 |
| 1.3.6.1.4.1.10734.1.3.46 | 7500NX | 3.7.1.4231 |
| 1.3.6.1.4.1.10734.1.3.47 | 440T | 4.2.0.4619 |
| 1.3.6.1.4.1.10734.1.5.1 | Core Controller | 1.1.1 |
Software management prerequisites:
* The installation package must have the extension of ".pkg", ".csw", ".aux".
* The installation package filename length must not exceed 100 characters.
* The installation package filename must have no unsupported characters - "~!@#$%^&()+=[]{}" in it.
* The installation package file size must be less than 126MB for OS 3.1.x and less than 138MB for OS 3.2.x.
When the Software management task is finished, the device will be automatically rebooted!
Discovery tasks for Javascript drivers handle More prompts by using timeouts, which can cause problems with the third-party SSH client code, which interprets the timeout as a disconnection. There are two options to work around the problem. Setting the RCX option [<option name="Driver/Discovery/UsePollRead">true</option>] in site_options.rcx will effect the workaround for all affected devices. Alternatively, it could be applied to a single device by setting the device access variable "PollRead" to "true".
Discovery tasks for Javascript drivers use wakeup characters are sent during device connection, to ensure that the device is responding. Normally, these characters do not echo to the console, but some devices may echo them. In this case, this causes the prompt detection phase to fail, which in turn can cause More prompts to not be handled properly, and discovery may fail. If these characters are echoed from the device [check the session log to see this], then set the device access variable "skip_ctrl_u" to skip the sending of the wakeup characters. Note that setting this option on a previously working device could cause discovery tasks to fail, but it only affects CLI discovery. SNMP discovery is unaffected.