- Posts: 14
- Thank you received: 0
Need info. on CISCO terminal server
18 years 2 months ago #16530
by vk
If there is a WILL,There is a WAY.
Need info. on CISCO terminal server was created by vk
Hi
Can any one give me the information on terminal server using cisco 2600 router???????
How to impliment and configure this?
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.
18 years 2 months ago #16533
by Dove
Dove
Replied by Dove on topic Re: Need info. on CISCO terminal server
Hi VK,
Hope it will help you on this.
Hope it will help you on this.
Dove
18 years 2 months ago #16534
by Dove
Dove
Replied by Dove on topic Re: Need info. on CISCO terminal server
Dove
18 years 2 months ago #16628
by vk
If there is a WILL,There is a WAY.
Replied by vk on topic Re: Need info. on CISCO terminal server
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
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.
18 years 2 months ago #16633
by Dove
Dove
Replied by Dove on topic Re: Need info. on CISCO terminal server
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)#
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
18 years 2 months ago #16859
by vk
If there is a WILL,There is a WAY.
Replied by vk on topic Re: Need info. on CISCO terminal server
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!!!!!!!!!
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!!!!!!!!!
If there is a WILL,There is a WAY.
Time to create page: 0.130 seconds