对不起,没有在这个网站之前,所以我很抱歉,如果不是正确的部分,甚至论坛。
我有用户在网站上抱怨互联网速度非常慢,并与我们的ISP进行了检查,他们表示该线路正在testing8mb。
我们有2 x BT线,有我们的ISP broadand他们。 两条线进入一个Cisco 2600系列路由器,然后有一个PIX防火墙closures。 连接成功只是变得非常缓慢,无法下载任何东西。
configuration如下:
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已经表示,虽然线路绑定,每个需要一个单独的login,因为他们最近已经改变了他们的L2TP路由器,并强制使用单独的login – 当线路configuration,我们有两个login。
所以,我的问题是我需要做什么改变到configuration才能得到这个工作? 在他们改变之前是可以的,我还有另一个login名:
01270 111111 – [email protected]
01270 222222 – [email protected]
dialer0的IP地址是否需要与dialer0相同,因为它只是authentication问题?
我是否需要修改ip route 0.0.0.0 0.0.0.0 Dialer0因为我创build了另一个拨号接口?
当前configuration如下:
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
对长期的问题表示歉意,并感谢您花时间阅读。 更多的信息,我可以提供请让我知道。
我想你需要添加的是另一个类似这样的dailer接口:
interface Dialer1 ip address xxxx 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
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