The following existing device issues have been discovered within other releases. In most cases, a resolution is included to address the issue.

  • When sending a config line by line using Telnet or SSH, sending an ip-mgmt interface address command causes the immediate dropping of the terminal session.

    • The driver intentionally filters out any configuration line that starts with ip-mgmt interface address when sending in line by line mode.

  • The Juniper EX2500 local AAA system only supports 10 user accounts. If the new user does not already exist when rolling users and passwords, the driver will attempt to reuse the old user account if it exists. If the old user account does not exist, the driver will look for an available user account. If there are no available user accounts, no changes will be made and the job will fail.

  • The Juniper EX2500 has console logging enabled by default. It is advisable to permanently turn off console logging on any Juniper EX2500 devices that will be managed by this application, since the device sends console messages during the login procedure. During testing, the driver managed to login despite these console messages, but the messages slow down the login procedure dramatically. For best performance, turn off console logging permanently using the following commands:

    • configure terminal

    • no logging console

    • end

    • save running-config startup-config