Driver Support Document
SYSOID Mapping | ||
SYSOID | MODEL | OS VERSION |
1.3.6.1.4.1.1991.1.3.41.3.2 | NetIron XMR4000 Router | 3.7.0 |
1.3.6.1.4.1.1991.1.3.47.11.2 | ServerIron 4G Router | 9.4.02d, 9.5, 10.2, 11.0 |
The Foundry drivers support both SSHv1 and SSHv2. However, some supported devices only support SSHv1 or SSHv2. The correct SSH version for the device should be selected on the Edit Device page in the "Connection Method" field to ensure proper operation.
The Foundry drivers do not support devices with hostnames that contain blank characters. The SNMP sysName field should not contain blanks to ensure correct operation.
Foundry devices enable you to hide passwords in their configurations. The passwords are replaced with a sequence of dots. If the Edit/Deploy Configuration task were run using such a configuration, passwords would be changed to dots.
To ensure correct operation, password display in configurations should be enabled using the "enable password-display" command on the device before using the device if you are planning to run the Edit/Deploy Configuration task.
The driver supports multi-line custom scripts for setting MOTD options on the Foundry device. However, these scripts fail when used with SSH. Be sure to select Telnet as the connection protocol when setting MOTD options.
Traceroute for some supported devices currently fails with SSH. The telnet protocol should be selected on the Edit Device page in the "Connection Method" field to ensure proper operation.
The Foundry drivers support both SSHv1 and SSHv2. However, some supported devices only support SSHv1 or SSHv2. The correct SSH version for the device should be selected on the Edit Device page in the "Connection Method" field to ensure proper operation.
The Foundry drivers do not support devices with hostnames that contain blank characters. The SNMP sysName field should not contain blanks to ensure correct operation.
Some Foundry devices support usage of SSH without a password. The system does not support this behavior. Devices must be configured to use a password when connecting with SSH. Telnet usage without a password is supported.
You must include the command enable password display in the configuration of Foundry devices to ensure that snapshots and polling work correctly without generating errors.
An attempt to upload software to a Foundry device via TFTP may fail. During a TFTP transfer, the Foundry performs various memory cleanup operations that require additional processing time. The TFTP server times out if the server's timeout property value is set too low. The default value is 3000 milliseconds (3 seconds).
When this error occurs, the message Script - Failed appears in the task details. Although the task shows as failed, the software may bave been successfully uploaded. However, the reboot process fails. You can eliminate this problem by setting the value of the timeout property in the tftpd.properties file to a higher value.
To set the TFTP server timeout property:
- On the Windows server, go to C:\$NA_HOME\server\ext\tftp.
- Using a text editor, such as Notepad, open the tftpd.properties file.
- Edit the TFTP timeout property socketTimeout to a value between 5000 and 10000 (5 to 10 seconds).