 | Cisco 877W with Cincinnati Bell Hello,
Our company has a remote office utilizing a cisco 877W router with integrated DSL modem. I have set it to VPI VCI of 0/35 with RFC1483 AALCHAP with our assigned static IP address but I can't get it to communicate with Cincinnati Bell, is there anything else I need to do to get this to communicate, I can post my running-config if that helps.
Thanks in advance! |
|
 DeathKPremium join:2002-06-16 Cincinnati, OH | VPI/VCI is fine. Encapsulation should be RFC1483 Bridged. Multiplexing should be LLC/SNAP or similar.
If all else fails I'd make sure the line is DMT and not CAP (there's still people on CAP with the old Cisco 675's.. I was one of them until recently when they switched me over to DMT). The 877 is DMT only. Have you had DSL at this remote office for a while? Did you just switch to the 877? |
|
 | reply to rose_joshuam We got the 877W as part of an overall equipment upgrade, so it hasn't been in production yet.
I think I got most of the settings you mentioned there right but I haven't checked DMT vs CAP, I'll give that a whirl! |
|
|
|
 | reply to rose_joshuam This thing has got me kicked and it's driving me nuts.
I have configured it and it seems to connect but I can't ping anything outside including the gateway given to us with our static IP or the Cincy bell DNS servers.
Show DSL int atm0 shows: ATM0 Alcatel 20190 chipset information ATU-R (DS) ATU-C (US) Modem Status: Showtime (DMTDSL_SHOWTIME) DSL Mode: ANSI T1.413 ANSI Issue/rev: 2/1 2/7 Vendor ID: 0x003A 0x0004 Chip ID: C196 (0) DFE BOM: DFE3.0 Annex A (1) Capacity Used: 45% 73% Noise Margin: 30.0 dB 16.0 dB Output Power: 8.5 dBm 12.5 dBm Attenuation: 14.5 dB 6.5 dB FEC ES Errors: 0 0 ES Errors: 1 0 SES Errors: 0 0 LOSES Errors: 0 0 UES Errors: 0 0 Defect Status: None None Last Fail Code: None Watchdog Counter: 0x47 Watchdog Resets: 0 Selftest Result: 0x00 Subfunction: 0x00 Interrupts: 8242 (0 spurious) PHY Access Err: 0 Activations: 1 LED Status: ON LED On Time: 100 LED Off Time: 100 Init FW: init_AMR-4.0.015_no_bist.bin Operation FW: AMR-4.0.015.bin FW Source: embedded FW Version: 4.0.15
Interleave Fast Interleave Fast Speed (kbps): 5056 0 768 0 Cells: 2404 0 426385 0 Reed-Solomon EC: 0 0 0 0 CRC Errors: 0 0 0 0 Header Errors: 0 0 0 0 Total BER: 0E-0 0E-0 Leakage Average BER: 0E-0 0E-0 ATU-R (DS) ATU-C (US) Bitswap: enabled enabled Bitswap success: 0 0 Bitswap failure: 0 0
LOM Monitoring : Disabled
DMT Bits Per Bin 000: 0 0 0 0 0 0 0 4 6 7 8 9 9 A A B 010: 0 B B B B B B B B A A 9 9 8 8 0 020: 0 0 0 0 0 0 5 6 6 6 7 7 7 7 7 8 030: 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 040: 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 050: 8 8 8 8 8 8 8 8 8 7 8 8 7 8 7 7 060: 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 070: 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 080: 2 7 7 7 7 7 7 7 7 7 7 6 6 6 6 7 090: 7 7 7 7 6 6 6 6 6 6 7 6 6 6 6 6 0A0: 6 6 3 4 6 6 6 6 6 6 6 6 6 6 6 6 0B0: 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 5 0C0: 6 6 6 6 6 6 5 6 5 6 6 6 6 5 6 5 0D0: 5 5 5 5 5 5 5 6 5 5 5 5 5 5 5 5 0E0: 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0F0: 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
DSL: Training log buffer capability is not enabled
So the modem seems to be connecting at the correct speed.
Here is my running config
!--- Comments contain explanations and additional information.
service timestamps debug datetime msec service timestamps log datetime msec ip subnet-zero ip name-server 216.68.4.10 ip name-server 216.68.5.10 !
! interface vlan1 no shut ip address 192.168.0.1 255.255.255.0 ip helper-address 192.168.0.2
!--- For NAT:
ip nat inside no ip directed-broadcast ! interface atm0 no shut no ip address no ip directed-broadcast no atm ilmi-keepalive ! interface atm0.1 point-to-point ip address 66.117.242.50 255.255.255.252
!--- For NAT:
ip nat outside pvc 0/35 encapsulation aal5snap
!--- Common PVC values supported by ISPs are 0/35 or 8/35. !--- Confirm your PVC values with your ISP.
! !
!--- For NAT:
ip nat inside source list 1 interface atm0.1 overload
!--- If you have a pool (a range) of public IP addresses provided !--- by your ISP, you can use a NAT Pool. Replace !--- ip nat inside source list 1 interface atm0.1 overload
!--- with these two configuration statements: !--- ip nat inside source list 1 pool overload !--- ip nat pool !--- netmask
!--- If Internet users require access to an internal server, you can !--- add this static NAT configuration statement: !--- ip nat inside source static tcp {80 or 25} !--- {80 or 25} extendable !--- Note: TCP port 80 (HTTP/web) and TCP port 25 (SMTP/mail) are used !--- for this example. You can open other TCP or UDP ports, if needed.
! ip classless ip route 0.0.0.0 0.0.0.0 66.117.242.49
!--- For NAT:
access-list 1 permit 192.168.0.0 255.255.255.0
!--- In this configuration, access-list 1 defines a standard access list !--- that permits the addresses that NAT translates. For example, if !--- your private IP network is 10.10.10.0, configure !--- access-list 1 permit 10.10.10.0 0.0.0.255 in order to allow NAT to translate !--- packets with source addresses between 10.10.10.0 and 10.10.10.255.
! end
Any help is appreciated! |
|
 | reply to rose_joshuam I think I finally got this licked.
»[HELP] 877W and Cincinnati Bell
Just in case this helps somebody else. |
|