PBX Info :: Your Free PBX, PABX and Telephone Information Resource - View Single Post - Option 61C telnet option 61
Thread: Option 61C telnet option 61
View Single Post
Old 10-29-2008, 09:34 AM   #6 (permalink)
Jeff Olesen
Junior Member

Activity Longevity
0/20 1/20
Today Posts
0/0 sssssss19
Location: NORTEL - Belleville
Rep Power: 0Jeff Olesen is an unknown quantity at this point
Gender:
Country:
When you start Windows Telent, don't give it the IP address of the terminal server. When the MS Telnet prompt comes up, use the command 'unset CRLF' to stop it from sending a CR adn an LF when you hit Enter. Then use the open command to call the terminal server. Below is a sample to talk to a Term Server at 10.10.10.22, using port 2001 which in the Case of our MRV's and Micro-Annexes would translatoe to serial port 1. The annoying part is, not all machines have to use the unset command. Somewhere there has to be documentation on which versions of windows telnet do this and why.
c:\telnet
Welcome to Microsoft Telnet Client
Escape Character is 'CTRL+]'
Microsoft Telnet> unset crlf
Line feed mode - Causes return key to send CR
Microsoft Telnet> open 10.10.10.22 2001
Jeff Olesen is offline   sendpm.gif Reply With Quote