Cisco 877W-M having trouble getting an internet connection


Recommended Posts

I got this today to replace a 1701, Ive used SDM to generate the config but i cant seem to get the ppp working. After testing the connection in SDM it reports that "ppp isnt running on the other end and to contact my isp" Which cant be the problem because other routers can connect.

Everything looks ok from show dsl interface

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 0x2
Vendor ID: 'STMI' 'BDCM'
Vendor Specific: 0x0000 0x6291
Vendor Country: 0x0F 0xB5
Chip ID: C196 (3) capability-enabled
DFE BOM: DFE3.0 Annex M (3)
Capacity Used: 99% 54%
Noise Margin: 4.0 dB 20.0 dB
Output Power: 16.0 dBm 12.0 dBm
Attenuation: 64.0 dB 31.5 dB
FEC ES Errors: 0 0
ES Errors: 1 1
SES Errors: 0 0
LOSES Errors: 0 0
UES Errors: 0 0
Defect Status: None None
Last Fail Code: None
Watchdog Counter: 0xEE
Watchdog Resets: 0
Selftest Result: 0x00
Subfunction: 0x00
Interrupts: 4123 (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): 1984 0 384 0
DS User cells: 0 0
US User & Idle cells: 433421 0
Reed-Solomon EC: 1563 0 0 0
CRC Errors: 0 0 1 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 

My (WIP) config is below, If anyone can spot anything that might be causing the problem id appreciate it.

My network will be

vlan 1 > TMG Server

vlan 2 > firewall bypass (for debugging)

vlan 3 > Wireless access to my network

vlan4 > guest wifi with no filtering

	
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname Cisco877W
!
boot-start-marker
boot system slot1:c870-advsecurityk9-mz.151-4.M1.bin
boot-end-marker
!
!
logging buffered 51200
logging console critical
!
aaa new-model
!
!
aaa group server radius rad_eap
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
!
aaa group server radius rad_admin
!
aaa group server tacacs+ tac_admin
!
aaa group server radius rad_pmip
!
aaa group server radius dummy
!
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authentication login local_authen local
aaa authorization exec local_author local
aaa authorization ipmobile default group rad_pmip
aaa accounting network acct_methods start-stop group rad_acct
!
!
!
!
!
aaa session-id common
crypto pki token default removal timeout 0
!
crypto pki trustpoint TP-self-signed
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate
revocation-check none
rsakeypair TP-self-signed
!
!
crypto pki certificate chain TP-self-signed
certificate self-signed 01
quit
dot11 syslog
dot11 vlan-name GuestWiFi vlan 4
dot11 vlan-name MyDomainName-WiFi-Access vlan 3
!
dot11 ssid Guest WiFi
vlan 4
authentication network-eap eap_methods mac-address mac_methods
accounting acct_methods
!
dot11 ssid MyDomainName
vlan 3
authentication network-eap eap_methods mac-address mac_methods
accounting acct_methods
!
no ip source-route
!
!
!
ip cef
no ip bootp server
ip domain name MyDomainName
ip name-server 8.8.8.8
!
!
!
!
archive
log config
hidekeys
username privilege 15 secret 5
!
!
ip tcp synwait-time 10
ip ssh time-out 60
ip ssh authentication-retries 2
!
!
!
!
!
!
!
interface Null0
no ip unreachables
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
pvc 8/37
oam-pvc manage
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
switchport access vlan 2
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Dot11Radio0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
!
encryption vlan 3 mode ciphers aes-ccm wep128
!
ssid Guest WiFi
!
ssid MyDomainName
!
speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
no preamble-short
station-role root access-point
!
interface Dot11Radio0.3
encapsulation dot1Q 3
ip address 10.0.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly in
!
interface Dot11Radio0.4
encapsulation dot1Q 4
ip address 10.0.4.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly in
!
interface Vlan1
ip address 10.0.2.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1412
!
interface Vlan2
ip address 10.0.0.254 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1412
!
interface Vlan3
no ip address
!
interface Vlan4
no ip address
!
interface Vlan5
no ip address
!
interface Dialer0
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1452
ip flow ingress
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname eircom
ppp chap password 7
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat inside source static tcp 10.0.0.3 443 interface Dialer0 443
ip nat inside source list 1 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
logging trap debugging
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.0.2.0 0.0.0.255
access-list 1 permit 10.0.0.0 0.0.0.255
access-list 1 permit 10.0.1.0 0.0.0.255
access-list 1 permit 10.0.4.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
!
!

!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!
^C
!
line con 0
login authentication local_authen
no modem enable
line aux 0
login authentication local_authen
line vty 0 4
authorization exec local_author
login authentication local_authen
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end
[/CODE]

Link to comment
Share on other sites

edit-- doh' its pvc 8/35 not pvc 8/37 if anyone has a similar problem use the show interface brief command it was the atm0.1 interface that was down

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.