how to connect console on switch from MAC book ?
1. Go to terminal
2. Change location to /dev/
# cd /dev
3. Check the usb serial
# ls -l | grep usb
crw-rw-rw- 1 root wheel 9, 66 Apr 1 18:46 tty.usbserial-AH02PYA
4. Get console login screen
2. Change location to /dev/
# cd /dev
3. Check the usb serial
# ls -l | grep usb
crw-rw-rw- 1 root wheel 9, 66 Apr 1 18:46 tty.usbserial-AH02PYA
4. Get console login screen
#screen tty.usbserial-AH02PYA 9600
Comments
Post a Comment