大家好!我最近用Cisco2611配置远程拨号访问,有一个问题:拨号用户反映速度很慢,大家帮忙看看配置有没有问题。下面是拨号有关的配置,由于我是新手,以下是参考有关资料自己配置的。
!
interface Group-Async1
ip address negotiated
no ip directed-broadcast
ip tcp header-compression passive
no ip mroute-cache
keepalive 10
dialer in-band
dialer rotary-group 0
dialer-group 1
async default routing
async dynamic routing
async mode dedicated
pulse-time 2
no cdp enable
group-range 33 48
!
interface Dialer0
ip address 10.10.10.0 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer in-band
dialer-group 1
peer default ip address pool 1
ppp authentication chap
!
line con 0
transport input none
line 33 48
autoselect during-login
autoselect ppp
modem InOut
autocommand ppp
transport input all
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
exec-timeout 3 0
password xxxxxx
login
!
no scheduler allocate
end