抱歉,我之前没有访问过此网站,所以如果不是正确的部分或论坛,我深感抱歉。
有用户抱怨网站的互联网连接速度非常慢,我向 ISP 核实后,他们说线路测试速度为 8mb。
我们有 2 条 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 路由器,这强制使用单独的登录 - 当配置线路时,我们获得了两个登录名。
所以,我的问题是,为了使它正常工作,我需要对配置进行哪些更改?在他们改变之前一切都很好,而且我确实有另一个登录名 :-
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
抱歉问题太长,感谢您花时间阅读。如有任何我可以提供的信息,请告知我。
答案1
我认为您需要添加另一个像这样的拨号界面:
interface Dialer1
ip address x.x.x.x 255.255.255.248
encapsulation ppp
dialer pool 2
dialer-group 2
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password 7 xxxxx
ppp multilink
!
然后,您将新的拨号池用于第二个 ATM 接口。
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
!
根据需要修改并填写。你可能需要看一下 cisco ios 文档:http://www.cisco.com/en/US/docs/ios/12_0/dial/configuration/guide/dcdbakdp.html#wp3753
答案2
interface ATM0/0
description 01270 111111
no ip address
logging event subif-link-status
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
!
interface ATM0/1
description 01270 222222
no ip address
logging event subif-link-status
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 negotiated
ip nat outside
ip load-sharing per-packet
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer persistent
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password 7 xxxxxxxx
!
interface Dialer1
ip address negotiated
ip nat outside
ip load-sharing per-packet
encapsulation ppp
dialer pool 2
dialer idle-timeout 0
dialer persistent
no cdp enable
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password 7 xxxxxxxx
!
ip classless
no ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 0.0.0.0 0.0.0.0 217.146.96.145
ip route 0.0.0.0 0.0.0.0 Dialer1 200