Terminal server 2511

hello folks i am new to cisco i have 14 cisco routers some 2500,2600,3600,switches,1900,2900,3500,i have read the setup for telnetting with the 2511 can telnet to most but not to all,i am using both asyn lines any reason why i cant connect to all the units, thanks for you help in advance.

here is an outerminal_server#sh run
Building configuration...
Current configuration : 1167 bytes
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname terminal_server
enable secret xxx
ip subnet-zero
no ip domain lookup
ip host sw2924b 2002 192.168.0.211
ip host sw2924c 2003 192.168.0.211
ip host r4 2004 192.168.0.211
ip host r5 2005 192.168.0.211
ip host r13 2013 192.168.0.211
ip host r16 2016 192.168.0.211
ip host sw2924a 2001 192.168.0.211
ip host r6 2006 192.168.0.211
ip host r7 2007 192.168.0.211
ip host r8 2008 192.168.0.211
ip host r9 2009 192.168.0.211
ip host r10 2010 192.168.0.211
ip host r11 2011 192.168.0.211
ip host r12 2012 192.168.0.211
ip host r14 2014 192.168.0.211
ip host r15 2015 192.168.0.211
interface Loopback0
ip address 192.168.0.211 255.255.255.0
interface Ethernet0
no ip address
shutdown
interface Serial0
no ip address
shutdown
interface Serial1
no ip address
shutdown
ip classless
ip http server
banner incoming ^C
welcome to my terminal server do you have my password ^C
line con 0
line 1 16
flush-at-activation
transport input all
stopbits 1
line aux 0
line vty 0 4
login
end
terminal_server#tput of my config

Similar Messages

  • 2511 Terminal server setup

    I'm trying to setup a 2511 as a terminal server. I've connected the ethernet port to the console port of the device I need remote access to. Followed all the steps on this page http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml#cs
    I've given the loopback a non routable IP (172.22.2.1) and used the same to define my IP host
    ip host router 2008 172.22.2.1
    but when I telnet from the 2511 using the command telnet 172.22.2.1 2008 it telnets to the 2511 itself and hangs!!! what am I doing wrong? Do I need to do anything on the device that I want to have remote access to?

    Hi Guys,
    I'm reading this with great interest, as I have the same problem as Uzma, and could really do with some help. First of all, I have a 2511 access server (IOS 10.2) with two octal cables connected to a stack 11 routers and switches (various flavours of IOS from 11.x to 12.3). I've also have followed the configuration instructions in the following link : http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml#cs
    However, when I reverse telnet to a device from the access server (via a PC connected to the Ethernet port), I have the same problem i.e. Telnet opens, and the cursor drops to the next line with no response from the device. CTRL+SHIFT+6 X returns me to the access server prompt.
    I have taken care to do the following:
    1. Connect the correct rolled cable to the target device console port in line with the port configured in the host table.
    2. Configured the access servers tty lines 1 16 in the manner prescribed.
    3. Configured the target devices console port in the manner prescribed.
    I've yet to try upgrading the access server, and replacing one or other octal cable.
    This is troubling me as this should be a straight forward setup, but is proving otherwise. Help would be much appreciated.
    Nevski

  • ONS 15454 Craft interface to a Cisco 2511 Terminal Server

    Does anybody have pinout of wiring ONS 15454 craft interface to a Cisco 2511 terminal server? I tried many combinations but nothing seem to work.
    2511 has octal cable with RJ-45 connector. I used an rj-45 coupler to connect a wire wrapped RJ-45 cable to craft interface.
    Thanks,

    Pin Field
    Contact
    Function
    Craft
    A1
    Receive
    A2
    Transmit
    A3
    Ground
    A4
    DTR

  • Configuration of terminal server on Cisco 1921

    Hi There,
    Since Cisco 2511 is out of sale now and Cisco 1900 series are recommended to replace for the purpose of terminal/comm server. If anyone knows how to configure terminal server on HWIC-8A module??
    Many Thank.

    Thanks.. it works ..

  • Terminal Server using NM-16A

    Hello,
    I was trying to set terminal server using NM-16A module in Cisco 2651XM router but no luck. I did use 2511 in the past without any issue but i don't know if i'm not doing anything wrong with this module as i never set terminal server with this module before. Initially i thought my NM-16A is bad but when i do "sh ver" then router shows 16 Terminal Lines. All i get connection refused by remote host when i try to console other device even after clearing lines. Can anyone please help?
    Thanks,

    You may want to take a look at this doc:
    http://www.cisco.com/en/US/docs/ios/interface/configuration/guide/ir_nm16as.html
    It has been a while since I have used the async interfaces on a 25xx series device.  I have used the async mod on a 2600 and aside from setting baud rate, parity, etc. I don't recall any special issues.  I have one in my lab now, but apparently I have misplaced my async octopus cables.  Which is a bit disconcerting.
    Anyway, hope that helps.
    Regards,
    Bill
    Please remember to rate helpful posts.

  • Issue in a Terminal server config

    Hi
    I am configuring a 2511 as a terminal server. I have two 2511s. One 2511 is OK. The other one gives me an error when I try to paste the same configuration that I have in notepad.
    For the command:
    line 1 16
    modem InOut
    it says that, "line 2 does not support modem control"
    Then I typed:
    (config)#line 0 17
    (config-line)#modem InOut
    it says, "line 0 does not support modem control.
    Now it doesn't talk about line 2, instead it says that line 0 does not support modem control.
    In here, the main problem is that, when I type:
    (config)#line 1 16
    (config-line)#no exec
    and when I telnet, the router doesn't even prompt for anything. But when I again say, "exec" in line mode, then the router prompts me for the username.
    But when I enter the username, it says:
    traying 192.168.1.1, 2001.....
    Destination unreachable; gateway or host is down.
    Below I will paste the configuration that works in the other 2511 router.
    line con 0
    logging synchronous
    login
    transport input none
    line 1 4
    session-timeout 20
    no exec
    exec-timeout 0 0
    no flush-at-activation
    logging synchronous
    modem InOut
    transport input all
    line 5 16
    session-timeout 20
    no exec
    exec-timeout 0 0
    no flush-at-activation
    modem InOut
    transport input all
    line aux 0
    password xxx
    logging synchronous
    login
    line vty 0 4
    exec-timeout 20 0
    logging synchronous
    login local
    line vty 5 15
    exec-timeout 20 0
    logging synchronous
    login local
    In this setup, I have a loopback interace configured. Basically, everything is OK. The only difference are these two commands don't work like in the 1st router:
    no exec
    modem InOut
    A very confusing scenario.
    Any help on this would be highly appreciated.
    Thanks in advance!

    Response marked with
    line 1 16
    modem InOut
    it says that, "line 2 does not support modem control"
    - can you please try only one line at a time, that is:
    line 1
    modem inout
    then try line 2 and so on and see if we see errors for specific lines only (which we can investigate further)
    Then I typed:
    (config)#line 0 17
    (config-line)#modem InOut
    it says, "line 0 does not support modem control. Now it doesn't talk about line 2, instead it says that line 0 does not support modem control.
    This error is ok since line 0 is console and does not support modem control, mind you IOS spills out errors one after another so probably would have given error for line 2 next.
    In here, the main problem is that, when I type:
    (config)#line 1 16
    (config-line)#no exec
    and when I telnet, the router doesn't even prompt for anything. But when I again say, "exec" in line mode, then the router prompts me for the username.
    Do you mean reverse telnet out of these lines? Not sure I understand what you are trying to do here.
    A few things to check:
    1. Is the router completely up, means its not in boot mode etc.
    2. Are the IOS images different or same on the working vs non working 2511?
    Thanks, Mak

  • How to bring up mulitpe connections through a terminal server

    Ok, I have never been able to figure this out. I have a Cisco 2511 terminal server. Is there a way when using SecureCRT to bring up multiply devices going through the terminal server. What i keep doing is ctrl-shft-6-x but that's only going to be displayed on the same terminal window. I want to have multipe tabs open to the other devices. Other then putting a IP on all the devices and not using the terminal server while telneting I just can't seam to find a way. On videos like CBT nugget he goes through multipe tabs for his devices. I figued there has to be a way.

    I believe that this approach should work:
    - open a session with SecureCRT.
    - telnet to the term server.
    - use the term server to open a console session to one device.
    - open a  new tab in SecureCRT.
    - in the new tabl telnet to the term server.
    - use the term server to open a console session to another device.
    - open a new tab in SecureCRT.
    - in the new tab telnet to the term server.
    - use the term server to open a console session to another device.
    This approach should work up to the max number of vty that are configured. By default that would be 5. You may be able to configure additional vty and if so you should be able to have additional sessions to additional devices.
    HTH
    Rick

  • Problem with Photoshop hangs/freezing for users on a terminal server

    Dear Forum!
    I'm having some trouble with Photoshop freezing over a period of ~20 minutes when you (1.) user the eraser with special brushes and (2.) copy and paste material from a PDF to Photoshop. As you might notice by the size of this post i'm getting quite depserate over here and need some help.
    A Little background information...
    Photoshop CS6 is installed on a terminal server with ~25 Active users where 3 of them are using Photoshop.
    The operating system on the server is Windows Server 2012 R2.
    There are no additional add-ons just a plain installation of Photoshop in that matter.
    The server uses 40-60% of the memory most of the time (mostly a bit less, some times a bit more but never 100%) and 40% of the CPU.
    There's enough space free on the disc.
    The problem in detail...
    There are two occasions where the freezing has occured most of the time. After it hangs for the first time, it will happen everytime you do any of the operations over a period of ~20 minutes and it's Mutual for all users. When it freezes, the whole terminal session freezes but the program i still responding (it's not getting set to "not responding") when viewed from Another user through the task manager. Ending the process as an administrator sometimes work, although from the moment i end he proces it takes about 10-60 seconds Before the program actually Closes and the user gets back Control. The easiest thing to do most of the time is if an administrator forces them to log out.
    1. The first occasion is when you use the eraser with a brush that's not standard but manually added. The names of the brush packages used are:
    Extacy__Elemental
    KKC_Fractal
    Kornkid's_Grunge_Set
    and the problem is with all brushes inside those packages. The way i evoke the problem is the following:
         1. Start Photoshop
         2. Create new
         3. Fill the background with any color
         4. Select the eraser tool
         5. Change the brush to one of the ones mentioned above
         6. Program freezes
    2. The second scenario when the problem occurs is when the users copy something from a PDF to Photoshop. The way i evoke this is:
         1. Open a PDF
         2. Select area and copy it
         3. Open Photoshop
         4. Create new
         5. Paste into Photoshop
         6. Program freezes
    Solutions we have tried so far...
    I've been working on this for several round now and i'm not entirely sure on what exactly i have done. I will try and do the following solutions once more but i'm pretty sure that i have tried most of them.
    Update graphic card drivers.
    Resetting all Tools:
         1. Select options for a tool
         2. choose "Reset all Tools"
    Resetting presets:
         1. Hold ctrl + shift + alt while Photoshop is starting
         2. select "yes"
    Tested if it matters if i have a pen connected or not, which it doesn't.
    Removed the special brushes (but it still freezes when copy/paste from PDF)
    Removed "save in background" and "automatically save recovery information" options
    Updated to latest version.
    Turned off OpenGL
    Solutions i haven't, but will try...
    Reinstall Photoshop
    Change font preview size
         1. Go to "type"
         2. select "Font prview size"
         3. select "none"
    Delete system font cache
    Close all Adobe applications including the Creative Cloud desktop app (if installed).
    Navigate to \Windows\ServiceProfiles\LocalService\Appdata\Local
    Delete the *FNTCACHE*.DAT or *FontCache*.dat files.
    NOTE: The asterisk (*) indicates various numbers, letters, or words, such as FontCache-S-1-5-21.dat or COFFfntCache.dat.
    Delete Photoshop font cache
    Exit Photoshop and the Creative Cloud desktop app (if installed).
    Navigate to the appropriate folder
    Photoshop CS6 and earlier.
    Windows XP: \Documents and Settings\Local Settings\Application Data\Adobe
    Windows 7: \Users\[user name]\AppData\Local\Adobe
    Photoshop CC and CC 2014
    Windows 7 and 8: \Users\[user name]\AppData\Roaming\Adobe\Adobe Photoshop CC or CC 2014
         3. Delete the TypeSupport folder (Photoshop CS6 and earlier) or the CT Font Cache folder (Photoshop CC and CC 2014), and empty the trash.
    Some links i have been using...
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-gpu-faq.html#troubleshoot
    http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html

    Hi Mylenium!
    Thanks for your reply but since the users work on the terminal server via remote dektop the only data sent through the network is a "Picture" of what is happening on the server. All the operations are handled on and by the server and nothing is executed on the users local machine. Also all files are stored on the server therefore the load on the network is minimum.
    We are not the first in the World to run this setup and i know that this is possible to do since i've read about others running PS like this.
    Kind Regards,
    J. Alm

  • DS XI 3.0 on Terminal Server

    Hi All,
    We setup DS XI 3.0 on a Windows 2003 Terminal Server. 6 developers are now using the designer tool. For each of them a MySQL Database has been setup and local repositories were created.
    One problem occurs: when one developer opens the Designer he always sees the repository information that was last used from ANY of them. Is there any way to solve this issue?
    Thanks and Kind Regards,
    Ingo Taraske

    Hi Ingo,
    As discussed in this forum recently, Designer is not supported for use by multiple concurrent users via Terminal Services -- the application was never designed to support this.  The application was designed to support Citrix, though.  Please install the Designer tool on individual Windows installations for each of your users.
    Thanks,
    ~Scott

  • How do I connect to a terminal server with my mac book pro

    How do I connect to a terminal server with my mac book pro

    Use the Remote Desktop icon on the tray and make sure to use the Fully Qualified Domain Name (FQDN) on the 'name of server' field.  If that does not work then use the IP address to connect.

  • Audio lag in video while on Terminal Server

    Hi Everyone,
    We are having an issue with audio being out of sync when viewing flash video on a terminal server.  The terminal server is running Windows 2008r2.  The audio seems to lag behind the video by about 1 sec. We are planning to rollout training videos
    and about half our users are on Terminal servers. 
    Here are some of the things we tried:
    http://blogs.msdn.com/b/rds/archive/2009/05/11/what-s-new-in-remote-audio-for-windows-7.aspx?PageIndex=2#comments
    On the server policy:
                    Computer Configuration ? Administratrative Templates ? Windows Components ? Remote Desktop Dession Host ? Device and Resource Redirection ? Limit Audio Playback Quality (Enabled, Audio Quality: Medium)
    In the RDP file add a line that says:
                    audioqualitymode:i:1
    thanks...
    Mark

    Hi Mark,
    Thank you for posting in Windows Server Forum.
    Can you please check which version of RDP client installed on your system? For better feature suggest you to install RDP 8.1.
    Remote Desktop Protocol 8.1 Update for Windows 7 SP1 released to web
    http://blogs.msdn.com/b/rds/archive/2013/11/12/remote-desktop-protocol-8-1-update-for-windows-7-sp1-released-to-web.aspx
    Meanwhile go through beneath article for information.
    Multimedia Redirection Improvements in Windows 7 and WS2008 R2 – Part 1
    http://blogs.msdn.com/b/rds/archive/2009/07/24/multimedia-redirection-improvements-in-windows-7-and-ws2008-r2-part-1.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • On Windows 2012 Terminal Server Outlook fails to connect to Exchange 2013

    I have a new install of Windows 2012.  I have two physical servers.  One is a W2012 std Domain Controller ("DC").  The Second is configured as W2012 HyperV  ("HV").  Under HV I have
    two VMs.  One VM is W2012/Exchange 2013 ("ExchVM) and the other is W2012/Terminal Server ("VMTS").  All systems are behind a firewall appliance.  Exchange is working via Outlook and OWA internally and externally.  The self
    created SSL must be installed manually on external machines since it comes up as an untrusted certificate.  Once installed remote outlook works and OWA works.  I have configured the terminal server and I am able
    to login remotely as various users under my "TS group".  The problem is when ever I attempt to open Outlook for the 1st time, it fails to connect to the exchange server.   (Open Outlook 2013, click next
    on the splash screen, "Yes" Add an Email Account splash screen, click next, Auto Account screen populates NAME and Email Address correctly, click next, Searching for mail server settings..., check on establishing network connection, check on searching
    for alias@ domain, then fails the logging on to the mail server)  The error reads:  "Outlook cannot log on.  Verify you are connected to the network and are using the proper server and mailbox name.  The
    connection to Microsoft Exchange is unavailable.  Outlook must be online or connected to complete this action."   I am connected in RDS from offsite, and from the RD session I can access shared folders on ExchVM and DC.  I have
    tried have verified the server Exchange server name is correct via "Get=ClientAccessServer" command.  I have also tried to use the guid via "Get-Mailbox
    ALIAS | fl name, exchangeguid.  Keep in mind all desktop users on the network are connecting to Outlook without issue.
    I would appreciate any thoughts on solving this issue.

    Hi,
    According to your workaround, it seems that the Outlook Anywhere configuration in Outlook client is not correct when using the Autodiscover service.
    Once you connected to Exchange server by manually settings, please run Test E-mail AutoConfiguration tool in external Outlook client to check the autodiscover service:
    open Outlook - press CTRL key - right click on the Outlook icon from right bottom corner taskbar - Test Email AutoConfiguration. Put your email address - uncheck use guessmart and secure guessmart authentication - click Test to check your Autodiscover service.
    Please check the Log tab and confirm whether the Autodiscover service is connected successfully. Also confirm if the connection issue happens to all external users when they open Outlook for the 1st time. In Exchange server, please make sure
    autodiscover.domain.com has been included in your Exchange certificate which is assigned with IIS service.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Unable to Copy File From Terminal Server to Client Share

    Hi
    For years client have been able to copy files from our Windows 2003 Terminal Server to their local workstation using:
    copy myfile \\tsclient\mydrive\myfolder
    However we upgraded to Windows 2012 Server R2 and now Windows 7 Pro clients cannot copy files.  The copy function creates the file name in their local folder but no content is sent after maybe 20 minutes or so the copy function times out and they get an
    error message saying that the application was unable to write to the file.  I have tried this function with my Windows 8.1 workstation and the file copies properly and it works fine for older Windows XP clients.  Does anyone know why Windows 7 clients
    are experiencing this issue.
    Thanks
    Simon

    Hi Simon,
    Initially please use latest RDP version 8.1 for windows 7 and check result. 
    What’s the file size which you are copying?
    Does this happens for all users and on all computers?
    You can try below method might resolve your case.
    1. Login to remote computer using Remote Desktop (RDP). 
    2. Open Task Manager in the remote machine
    3. Click the "Process" tab
    4. Locate a program called "rdpclip.exe"
    5. Right click and select "End process" to kill this program
    6. Click on "File" menu in the task manager and select "New Task (Run)"
    7. Type rdpclip.exe and press the button to start the process.
    By killing existing instance of the rdpclip.exe and restarting the program, you can get your copy paste work again in your remote desktop.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Copy File from Terminal Server to Workstation Failure

    Hi
    For years client have been able to copy files from our Windows 2003 Terminal Server to their local workstation using:
    copy myfile \\tsclient\mydrive\myfolder
    However we upgraded to Windows 2012 Server R2 and now Windows 7 Pro clients cannot copy files.  The copy function creates the file name in their local folder but no content is sent after maybe 20 minutes or so the copy function times out and they get
    an error message saying that the application was unable to write to the file.  I have tried this function with my Windows 8.1 workstation and the file copies properly and it works fine for older Windows XP clients.  Does anyone know why Windows 7
    clients are experiencing this issue.
    Thanks
    Simon

    Hi Simon,
    The copy command should also work on the Windows 7 clients. Please provide the detailed error message when run the command on the Windows 7 clients.
    You could also use robocopy command to achieve this.
    Robocopy
    https://technet.microsoft.com/en-us/library/cc733145.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • User gets "This network connection does not exist" when she tries to log on to Terminal Server (2008 R2)

    User gets "This network connection does not exist" when she tryes to log on to Terminal Server (2008 R2)
    I got more than 100 users. Shes the only one getting is. We tried four computers (All Windows 7 Pro)
    Nothing useful in event viewer to mention.

    Hi,
    Thank you for posting in Windows Server Forum.
    Does that user able to login previously?
    From your comment, it seems that there is some permission issue with that user. As you have checked that user with different system also. Please check that user is added under “Remote Desktop User” local group and also allowed “Allow log on through
    Remote Desktop service” permission under group policy. Also please check that when user tries to login it uses “Domainname\Username” format.
    In addition for a try, also check by disabling firewall on one particular system.
    To add users and groups to the Remote Desktop Users group by using Local Users and Groups snap-in:
    1.  Click Start > Administrative Tools, Open Computer Management.
    2.  In the console tree, click the Local Users and Groups node.
    3.  In the details pane, double-click the Groups folder.
    4.  Double-click Remote Desktop Users, and then click
    Add.
    5.  In the Select Users dialog box, click Locations to specify the search location.
    6.  Click Object Types to specify the types of objects you want to search for.
    7.  Type the name you want to add in the Enter the object names to select (examples) box. 
    8.  Click Check Names.
    When the name is located, click OK.
    More information:
    Remote Desktop disconnected or can’t connect to remote computer or to Remote Desktop server (Terminal Server) that is running Windows Server 2008 R2
    http://support.microsoft.com/kb/2477176/en-us
    Hope it helps!
    Thanks,
    Dharmesh

Maybe you are looking for

  • Power requirements of HP LaserJet Pro P1606dn Printer

    Hello, I had bought this printer from USA and brought it to India. Now I've a question that whether this printer will work with a 240v of power input ?? Cause in USA HP website it is mentioned that it will work with a 110-volt input voltage: 110 to 1

  • Preenchimento dos campos cEAN e cEANTrib no XML da NFE

    Boa tarde,    A partir de 1º de julho de 2011, segundo o Ajuste SINIEF n. 16, de 16/12/2010, será obrigatório O preenchimento dos campos cEAN e cEANTrib com o GTIN (Numeração Global de Item Comercial) caso ele exista. A diferença entre os campos é qu

  • How to pass the values from popup window to parent's window

    Hi Experts, in my application i need to develop one popup window in that i have created 4 dropdowns and one ok button , if i willl click on that ok  button the values should pass to parent window dropdownlistboxes can any body suggest how i will get

  • Folio Builder sign in???

    Anyone know a fix for this? I last logged in through Folio Builder about two weeks ago - I stopped messing with it when there was all the issues with Content Viewer. Before that everything was fine with logging-in. I can log into my Acrobat account o

  • CC 2014 InDesign Crashing when exporting or saving as a PDF or viewing in high display

    When I am working in CC 2014 InDesign and attempt to save a PDF or export the document the application crashes. There are no errors in the document and no other apparent problems. I've rebooted the application a number of times but it does not help.