Driver Support Document
SYSOID Mapping | ||
SYSOID | MODEL | OS VERSION |
1.3.6.1.4.1.207.1.4.169 | AT-8100s-24 | 2.2.2.0 |
1.3.6.1.4.1.207.1.4.172 | AT-8100s-48 | 2.2.2.0 |
1.3.6.1.4.1.207.1.4.174 | AT-8100s/16F8-SC | 2.4.1.7 |
1.3.6.1.4.1.207.1.4.175 | AT-8100s/24F-LC | 2.2.4.0 |
1.3.6.1.4.1.207.1.4.216 | AT-x310-26FT | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.4.217 | AT-x310-50FT | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.4.219 | AT-x310-50FP | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.4.278 | AT-FS980M/28 | 5.4.6-2.1 |
1.3.6.1.4.1.207.1.14.31 | AT-8748XL | 2.6.1-00 |
1.3.6.1.4.1.207.1.14.36 | AT-8824 | 2.7.4-03 |
1.3.6.1.4.1.207.1.14.44 | AT-8948 | 2.9.1-11 |
1.3.6.1.4.1.207.1.14.46 | AT-8624T 2M | 2.9.2-09 |
1.3.6.1.4.1.207.1.14.50 | AT-9924SP | 2.9.1-05 |
1.3.6.1.4.1.207.1.14.57 | AT-9924Ts | 2.9.1-05 |
1.3.6.1.4.1.207.1.14.58 | AT-8648/2SP | 2.9.1-13 |
1.3.6.1.4.1.207.1.14.61 | AT-x900-24XT | 2.x |
1.3.6.1.4.1.207.1.14.69 | AT-x908 AW+ | 5.4.1-2.10 |
1.3.6.1.4.1.207.1.14.70 | AT-x900-12XT/S | 5.4.3-2.6 |
1.3.6.1.4.1.207.1.14.75 | AT-x900-24XT | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.14.76 | AT-x900-24XS | 5.4.2-1.3 |
1.3.6.1.4.1.207.1.14.80 | AT-x600-24Ts | 5.4.1-2.8 |
1.3.6.1.4.1.207.1.14.86 | AT-SBx8112 | 5.4.4 |
1.3.6.1.4.1.207.1.14.95 | AT-x610-24Ts/X-POE+ | 5.4.1-2.6 |
1.3.6.1.4.1.207.1.14.100 | AT-x610-24Ts | 5.4.1-2.6 |
1.3.6.1.4.1.207.1.14.101 | AT-x610-24SPs/x | 5.4.1-2.6 |
1.3.6.1.4.1.207.1.14.109 | AT-x510-28GTX | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.14.111 | AT-x510-28GSX | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.14.112 | AT-x510-52GTX | 5.4.4-1.2 |
1.3.6.1.4.1.207.1.14.198 | AT-x210-24GT | 5.4.5-0.3 |
Some Allied Telesis devices report the configuration differently when gathered by TFTP over against CLI; an example of this would the aggregation of interface configuration between multiple ports with the same speed and duplex settings. Unavoidable spurious configuration changes will be seen if NA is forced to fail-over between the access methods.
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.