From: Brian Dennis (brian@labforge.com)
Date: Sat Jul 12 2003 - 15:49:50 GMT-3
Use the rotary command under the vty lines. Example:
line vty 0 4
password cisco
login
rotary 5
The "rotary" line command will enable the vty lines to answer to TCP
port
3005 and 7005 along with the normal telnet port of 23.
If you want only port 3005 add an access-class in under the vty lines.
Example:
access-list 100 permit tcp any any eq 3005
!
line vty 0 4
password cisco
login
rotary 5
access-class 100 in
Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Vazman@aol.com
Sent: Saturday, July 12, 2003 10:50 AM
To: ccielab@groupstudy.com
Subject: Telnet at high port
Hi all,
How do you configure a router to accept telnet sessions at a port other
than
default. So for example, from the client I should be able to use "Telnet
1.1.1.1 3005". The destination router has to be configured for listening
to port
3005 right?
Thanks in advance.
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:37 GMT-3