发新话题
打印

困惑啊~~~~~~

困惑啊~~~~~~

下面的配置应该是在菊花下的,可是当时粗心忘了具体是配置什么的了
自己努力分析,还是不得而知,请教各位~~~~~~~~~

Configuring a Terminal/Comm Server


Cisco 2511
aus-comm-server#show running-config
!
version 12.0

service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname aus-comm-server
!
enable secret  <deleted>!
username cisco password <deleted>
!
ip subnet-zero
ip domain-list cisco.com
no ip domain-lookup

ip host 3600-3 2014 172.21.1.1
! -- The host 3600-3 is connected to port 14 of the comm server.! -- The ip address should be that of an interface on the comm server.ip host 3600-2 2013 172.21.1.1
ip host 5200-1 2010 172.21.1.1
ip host 2600-1 2008 172.21.1.1
ip host 2509-1 2007 172.21.1.1
ip host 4500-1 2015 172.21.1.1
ip host 3600-1 2012 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 5200-2 2011 172.21.1.1
ip host 2520-1 2004 172.21.1.1
ip host 2520-2 2005 172.21.1.1
ip host 2600-2 2009 172.21.1.1
ip host 2513-1 2006 172.21.1.1
ip host pix-1 2016 172.21.1.1
!
process-max-time 200
!
interface Loopback1
ip address 172.21.1.1 255.0.0.0
! -- This address was used in the ip host commands above.
! -- Loopback interfaces are preferred since they are virtual and are always
! -- available.
no ip directed-broadcast
!
interface Ethernet0
ip address 171.55.31.5 255.255.255.192
! --  Use a public ip address to ensure that there is connectivity. No ip directed-broadcast
no ip mroute-cache
!
interface Serial0
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
!
ip default-gateway 171.55.31.1
! -- default gateway when routing is disabled(for example, the router is in
! -- boot ROM mode).
ip classless
ip route 0.0.0.0 0.0.0.0 171.55.31.1! -- set default route for external network
no ip http server
!
line con 0
transport input allline 1 16
session-timeout 20
! -- session times out after 20 minutes of inactivity. No exec! -- unwanted signals from the attached device will not launch an EXEC session! -- prevents the line from being unavailable due to a rogue EXEC process
exec-timeout 0 0
! -- disables exec timeout transport input all
! -- allow all protocols to use the line.! -- lines 1 16 must be configured with at least transport input telnet.
line aux 0
!-- auxiliary port can provide dial backup to the network.!-- Note: this configuration does not implement modem on aux port modem InOut
!-- allow auxiliary port to support dialout and dialin connections.
transport preferred telnet
transport input all
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 60 0
password <deleted> login
!
end
这是个问题

TOP

这是个问题

TOP

不太懂,你说的是什么意思,这不就是个配置么

TOP

发新话题