终端服务器配置

终端服务器(Terminal Server),反向 telnet 网络设备,在网络机架上经常使用,利用异步接口和“八爪鱼”线缆实现。

其配置如下:

Terminal-Server#show running-config

Building configuration…

Current configuration : 959 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Terminal-Server
!
enable secret 5 $1$VlVo$qvW9b8ryIRJ67h.KPqMTL.
!
ip subnet-zero
no ip routing
no ip domain-lookup
ip host r8 2008 1.1.1.1
ip host r7 2007 1.1.1.1
ip host r6 2006 1.1.1.1
ip host r5 2005 1.1.1.1
ip host r4 2004 1.1.1.1
ip host r3 2003 1.1.1.1
ip host r2 2002 1.1.1.1
ip host r1 2001 1.1.1.1

!
interface Loopback1
ip address 1.1.1.1 255.255.255.255
no ip route-cache
no ip mroute-cache
!
interface Ethernet0
ip address 192.168.2.202 255.255.255.0
no ip route-cache
no ip mroute-cache
!
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
no fair-queue
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
ip classless
ip http server
!
!
line con 0
line 1 8
no exec
transport input all
line aux 0
line vty 0 4
password ccie
login
!
end

Related posts:

  1. IOS 设备 NTP 配置示例
  2. 公开的 Route Servers
  3. Cisco Security Device Manager
  4. secondary ip address
  5. Gratutous ARP
  1. 没有评论

  1. 没有通告