You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,11 @@ You'll likely want to add the script to your `$PATH` ie. ~/.local/bin/
70
70
The gns3-serial-bridge.sh script works in conjunction with cisco-send-gns3.py to connect a Cisco device in GNS3 to a local device file, similar to a regular serial connection to `/dev/ttyUSB0` etc.
71
71
How to use:
72
72
73
+
+ Start your Switch/Router device in GNS3. Right-click, select 'show node information'.
74
+
Note the line `Console is on port 5000 and type is telnet`
73
75
+ Run ./gns3-serial-bridge.sh as a regular user.
74
-
+ You'll be prompted to provide a virtual device file name (default is ~/ttyCisco). Note that if you change the default, you must also update the device_file variable inside cisco-send-gns3.py.
76
+
+ You'll be prompted to provide a virtual device file name (default is ~/ttyCisco).
77
+
(Note that if you change the default, you must also update the device_file variable inside cisco-send-gns3.py)
75
78
+ Provide the GNS3 device telnet port number when prompted (default is 5000).
76
79
+ The script will then execute socat to map the provided telnet port to your virtual device file.
77
80
+ Optionally, you'll be asked if you would like to launch screen with 8N1 configuration.
0 commit comments