Cisco路由器的异步串口支持反向Telnet,因此可以用这个功能将一台2509配置成终端服务器,连接实验环境的其他Cisco设备,具体做法如下: 将Cisco 2509安装八爪鱼线缆,注意只安装线缆,不装DB25-RJ45转换器。将八爪鱼线缆RJ45一头插入其他Cisco设备的Console口。 然后配置这台2509: Line tty 1 8 No exec Transport input all 对于要使用AUX接口的,还要: Line AUX 0 No exec Transport input all 如果要登录tty1(1号辫子)连接的Cisco设备,就要在用于终端服务器的2509上: telnet X.X.X.X 2001 (X.X.X.X为2509的loopback地址) 同理,如果要登录tty2(2号辫子)连接的Cisco设备,就要在用于终端服务器的2509上: telnet X.X.X.X 2002 如果要登录tty65(AUX)连接的Cisco设备,就要在用于终端服务器的2509上: telnet X.X.X.X 2065 也就是说: 对哪个端口使用反向telnet,就要: telnet X.X.X.X (2000+Line号) 对于Line号的查询,可使用: show Line 特别注意: 一定要在使用反向Telnet的Line上配置: Line tty X No exec Transport input all 否则无法打开端口 具体的配置 hostname Server no ip domain-lookup ip host CASA 2001 1.1.1.1 ip host CPIX 2002 1.1.1.1 ip host FINET 2003 1.1.1.1 ip host CIPS ip host CSW1 2004 1.1.1.1 //CS-2950(12port) ip host CSW2 2005 1.1.1.1 ip host CR1 2006 1.1.1.1 //2T+2E ip host CR2 2007 1.1.1.1 //1T+1E ip host CR3 2008 1.1.1.1 //2E ip host CR4 2009 1.1.1.1 ip host HSW1 2010 1.1.1.1 ip host HSW2 2011 1.1.1.1 ip host HR1 2012 1.1.1.1 ip host HR2 2013 ip host HR3 2014 ip host HR4 2015 interface Loopback0 ip address 1.1.1.1 255.255.255.0 ---------------------------------------------------cisco原文档------------------------------------------------------ http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml Introduction A terminal or comm server commonly provides out-of-band access for multiple devices. A terminal server is a router with multiple, low speed, asynchronous ports that are connected to other serial devices, for example, modems or console ports on routers or switches. The terminal server allows you to use a single point to access the console ports of many devices. A terminal server eliminates the need to configure backup scenarios like modems on auxiliary ports for every device. You can also configure a single modem on the auxiliary port of the terminal server, to provide dial-up service to the other devices when network connectivity fails. This document shows how to configure a terminal server to access on Prerequisites Requirements There are no specific requirements for this document. Components Used This document is not restricted to specific software and hardware versions. Conventions For more information on document conventions, refer to the Cisco Technical Tips Conventions. The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command. Cabling The Cisco 2509 - 2512 series routers use a 68-pin connector and breakout cable. This cable (CAB-OCTAL-ASYNC) provides eight RJ-45 rolled cable async ports on each 68-pin connector. You can connect each RJ-45 rolled cable async port to the console port of a device. The 2511 router allows for a maximum of 16 devices to be remotely accessible. In addition, the NM-16A or NM-32A high density async network modules are available for the Cisco 2600 and 3600 series routers to provide the same function. For more information on cabling refer to the Let's Connect:Your Serial Cable Guide and the Cabling Guide for Console and AUX Ports. Note: The async ports from the 68-pin connector are da This table shows the port types for console and auxiliary ports on Cisco routers and switches:
Design Strategy Configure the terminal server so that you can access the terminal server from anywhere. In order to make the terminal server accessible, assign a registered public Internet address, and locate the server outside the firewall. When you do so, firewall issues do not interrupt your connection. You can always maintain connectivity to the terminal server and access the connected devices. If you are concerned about security, configure access lists to allow access on You can configure a modem on the auxiliary port of the terminal server for dial backup in the event your primary connection (through the Internet) goes down. Such a modem eliminates the need to configure a dial backup for each device. The terminal server is connected through its async ports to the console ports of the other devices. For more information on how to connect a modem to the AUX port, refer to Modem-Router Connection Guide. Use the ip default gateway statement, and point to the the next hop router on the Internet. This command enables you to have connectivity to the terminal server through the Internet even if routing is not enabled. For example, the terminal server is in ROM monitor (ROMMON) mode as a result of a bad reboot after a power outage. Configure In this section, you are presented with the information to configure the features described in this document. Note: To find additional information on the commands used in this document, use the Command Lookup Tool ( registered customers on Network Diagram This document uses this network setup: Configurations This document uses this configuration: Cisco 2511
Note: If you use the 3600 as the access-server, refer to How Async Lines are Numbered in Cisco 3600 Series Routers for line number details. Command Summary ip host —Use this command to define the name-to-address mapping of the static host in the host cache. in order to remove the name-to-address mapping, use the no form of this command. ip host name [tcp-port-number] address1 [address2...address8] name —This field indicates the name of the host. The name field need not match the actual name of the router to which you want to connect. However, ensure that you enter a name you would want to use in the reverse Telnet. When you use this command and the name field, you do not have to know the actual port number of the remote device. tcp-port-number —This field represents the TCP port number to which you want to connect when you use the defined host name along with an EXEC connect or telnet command. In our example configuration, we use a reverse Telnet so the port number must be 2000+line number. address1 —this field represents an associated IP address. In our example configuration, we use the loopback IP address. transport input—Use this command to define the protocols to use when you connect to a specific line of the router. transport input {all | lat | mop | nasi | none | pad | rlogin | telnet | v120} all —All selects all protocols. none —None prevents any protocol selection on the line. In this case, the port becomes unusable for incoming connections. Note: In our configuration example, the async lines use the minimum configuration of the transport input telnet command. So you can Telnet to the devices on the async line. telnet—Use this EXEC command to log into a host that supports Telnet. telnet host [port] [keyword] host This field indicates a host name or IP address. Host can be on port —This field indicates a decimal TCP port number. The Telnet router port (decimal 23) on the host is the default decimal TCP port number. For reverse Telnet, the port number must be 2000+line number. Line numbers range from 1-16 in our configuration. Use the show line EXEC command to view the available lines. Switch Between Active Sessions Complete these steps in order to switch between active sessions: Use the escape sequence Ctrl-Shift-6 then x to exit the current session. Use the show sessions command to display all open connections. aus-comm-server#show sessions Conn Host Address Byte Idle Conn Name 1 2511-1 171.69.163.26 0 0 2511-1 2 2511-2 171.69.163.26 0 0 2511-2 * 3 2511-3 171.69.163.26 0 0 2511-3 Note: The asterisk (*) indicates the current terminal session. Enter the session (conn) number to connect to the corresponding device. For example, to connect to 2511-1 type 1, which is the connection number. However if you hit the return key, you are connected to the current terminal session, which in this case is router 2511-3. Terminate Active Sessions Complete these steps to terminate a particular Telnet session: Use the escape sequence Ctrl-Shift-6 then x to exit the current Telnet session. Note: Ensure that you can reliably issue the escape sequence to suspend a Telnet session. Some terminal emulator packages are unable to send the correct sequence, Ctrl-Shift-6 then x. Issue the show sessions command to display all open connections. Issue the disconnect [connection] command to disconnect the required session. Verify This section provides information you can use to confirm your configuration is working properly. Certain show commands are supported by the Output Interpreter Tool ( registered customers on show ip interface brief —indicates whether the interface you use for the Telnet session is up. Troubleshoot This section provides information you can use to troubleshoot your configuration. Troubleshooting Procedure Follow these instructions to troubleshoot your configuration. If you cannot connect to the router of your choice with a name configured in the ip host command check: Check whether the port address is configured correctly. Verify whether the address (interface) used for the reverse Telnet is up/up. The output of the show ip interface brief command provides this information. Cisco recommends you to use loopbacks because they are always up. Ensure that you have the correct type of cabling. For example, you must not use a crossover cable to extend the length. Refer to the Cabling section for more information. Establish a Telnet connection to the IP address port to test direct connectivity. You must telnet from both an external device and the terminal server. For example, telnet 172.21.1.1 2003. Ensure that you have the transport input telnet command under the line for the target device. The target device is the device that is connected to the terminal server. Use a PC/dumb terminal to connect directly to the console of the target router. The target router is the device connected to the terminal server. This step helps you identify the presence of a port issue. If you are disconnected, check timeouts. You can remove or adjust timeouts. Note: If you encounter authentication failures, remember that the terminal server performs the first authentication (if configured), while the device to which you try to connect performs the second authentication (if configured). Verify whether AAA is configured correctly on both the terminal server and the connecting device. |
评论