edison1980 - 2008-1-9 22:21:00
Server_cisco#sh run
Building configuration...
Current configuration : 1054 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Server_cisco
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$f9.p$nPzhh26wUV1QqIaE4e.9.0
!
no aaa new-model
ip subnet-zero
no ip domain lookup
ip host r1 2001 1.1.1.1
ip host r2 2002 1.1.1.1
ip host r3 2003 1.1.1.1
ip host r4 2004 1.1.1.1
ip host r5 2005 1.1.1.1
ip host r6 2006 1.1.1.1
ip host sw2 2008 1.1.1.1
ip host sw1 2007 1.1.1.1
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
ip address 192.168.0.253 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
no ip http server
ip classless
!
!
line con 0
line 1 8
no exec
transport input all
line aux 0
transport input all
line vty 0 4
exec-timeout 30 0
password cisco
login
transport input all
line vty 5 6
exec-timeout 30 0
password cisco
login
transport input all
line vty 7 189
exec-timeout 30 0
password cisco
login
transport input telnet
!
end
legendchow - 2008-4-22 18:26:00
加个说明会更好啊