cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
618
Views
0
Helpful
0
Replies

NAT: dialer not up for Dialer1, no translation, dial and drop. On a Cisco 887VAM running pppoe over atm Telefonica

marianogarcia
Level 1
Level 1

Hi everyone,

I have a Cisco887 VAM running Cisco IOS Software, C800 Software (C800-UNIVERSALK9-M), Version 15.4(3)M3, RELEASE SOFTWARE (fc2).

Here is my sample config:

version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
cts logging verbose
license udi pid C887VAM-K9 sn FCZ2006601X
license boot module c800 level advipservices
!
controller VDSL 0
no cdp run
!
interface ATM0
no ip address
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
pvc 8/32
encapsulation aal5snap
pppoe-client dial-pool-number 1
!
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
ip address 10.0.0.1 255.0.0.0
no ip redirects
ip nat inside
ip virtual-reassembly in
!
interface Dialer1
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname adslppp@telefonicanetpa
ppp chap password 0 adslppp
ppp ipcp route default
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1 permanent
!
dialer-list 1 protocol ip permit
!
access-list 1 permit any
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
!
end

I cant ping to the internet because NAT doesn't work

Here are more info:

Router#sh ip interface brief
Any interface listed with OK? value "NO" does not have a valid configuration

Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES NVRAM up up
ATM0.1 unassigned YES unset up up
Dialer1 unassigned YES manual up up
Ethernet0 unassigned YES manual administratively down down
FastEthernet0 unassigned YES unset up down
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
NVI0 unassigned NO unset up up
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up
Virtual-Access3 unassigned YES unset down down
Vlan1 10.0.0.1 YES manual down down

Router#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

S* 0.0.0.0/0 is directly connected, Dialer1
80.0.0.0/32 is subnetted, 1 subnets
C 80.58.67.91 is directly connected, Dialer1 <--- THIS IS IP ADDRESS FROM ISP


Router#debug dialer
Dial on demand events debugging is on
Router#debug ip nat detailed
IP NAT detailed debugging is on

Router#sh pppoe session
1 client session

Uniq ID PPPoE RemMAC Port VT VA State
SID LocMAC VA-st Type N/A 869 0030.8815.1bfa ATM0.1 Di1 Vi1 UP 58ac.786b.cdc8 VC: 8/32 UP

Router#sh ppp all
Interface/ID OPEN+ Nego* Fail- Stage Peer Address Peer Name
------------ --------------------- -------- --------------- --------------------
Vi1 LCP+ IPCP+ CDPCP- LocalT 80.58.67.91 rbrmpe2-01

Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Feb 15 08:36:40.978: NAT: dialer not up for Dialer1, no translation, dial and drop.
*Feb 15 08:36:42.978: NAT: dialer not up for Dialer1, no translation, dial and drop.
*Feb 15 08:36:44.978: NAT: dialer not up for Dialer1, no translation, dial and drop.
*Feb 15 08:36:46.978: NAT: dialer not up for Dialer1, no translation, dial and drop.

Any solution?

Thanks

0 Replies 0