??? wrote:
> Hi,
> 
> I am setting up 2511 terminal server for my first time, but don't work...
> 
> this is my 2511 configuration :
> 
> --------------------
> line con 0
> 
> line 1 16
> session-timeout 20
> exec-timeout 0 0
> 
> line aux 0
> 
> line vty 0 4
> password
> login
> --------------------
> 
> In above, i found i missed one command in "line con 0" prompt.
> --> line con 0
> transport input all
> So, i tried to type the command, but couldn't. The result is
> 
> --------------------------------------------------------------
> Router#conf t
> Enter configuration commands, one per line. End with CNTL/Z.
> Router(config)#line con 0
> Router(config-line)#transport input all
> ^
> % Invalid input detected at '^' marker.
> 
> Router(config-line)#
> --------------------------------------------------------------
> 
> I don't know why the command can't be input. There is the command In
> cisco documentation.
> (http://www.cisco.com/warp/public/793/access_dial/comm_server.html)
> 
> Anyone can help me?
> 
> sooil..
> 
> [TABLE NOT SHOWN][TABLE NOT SHOWN][IMAGE]
You are putting the command in the wrong line. Put it here:

line 1 16
  no exec
  transport input all

Also, you do not state what command you are using to test with.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=70810&t=53791
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to