环境 cisco2509 OR cisco2511 and other cisco devices
问题 cisco2509(2511)可以利用其异步串行端口访问其他CISCO设备的CONSOLE端口
解答 作为实验环境,假如有几台CISCO设备需要配置,为避免经常更换CONSOLE连接。可以采用一台CISCO2509或2511作为访问服务器。
连接方式:
用一根异步一转八电缆连接到2509八合一异步串口,电缆的另一头连接到需要控制的CISCO设备的CONSOLE口上。以下是2509路由器的相关配置:
aus-comm-server#show running-config
!
version 12.0
hostname aus-comm-server
!
ip subnet-zero
ip domain-list cisco.com
no ip domain-lookup
ip host 2600-1 2008 172.21.1.1
ip host 2509-1 2007 172.21.1.1
ip host 2511-2 2002 172.21.1.1
ip host 2511-rj 2003 172.21.1.1
ip host 2511-1 2001 172.21.1.1
ip host 2520-1 2004 172.21.1.1
ip host 2520-2 2005 172.21.1.1
ip host 2513-1 2006 172.21.1.1
!
!
interface Loopback1
ip address 172.21.1.1 255.0.0.0
!
line aux 0
transport input all
flowcontrol hardware
!
end