 mgw246 join:2004-01-03 Moscow, ID | Anyone successfully using a Cisco 877 with Qwest? I'm thinking of using one. How well does it work for you? Mind posting a sanitized config?
Thanks! |
|
 | Re: Anyone successfully using a Cisco 877 with Qwe I'm using an 1803W, works well. However, I only buy my DSL circuit from Qwest, my PPPoX connection terminates with a Denver ISP, so my PAP/CHAP and IP address configuration may not work for you. I assume you just need the DSL ATM and dialer configuration. I included both the PAP and CHAP auth stuff so you can try either: ! ! ! interface ATM0 no ip address no atm ilmi-keepalive pvc 0/32 encapsulation aal5mux ppp dialer dialer pool-member 1 ! dsl operating-mode auto ! interface Dialer0 ip address negotiated ip nat outside ip virtual-reassembly encapsulation ppp ip route-cache flow dialer pool 1 dialer-group 1 no cdp enable ppp authentication pap chap callin ppp chap hostname [user deleted] ppp chap password [pass deleted] ppp pap sent-username [user deleted] password [pass deleted] |
|
 1 edit | reply to mgw246
Re: Anyone successfully using a Cisco 877 with Qwest? I have an 877 at a couple of sites using Qwest DSL and Qwest.net as the ISP. This is what I use:
interface ATM0 no ip address no ip mroute-cache atm vc-per-vp 64 no atm ilmi-keepalive ! pvc 0/32 encapsulation aal5mux ppp dialer dialer pool-member 1 dsl operating-mode auto ! interface Dialer1 description outside interface ip address negotiated ip access-group fw_acl in no ip redirects no ip unreachables no ip proxy-arp ip nat outside ip ips fw_ips in ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname xxxx ppp chap password 7 nnnn ppp pap sent-username xxxx password 7 nnnn ppp ipcp dns request ppp ipcp address accept ! dialer-list 1 protocol ip permit
I also have a crypto map and service policy on the dialer1 interface but that isn't Qwest specific.
The very first time I setup a router with Qwest I configured both PAP and CHAP since I wasn't sure which one Qwest.net uses. I've left it that way since it doesn't hurt anything. Turns out Cisco is very consistent. The above config is used on my 827, 837, 877 and the WIC on my 1841 and 2811. |
|
 mgw246 join:2004-01-03 Moscow, ID | Cool, thanks!
I have MSN as my isp right now.. |
|
 | reply to michaelr7 What sort of performance are you seeing?
What does "show dsl int atm0" (or whatever) tell you?
Thanks,
-Philip |
|
|
|
 | said by philipp86:What sort of performance are you seeing? What does "show dsl int atm0" (or whatever) tell you? All of my ATM configuration is pretty much at the default. I didn't adjust any of my layer 2 stuff, so I may actually be getting less than my ideal thruput. Of course, I'm pleased as hell that I can get DSL out here in the sticks. Best I could do 3 years ago was 24 Kbps.
Here ya go:
ATM0 Alcatel 20190 chipset information ATU-R (DS) ATU-C (US) Modem Status: Showtime (DMTDSL_SHOWTIME) DSL Mode: ITU G.992.1 (G.DMT) Annex A ITU STD NUM: 0x03 0x1 Vendor ID: 'STMI' 'CTNW' Vendor Specific: 0x0000 0x0000 Vendor Country: 0x0F 0xD1 Capacity Used: 21% 98% Noise Margin: 7.0 dB 6.0 dB Output Power: 8.0 dBm 9.5 dBm Attenuation: 37.0 dB 10.0 dB Defect Status: None None Last Fail Code: None Watchdog Counter: 0x33 Watchdog Resets: 0 Selftest Result: 0x00 Subfunction: 0x00 Interrupts: 3849 (0 spurious) PHY Access Err: 0 Activations: 3 LED Status: ON LED On Time: 100 LED Off Time: 100 Init FW: embedded Operation FW: embedded FW Version: 2.5.42
Interleave Fast Interleave Fast Speed (kbps): 1536 0 800 0 Cells: 22823189 0 485831210 0 Reed-Solomon EC: 69 0 759 0 CRC Errors: 13 0 492 0 Header Errors: 9 0 445 4 Total BER: 6648E-12 0E-0Leakage Avarage BER: 6381E-22 0E-0 LOM Monitoring : Disabled |
|