Skip to content

Huawei Telnet Authentication Fails Due to Incorrect Line Ending(\r\n VS \r) #3679

@ningmonguo

Description

@ningmonguo

When connecting to certain Huawei devices via Telnet using netmiko, authentication fails if the password is sent with \r\n as the line ending. These huawei devices strictly require \r (carriage return only) for password confirmation, but the current Huawei driver in netmiko sends \r\n (carriage return + newline), causing the password to be rejected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions