Re: telnet title

From: Nadeem Anjum <nadeemkool_at_yahoo.com>
Date: Thu, 22 Nov 2012 22:37:12 -0800 (PST)

Dear Lindsay and Experts,

You are very right.

I found few lines of code in
"dynagen.ini", it seems that these are more related to telnet string sent to
client software. Will changes in the following lines, effects on telnet client
software title bar.

"
# telnet option
# Specify the command to execute when
using the telnet command from the CLI
# The following substitutions are
performed:
# %h = host
# %p = port
# %d = device name

# Uncomment below for
Windows
#telnet = start telnet %h %p
# Or better yet for Terra Term SSH users:
#telnet = C:\progra~1\TTERMPRO\ttssh.exe %h %p /W=%d /T=1
# For PuTTY users:
#telnet = start C:\progra~1\PuTTY\putty.exe -telnet %h %p
# For SecureCRT
#telnet = start C:\progra~1\SecureCRT\SecureCRT.EXE /script
c:\progra~1\dynamips\securecrt.vbs /arg %d /T /telnet %h %p & sleep 1
#
SecureCRT 6 changes the install location
#telnet = start
C:\progra~1\vandyk~1\SecureCRT\SecureCRT.EXE /script
c:\progra~1\dynamips\securecrt.vbs /arg %d /T /telnet %h %p & sleep 1

#
Uncomment below for Linux
telnet = xterm -T %d -e telnet %h %p > /dev/null
2>&1 &
"
 

Thanks,
Nadeem Anjum

>________________________________
>
From: Lindsay Hill <lindsay.k.hill_at_gmail.com>
>To: Nadeem Anjum
<nadeemkool_at_yahoo.com>
>Cc: Mohamed A. Abbas <m.abdelmonsef_at_gmail.com>; Brian
Dennis <bdennis_at_ine.com>; ccie groupstudy <ccielab_at_groupstudy.com>
>Sent:
Friday, November 23, 2012 11:22 AM
>Subject: Re: telnet title
>
>Typical
Linux systems use something like this as an environment variable
>
>PROMPT_COMMAND='printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}"
"${PWD/#$HOME/~}"'
>
>Your client program will interpret that and change the
title bar.
>
>If you're telnetting to a console port, I don't how you can do
that - it's not like you're doing a full login session. Just set the title bar
as has been suggested, and save your sessions.
>
>
>On 23/11/2012, at 7:14 PM,
Nadeem Anjum <nadeemkool_at_yahoo.com> wrote:
>
>> Dear Brian and Other Experts,
>>
>> Yes, I found the option to change title bar in
>> securecrt. But this
is the client software.
>>
>> I want to know, how we can change
>> "title
bar" string sent from server to client software.
>>
>> Thanks,
>> Nadeem
Anjum
>>> ________________________________
>>> From: Mohamed A. Abbas
>>
<m.abdelmonsef_at_gmail.com>
>>> To: Brian Dennis <bdennis_at_ine.com>
>>> Cc:
Nadeem
>> Anjum <nadeemkool_at_yahoo.com>; ccie groupstudy
<ccielab_at_groupstudy.com>
>>> Sent:
>> Friday, November 23, 2012 3:49 AM
>>>
Subject: Re: telnet title
>>>
>>> on putty
>> right click on the window under
the window tab check behavior
>>> its asking for
>> the first field changing
the window title
>>>
>>> by the way study well for ur lab
>> ;)
>>>
>>> On
Thu, Nov 22, 2012 at 11:28 PM, Brian Dennis <bdennis_at_ine.com> wrote:
>>>
>>>>
In SecureCRT it's under Session Options -> Connection -> Name. Change
>> the
>>>> tab's "title" there.
>>>>
>>>> --
>>>> Brian Dennis, CCIEx5 #2210
>>
(R&S/ISP-Dial/Security/SP/Voice)
>>>> bdennis_at_ine.com<mailto:bdennis_at_ine.com>
>>>>
>>>> INE, Inc.
>>>> http://www.INE.com<http://www.ine.com/>
>>>>
>>>>
From: Nadeem
>> Anjum <nadeemkool_at_yahoo.com<mailto:nadeemkool_at_yahoo.com>>
>>>>
Reply-To: Nadeem
>> Anjum <nadeemkool_at_yahoo.com<mailto:nadeemkool_at_yahoo.com>>
>>>> Date: Thursday,
>> November 22, 2012 12:01 PM
>>>> To: Brian Dennis
>>
<bdennis_at_ine.com<mailto:bdennis_at_ine.com>>, ccie
>>>> groupstudy
>>>>
>>
<ccielab_at_groupstudy.com<mailto:ccielab_at_groupstudy.com>>
>>>> Subject: Re:
telnet
>> title
>>>>
>>>> Dear Brian,
>>>>
>>>> Dynagen/Dynamips server
running on ubuntu server
>> (cli base, no graphics on
>>>> the
>>>> server).
>>>>
>>>> Then accessing routers from
>> my windows laptop using securecrt
(Telnet
>>>> 192.168.10.10 2001).
>>>>
>>>>
>> Thanks,
>>>> Nadeem Anjum
>>>>
>>>> ________________________________
>>>> From: Brian
>> Dennis
<bdennis_at_ine.com<mailto:bdennis_at_ine.com>>
>>>> To: Nadeem Anjum
>>
<nadeemkool_at_yahoo.com<mailto:nadeemkool_at_yahoo.com>>; ccie
>>>> groupstudy
>>
<ccielab_at_groupstudy.com<mailto:ccielab_at_groupstudy.com>>
>>>> Sent: Friday,
>>
November 23, 2012 12:29 AM
>>>> Subject: Re: telnet title
>>>>
>>>> You're
opening
>> telnet from GNS3? If so just pre-build your sessions in
>>>>
SecureCRT or Putty
>> and connect on your own once GNS3 is running.
>>>>
>>>>

--
>>>> Brian Dennis, CCIEx5
>> #2210 (R&S/ISP-Dial/Security/SP/Voice)
>>>>
>> bdennis_at_ine.com<mailto:bdennis_at_ine.com>
>>>> 
>>>> INE, Inc.
>>>>
http://www.INE.com
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On 11/21/12 11:51 PM, "Nadeem
Anjum"
>>>> 
>> <nadeemkool_at_yahoo.com<mailto:nadeemkool_at_yahoo.com>> wrote:
>>>> 
>>>>> Dear
>> Experts,
>>>>> 
>>>>> My Dynamips/Dynagen server is Ubuntu
base. When ever I
>> telnet
>>>>> to my server on 2001 port from my windows
laptop, securecrt or
>> putty shows
>>>>> title "Dynamips(0):R1,Console port".
>>>>> 
>>>>> How can I change
>> this long title to just
>>>>> R1.
>>>>>
>>>>> Thanks,
>>>>> Nadeem Anjum
>>>>> 
>>>>> 
>>>> 
>>> Blogs and organic
groups at http://www.ccie.net
>>>>> 
>>>> 
>>>
Received on Thu Nov 22 2012 - 22:37:12 ART

This archive was generated by hypermail 2.2.0 : Sat Dec 01 2012 - 07:27:51 ART