North American Network Operators Group
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: 2511 line break
- From: Robert E. Seastrom
- Date: Mon Jul 26 15:30:39 2004
Randy Bush <randy@psg.com> writes:
> on a 2511, which i am using as a serial console server for a bunch
> of boxes, how do i send a <break> on one of the lines?
telnet break is translated to long-space serial break:
rs@valhalla [6] % telnet scrapheap 2003
Trying 10.1.1.25
Connected to 10.1.1.25.
Escape character is '^]'.
User Access Verification
Password:
Password OK
installhost console login:
installhost console login:
telnet> send break
Type 'go' to resume
ok
telnet> quit
Connection closed.
rs@valhalla [7] %
|