cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2326
Views
10
Helpful
18
Replies

Can't get past the Dslam

bigalcustomcues
Level 1
Level 1

I am having some issues with my configuration to where it will not allow my to ping past my Hwic card (ATM 0/0/0).  Any help would be greatly appreciated.  My show run is attached.

 

Thanks,

Allen

 

Router#show run

Building configuration...

 

Current configuration : 2088 bytes

!

! Last configuration change at 20:28:03 CST Wed Mar 8 2017

!

version 15.1

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

!

enable secret 5 $1$qcG5$gHUPv0TvT19TgXGVMqXmH0

enable password 7 14141A1D00113C0B677A60

!

no aaa new-model

clock timezone CST -6 0

!

no ipv6 cef

ip source-route

ip cef

!

!

!

!

!

no ip domain lookup

multilink bundle-name authenticated

!

vpdn enable

!

vpdn-group pppoe

!

crypto pki token default removal timeout 0

!

!

license udi pid CISCO1941/K9 sn FTX1849812J

!

!

!

!

controller VDSL 0/0/0

!

!

!

!

!

interface GigabitEthernet0/0

description S1 Path 1

ip address 192.xxx.x.xxx 255.255.xxx.xxx

ip nat inside

ip virtual-reassembly in

duplex auto

speed auto

!

interface GigabitEthernet0/1

description S1 Path 2

no ip address

duplex auto

speed auto

!

interface ATM0/0/0

ip address 65.xxx.xxx.xxx 255.255.xxx.xxx

ip nat outside

ip virtual-reassembly in

no atm ilmi-keepalive

!

interface Ethernet0/0/0

no ip address

no fair-queue

!

ip default-gateway 65.xxx.xxx.xxx

ip forward-protocol nd

!

no ip http server

no ip http secure-server

!

ip nat inside source list 1 interface ATM0/0/0 overload

ip route 0.0.0.0 0.0.0.0 65.xxx.xxx.xxx

ip route 0.0.0.0 0.0.0.0 ATM0/0/0 65.xxx.xxx.xxx

!

access-list 1 remark ALLOWS_ALL_INTERNAL_IPS_OUT

access-list 1 permit 192.168.1.0 0.0.0.31

!

!

!

control-plane

!

!

banner motd ^C

--------------------------------------------------------------

Warning!! This is a private network that belongs to

Big Al Custom Cues owner Allen Forquer. If you need

permission to enter this network please contact Allen

at (660) 349-9612. Violators of this message will be

prosecuted to the fullest extent of the law!!

--------------------------------------------------------------

^C

!

line con 0

password 7 121A0D011E1E1A24697977

logging synchronous

login

line aux 0

password 7 121A0D011E1E1A24697977

login

line vty 0 4

password 7 104D010F0902042B4F5679

login

transport input all

!

scheduler allocate 20000 1000

end

18 Replies 18

Hello,

 

what they mean is most likely that your encapsulation should be aal5snap, which you have correctlly configured.

Try the changes I have suggested. Also, which DNS servers are your clients using ?

I have this in my home.  I’ve been taking CCNA classes and this just happens to not be covered.

I tried to make all the changes that you requested and here is what I have so far.  I am able to ping the G0/1 but nothing past that.

Thanks,

 

 

Router#show run
Building configuration...

Current configuration : 2319 bytes
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$qcG5$gHUPv0TvT19TgXGVMqXmH0
enable password 7 14141A1D00113C0B677A60
!
no aaa new-model
clock timezone CST -6 0
!
no ipv6 cef
no ip source-route
ip cef
!
!
!
!
!
no ip domain lookup
multilink bundle-name authenticated
!
vpdn enable
!
vpdn-group pppoe
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO1941/K9 sn FTX1849812J
!
!
!
!
controller VDSL 0/0/0
!
!
!
!
!
interface GigabitEthernet0/0
 description S1 Path 1
 ip address 192.168.1.252 255.255.255.224
 ip nat inside
 ip virtual-reassembly in
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 description S1 Path 2
 ip address 192.168.1.6 255.255.255.224
 ip nat inside
 ip virtual-reassembly in
 duplex auto
 speed auto
!
interface ATM0/0/0
 ip address 65.255.159.139 255.255.255.128
 ip nat outside
 ip virtual-reassembly in
 no ip route-cache cef
 no ip route-cache
 no atm ilmi-keepalive
 pvc CV 0/35
  protocol bridge
  encapsulation aal5snap
 !
!
interface Ethernet0/0/0
 no ip address
 no ip route-cache cef
 no ip route-cache
 no fair-queue
!
ip default-gateway 65.255.159.129
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface ATM0/0/0 overload
ip route 0.0.0.0 0.0.0.0 65.255.159.129
ip route 0.0.0.0 0.0.0.0 ATM0/0/0 65.255.159.129
ip route 0.0.0.0 0.0.0.0 ATM0/0/0
!
access-list 1 remark ALLOWS_ALL_INTERNAL_IPS_OUT
access-list 1 permit 192.168.1.0 0.0.0.31
access-list 1 permit 192.168.0.0 0.0.255.255
!
!
!
control-plane
!
!
banner motd ^C
--------------------------------------------------------------
Warning!! This is a private network that belongs to
Big Al Custom Cues owner Allen Forquer.  If you need
permission to enter this network please contact Allen
at (660) 349-9612. Violators of this message will be
prosecuted to the fullest extent of the law!!
--------------------------------------------------------------
^C
!
line con 0
 password 7 121A0D011E1E1A24697977
 logging synchronous
 login
line aux 0
 password 7 121A0D011E1E1A24697977
 login
line vty 0 4
 password 7 104D010F0902042B4F5679
 login
 transport input all
!
scheduler allocate 20000 1000
end

Hi,

According to fn your box should support RBE. Can you please try the following modification of your config file:

 

int atm0/0/0

no ip add

no ip nat outside

dsl operating-mode auto

int atm0/0/0.1 point-to-point

ip address 65.255.......

ip nat outside

atm route-bridged ip

pvc 0/35

enc aal5snap

 

And then please bind your "ip nat inside ..." and "ip route 0.0.0.0 ...." commands with subinf atm0/0/0.1 instead of atm0/0/0.

 

Best regards,

Antonin