Current configuration : 1776 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname yz08
!
enable password cisco
!
username guest
username dialin password 7 121E1012011F
ip subnet-zero
!
!
!
chat-script cript init "" "ATDT\T" TIMEOUT 60 CONNECT \C
!
!
!
interface FastEthernet0/0
!
interface Serial0/0
interface Group-Async1
physical-layer async
ip unnumbered FastEthernet0/0
encapsulation ppp
ip tcp header-compression passive
no ip mroute-cache
async default routing
async dynamic address
async mode dedicated
peer default ip address pool 2610
ppp authentication chap
group-range 2 2
!
router rip
network 172.30.0.0
!
ip local pool 2610 172.30.118.51 172.30.118.58
line con 0
line 2
login local
modem InOut
modem autoconfigure discovery
autoselect ppp
stopbits 1
speed 1200
line aux 0
modem Dialin
modem autoconfigure discovery
autoselect ppp
stopbits 1
speed 115200
flowcontrol hardware
line vty 0 4
password cisco
login
!
忘高手指教
小弟拜谢~!~! 作者: lalpha2000 时间: 2004-05-24 11:32 标题: 向高手求教~!~!请帮忙哦谢谢~!~! 请高手来阿作者: lalpha2000 时间: 2004-05-24 11:46 标题: 向高手求教~!~!请帮忙哦谢谢~!~! 专业的cisco的问题怎么没人回答啊??求教阿~!~!救命阿~!~!作者: west-mail 时间: 2004-05-24 13:12 标题: 向高手求教~!~!请帮忙哦谢谢~!~! PiJiuChang#sh run
Building configuration...
Current configuration : 1472 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname PiJiuChang
!
enable secret 5 $1$gWPd$53PY8yNhMhCbMjDalik5q0
!
username 111 password 0 111
username xpcw password 0 xpcw
ip subnet-zero
!
!
!
!
!
!
interface Loopback0
ip address 192.168.1.254 255.255.255.255
!
interface FastEthernet0/0
description connect to banchs
ip address 192.168.160.254 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface FastEthernet0/1
description connect to xjgd
no ip address
speed 10
full-duplex
no cdp enable
!
interface Async65
ip unnumbered Loopback0
encapsulation ppp
ip tcp header-compression passive
no ip mroute-cache
async mode dedicated
peer default ip address pool pool
ppp authentication pap
!
interface Group-Async1
ip unnumbered Loopback0
encapsulation ppp
no ip mroute-cache
async mode dedicated
peer default ip address pool pool
ppp authentication pap
group-range 33 40
!
ip local pool pool 192.168.16.180 192.168.16.250
ip classless
no ip http server
no ip pim bidir-enable
!
!
access-list 1 permit 192.168.160.0 0.0.0.255
no cdp run
!
line con 0
exec-timeout 0 0
logging synchronous
line 33 40
modem InOut
modem autoconfigure discovery
transport input all
stopbits 1
flowcontrol hardware
line aux 0
modem InOut
modem autoconfigure discovery
transport input all
stopbits 1
speed 38400
flowcontrol hardware
line vty 0 4
password hengsy
login
!
!
end