Skip to main content

Need info. on CISCO terminal server

More
17 years 8 months ago #16530 by vk
Hi
Can any one give me the information on terminal server using cisco 2600 router???????
How to impliment and configure this?

If there is a WILL,There is a WAY.
More
17 years 8 months ago #16533 by Dove
Hi VK,
Hope it will help you on this.


Dove
More
17 years 8 months ago #16534 by Dove
nnbnbHi VK,
Hope it will help you on this.

www.cisco.com/warp/public/793/access_dial/comm_server.html


Dove
More
17 years 8 months ago #16628 by vk
Hi Dove,
Thanks a lot for your response.. :)

It's good if you can provide me some real life configration of terminal server. :oops:

Thanks
VK

If there is a WILL,There is a WAY.
More
17 years 8 months ago #16633 by Dove
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname Termserver
Termserver(config)#
Termserver(config)#interface ethernet0
Termserver(config-if)#ip address 10.160.8.1 255.255.255.0
Termserver(config-if)#no shutdown
Termserver(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
Termserver(config-if)#
%LINK-3-UPDOWN: Interface Ethernet0, changed state to up
Termserver(config)#line vty 0 4
Termserver(config-line)#login
Termserver(config-line)#password asdfgh
Termserver(config-line)#exec-timeout 15 0
Termserver(config-line)#


Dove
More
17 years 8 months ago #16859 by vk
Hi Dove,
Thanks for your reply.
I am little bit confused!!!!! :roll:
The scenario is like this:
I have leased line between HO and Branch office, which is on 7200 router. I want console of my one switch which is in Branch office form my HO, I want to install Terminal server using router 2600 in Branch office. How can I do this?

In your given configuration you only configured Ethernet and VTY!!
As per my conclusion Ethernet is configured to give IP to the terminal server and VTY is configured to access terminal server via telnet. Is this true!!!!!!!!! :o

If there is a WILL,There is a WAY.
Time to create page: 0.141 seconds