对不起,以前从未上过这个网站,所以如果不是正确的部分甚至论坛,我深表歉意。
我有用户抱怨现场的互联网连接速度非常慢,并与我们的 ISP 核实过,他们说线路正在测试 8mb。
我们有 2 x BT 线路,上面有我们的 ISP 宽带。两条线路都进入 Cisco 2600 系列路由器,然后有一个 PIX 防火墙关闭。连接成功只是变得非常慢并且无法下载任何东西。
配置如下:
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ROUTER-ADSL-INTERNET
!
logging buffered 16384 informational
enable secret xxx
enable password xxx
!
username xxx
username xxx
clock summer-time UK recurring last Sun Mar 1:00 last Sun Oct 1:00
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
aaa session-id common
ip subnet-zero
no ip source-route
!
!
!
ip audit notify log
ip audit po max-events 100
no ip bootp server
ip name-server 213.208.106.212
no mpls ldp logging neighbor-changes
no ftp-server write-enable
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
!
!
!
!
interface ATM0/0
description 01270 111111
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0/0
ip address 82.133.32.9 255.255.255.248
shutdown
speed 100
full-duplex
no cdp enable
!
interface ATM0/1
description 01270 222222
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0/1
ip address 217.146.115.49 255.255.255.240
duplex auto
speed auto
no cdp enable
!
interface Dialer0
ip address 217.146.115.250 255.255.255.248
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password 7 xxxxx
ppp multilink
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
!
no logging trap
access-list 10 permit 217.146.115.50
access-list 10 permit 82.133.32.10
access-list 10 deny any
access-list 22 permit 217.146.115.50
access-list 22 permit 217.206.239.86
access-list 22 permit 82.133.32.10
access-list 22 deny any
dialer-list 1 protocol ip permit
no cdp run
!
!
snmp-server community xxxxxx RO 10
snmp-server enable traps tty
radius-server authorization permit missing Service-Type
!
!
!
!
!
!
line con 0
exec-timeout 5 0
password 7 xxxxxx
line aux 0
no exec
line vty 0 4
access-class 22 in
exec-timeout 5 0
password 7 xxxxxx
transport input telnet ssh
transport output none
line vty 5 15
password 7 xxxxxx
transport input telnet ssh
!
ntp clock-period 17180095
ntp server 130.88.200.98
!
!
end
现在我的知识非常有限,但 ISP 表示,虽然线路被绑定,但每条线路都需要单独登录,因为他们最近更改了 L2TP 路由器,并且强制使用单独登录 - 配置线路时,我们获得了两次登录。
所以,我的问题是我需要对配置进行哪些更改才能使其正常工作?在他们改变之前没问题,我确实有另一个登录名:-
01270 [email protected]
01270 [email protected]
IP地址是否dialer1
需要dialer0
与其只是问题的身份验证相同?
ip route 0.0.0.0 0.0.0.0 Dialer0
我创建了另一个拨号器界面后是否需要进行更改?
当前配置如下:
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname XT-ADSL-INTERNET
!
logging buffered 16384 informational
no logging console
enable secret 5 x
enable password 7x
!
username x
clock summer-time UK recurring last Sun Mar 1:00 last Sun Oct 1:00
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
aaa session-id common
ip subnet-zero
no ip source-route
!
!
!
ip audit notify log
ip audit po max-events 100
no ip bootp server
ip name-server 213.208.106.212
no mpls ldp logging neighbor-changes
no ftp-server write-enable
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
!
!
!
!
interface ATM0/0
description 01270 111111
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0/0
shutdown
speed 100
full-duplex
no cdp enable
!
interface ATM0/1
description 01270 222222
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 2
!
dsl operating-mode auto
!
interface FastEthernet0/1
ip address 217.146.115.49 255.255.255.240
duplex auto
speed auto
no cdp enable
!
interface Dialer0
ip address 217.146.115.250 255.255.255.248
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password xxxx
ppp multilink
!
interface Dialer1
ip address 217.146.115.250 255.255.255.248
encapsulation ppp
dialer pool 2
dialer-group 2
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password xxxx
ppp multilink
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
!
no logging trap
access-list 10 permit 217.146.115.50
access-list 10 permit 82.133.32.10
access-list 10 deny any
access-list 22 permit 217.146.115.50
access-list 22 permit 217.206.239.86
access-list 22 permit 82.133.32.10
access-list 22 deny any
dialer-list 1 protocol ip permit
no cdp run
!
!
snmp-server community caudwell-xt RO 10
snmp-server enable traps tty
radius-server authorization permit missing Service-Type
!
!
!
!
!
!
line con 0
exec-timeout 5 0
password 7 xxx
line aux 0
no exec
line vty 0 4
access-class 22 in
exec-timeout 5 0
password 7 xxx
transport input telnet ssh
transport output none
line vty 5 15
password 7 xxx
transport input telnet ssh
!
ntp clock-period 17180095
ntp server 130.88.200.98
!
!
end
对这个冗长的问题表示歉意,并感谢您花时间阅读它。我可以提供的更多信息请告诉我。