Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gns3 iosv telnet #580

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2023

  1. add send_carriage_return to telnet.py action plugin

    add sending of "\r" if send_carriage_return flag is true, allows connection to IOSv devices console under GNS3
    Domoninic authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    4fe719f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab60a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    e3238d2 View commit details
    Browse the repository at this point in the history
  2. Update telnet.py - move send_carriage_return to happen before send_ne…

    …wline
    
    It makes more sense to send to do send_carriage_return before send_newline. Not only is this the expected order "\r\n" but in case of cisco iosV on GNS3 the send_carriage_return needs be the first thing send to get any response.
    Domoninic authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    f5d7950 View commit details
    Browse the repository at this point in the history
  3. Update telnet.py - move send_carriage_return to happen before send_ne…

    …wline
    
    It makes more sense to send to do send_carriage_return before send_newline. Not only is this the expected order "\r\n" but in case of cisco iosV on GNS3 the send_carriage_return needs be the first thing send to get any response.
    Domoninic authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a7d0ed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79400c8 View commit details
    Browse the repository at this point in the history