Chinaunix

标题: 向高手求教~!~!请帮忙哦谢谢~!~! [打印本页]

作者: lalpha2000    时间: 2004-05-24 11:16
标题: 向高手求教~!~!请帮忙哦谢谢~!~!
小弟我配置一2610拨号接入路由器,但是在远端拨入拨号连接音正常,在检测用户名和密码的时候长时间停顿报错无法认证用户名和密码。配置表如下:(s0/0及fastethernet0/0连接都很正常)

yz08#show run
Building configuration...

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




XinJiangPiJiuChang#sh line
   Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
*    0 CTY              -    -      -    -    -      0      26     0/0       -
    33 TTY              - inout     -    -    -     17       0     0/0       -
    34 TTY              - inout     -    -    -      0       0     0/0       -
A   35 TTY              - inout     -    -    -    149       0     0/0       -
    36 TTY              - inout     -    -    -      0       0     0/0       -
    37 TTY              - inout     -    -    -      0       0     0/0       -
    38 TTY              - inout     -    -    -      0       0     0/0       -
    39 TTY              - inout     -    -    -      0       0     0/0       -
    40 TTY              - inout     -    -    -      0       0     0/0       -
*   65 AUX  38400/38400 - inout     -    -    -      0       0     0/0       -
*   66 VTY              -    -      -    -    -     10       0     0/0       -
    67 VTY              -    -      -    -    -      3       0     0/0       -
    68 VTY              -    -      -    -    -      0       0     0/0       -
    69 VTY              -    -      -    -    -      0       0     0/0       -
    70 VTY              -    -      -    -    -      0       0     0/0       -

Line(s) not in async mode -or- with no hardware support:
1-32, 41-64

XinJiangPiJiuChang#




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2