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

PPPoE Server unable ping PPPoE Client

Hello everyone! I'll appreciate it if anyone can help me!

I have a router ASR 1002 and I need to configure a PPPoE server in this ASR, but when I configured the machine I realized that the PPPoE server was apparently normal. The client is connected, receives an IP address from the PPPoE server, and displays no authentication or packet error messages.

The only problem I am facing is that the PPPoE server can not ping clients and no client can connect ping outside the external network.

Could someone help me find the solution to this problem? follow troubleshooting below:

 

==========================================================================

Router#show running-config
Building configuration...

Current configuration : 1678 bytes
!
! Last configuration change at 04:45:27 UTC Tue Aug 7 2018
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
no aaa new-model
!
!
!

!
!
!
!
!
!
!
!
!
!
subscriber templating
multilink bundle-name authenticated
!
!
username cliente1 password 0 cliente1
!
redundancy
mode none
!
!
!
!
!
!
bba-group pppoe global
virtual-template 1
sessions per-mac limit 1
!
!
!
interface Loopback1
ip address 192.168.12.1 255.255.255.0
!
interface GigabitEthernet0/0/0
no ip address
negotiation auto
!
interface GigabitEthernet0/0/0.12
encapsulation dot1Q 12
pppoe enable group global
!
interface GigabitEthernet0/0/1
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/2
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/3
no ip address
shutdown
negotiation auto
!
interface TenGigabitEthernet0/1/0
no ip address
shutdown
!
interface TenGigabitEthernet0/2/0
no ip address
shutdown
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
!
interface Virtual-Template1
mtu 1492
ip unnumbered Loopback1
peer default ip address pool PPPOE
ppp mtu adaptive
ppp authentication chap callin
!
ip local pool PPPOE 192.168.12.10 192.168.12.50
ip forward-protocol nd
!
no ip http server
ip tftp source-interface GigabitEthernet0
!
!
!
!
control-plane
!
!
line con 0
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end

==========================================================================

Router#debug ppp negotiation
PPP protocol negotiation debugging is on
Router#
*Aug 7 04:51:30.128: Vi1.1 LCP: I TERMREQ [Open] id 18 len 25
*Aug 7 04:51:30.128: Vi1.1 LCP: I TERMREQ [Open] id 18 len 25
*Aug 7 04:51:30.128: Vi1.1 LCP: (0x61646D696E6973747261746F72207265)
*Aug 7 04:51:30.128: Vi1.1 LCP: (0x7175657374)
*Aug 7 04:51:30.128: Vi1.1 PPP DISC: Received LCP TERMREQ from peer
*Aug 7 04:51:30.128: PPP: NET STOP send to AAA.
*Aug 7 04:51:30.128: Vi1.1 PPP: Phase is TERMINATING
*Aug 7 04:51:30.128: ppp_session_ntfy delete, topswidb Vi1.1, va Vi1.1, platform notify 0
*Aug 7 04:51:30.129: Vi1.1 IPCP: Event[DOWN] State[Open to Starting]
*Aug 7 04:51:30.129: Vi1.1 IPCP: Event[CLOSE] State[Starting to Initial]
*Aug 7 04:51:30.129: Vi1.1 LCP: O TERMACK [Open] id 18 len 4
*Aug 7 04:51:30.129: Vi1.1 LCP: Event[Receive TermReq] State[Open to Stopping]
*Aug 7 04:51:30.130: Vi1.1 Deleted neighbor route from AVL tree: topoid 0, address 192.168.12.10
*Aug 7 04:51:30.130: Vi1.1 IPCP: Remove route to 192.168.12.10
*Aug 7 04:51:30.134: Vi1.1 PPP: Block vaccess from being freed [0x10]
*Aug 7 04:51:30.135: Vi1.1 LCP: Event[DOWN] State[Stopping to Starting]
*Aug 7 04:51:30.135: ppp_session_ntfy delete, topswidb Vi1.1, va Vi1.1, platform notify 0
*Aug 7 04:51:30.135: Vi1.1 PPP: Unlocked by [0x10] Still Locked by [0x0]
*Aug 7 04:51:30.135: Vi1.1 PPP: Free previously blocked vaccess
*Aug 7 04:51:30.135: Vi1.1 PPP: Phase is DOWN
*Aug 7 04:51:30.820: PPP: Alloc Context [387E40C8]
*Aug 7 04:51:30.820: ppp10 PPP: Phase is ESTABLISHING
*Aug 7 04:51:30.821: ppp10 PPP: Using vpn set call direction
*Aug 7 04:51:30.821: ppp10 PPP: Treating connection as a callin
*Aug 7 04:51:30.821: ppp10 PPP: Session handle[F600000A] Session id[10]
*Aug 7 04:51:30.821: ppp10 LCP: Event[OPEN] State[Initial to Starting]
*Aug 7 04:51:30.821: ppp10 PPP LCP: Enter passive mode, state[Stopped]
*Aug 7 04:51:30.847: ppp10 LCP: I CONFREQ [Stopped] id 19 len 14
*Aug 7 04:51:30.847: ppp10 LCP: MRU 1480 (0x010405C8)
*Aug 7 04:51:30.847: ppp10 LCP: MagicNumber 0x2A47F528 (0x05062A47F528)
*Aug 7 04:51:30.848: ppp10 LCP: O CONFREQ [Stopped] id 1 len 19
*Aug 7 04:51:30.848: ppp10 LCP: MRU 1492 (0x010405D4)
*Aug 7 04:51:30.848: ppp10 LCP: AuthProto CHAP (0x0305C22305)
*Aug 7 04:51:30.848: ppp10 LCP: MagicNumber 0xE9C306C1 (0x0506E9C306C1)
*Aug 7 04:51:30.848: ppp10 LCP: O CONFACK [Stopped] id 19 len 14
*Aug 7 04:51:30.848: ppp10 LCP: MRU 1480 (0x010405C8)
*Aug 7 04:51:30.848: ppp10 LCP: MagicNumber 0x2A47F528 (0x05062A47F528)
*Aug 7 04:51:30.848: ppp10 LCP: Event[Receive ConfReq+] State[Stopped to ACKsent]
*Aug 7 04:51:30.849: ppp10 LCP: I CONFACK [ACKsent] id 1 len 19
*Aug 7 04:51:30.849: ppp10 LCP: MRU 1492 (0x010405D4)
*Aug 7 04:51:30.849: ppp10 LCP: AuthProto CHAP (0x0305C22305)
*Aug 7 04:51:30.849: ppp10 LCP: MagicNumber 0xE9C306C1 (0x0506E9C306C1)
*Aug 7 04:51:30.849: ppp10 LCP: Event[Receive ConfAck] State[ACKsent to Open]
*Aug 7 04:51:30.873: ppp10 PPP: Phase is AUTHENTICATING, by this end
*Aug 7 04:51:30.873: ppp10 CHAP: O CHALLENGE id 1 len 27 from "Router"
*Aug 7 04:51:30.873: ppp10 LCP: State is Open
*Aug 7 04:51:30.876: ppp10 CHAP: I RESPONSE id 1 len 29 from "cliente1"
*Aug 7 04:51:30.876: ppp10 PPP: Phase is FORWARDING, Attempting Forward
*Aug 7 04:51:30.877: ppp10 PPP: Phase is AUTHENTICATING, Unauthenticated User
*Aug 7 04:51:30.878: ppp10 IPCP: Authorizing CP
*Aug 7 04:51:30.878: ppp10 IPCP: CP stalled on event[Authorize CP]
*Aug 7 04:51:30.878: ppp10 IPCP: CP unstall
*Aug 7 04:51:30.878: ppp10 PPP: Phase is FORWARDING, Attempting Forward
*Aug 7 04:51:30.895: Vi1.1 PPP: Phase is AUTHENTICATING, Authenticated User
*Aug 7 04:51:30.895: Vi1.1 CHAP: O SUCCESS id 1 len 4
*Aug 7 04:51:30.895: Vi1.1 PPP: Reducing MTU to peer's MRU
*Aug 7 04:51:30.898: Vi1.1 PPP: Phase is UP
*Aug 7 04:51:30.898: Vi1.1 IPCP: Protocol configured, start CP. state[Initial]
*Aug 7 04:51:30.898: Vi1.1 IPCP: Event[OPEN] State[Initial to Starting]
*Aug 7 04:51:30.898: Vi1.1 IPCP: O CONFREQ [Starting] id 1 len 10
*Aug 7 04:51:30.898: Vi1.1 IPCP: Address 192.168.12.1 (0x0306C0A80C01)
*Aug 7 04:51:30.899: Vi1.1 IPCP: Event[UP] State[Starting to REQsent]
*Aug 7 04:51:30.899: Vi1.1 IPCP: I CONFREQ [REQsent] id 3 len 10
*Aug 7 04:51:30.899: Vi1.1 IPCP: Address 0.0.0.0 (0x030600000000)
*Aug 7 04:51:30.899: Vi1.1 IPCP AUTHOR: Start. Her address 0.0.0.0, we want 0.0.0.0
*Aug 7 04:51:30.899: Vi1.1 IPCP AUTHOR: Done. Her address 0.0.0.0, we want 0.0.0.0
*Aug 7 04:51:30.899: Vi1.1 IPCP: Pool returned 192.168.12.11
*Aug 7 04:51:30.899: Vi1.1 IPCP: O CONFNAK [REQsent] id 3 len 10
*Aug 7 04:51:30.899: Vi1.1 IPCP: Address 192.168.12.11 (0x0306C0A80C0B)
*Aug 7 04:51:30.899: Vi1.1 IPCP: Event[Receive ConfReq-] State[REQsent to REQsent]
*Aug 7 04:51:30.899: Vi1.1 TAGCP: I CONFREQ [UNKNOWN] id 2 len 4
*Aug 7 04:51:30.899: Vi1.1 LCP: O PROTREJ [Open] id 2 len 10 protocol TAGCP (0x01020004)
*Aug 7 04:51:30.900: Vi1.1 IPCP: I CONFACK [REQsent] id 1 len 10
*Aug 7 04:51:30.900: Vi1.1 IPCP: Address 192.168.12.1 (0x0306C0A80C01)
*Aug 7 04:51:30.900: Vi1.1 IPCP: Event[Receive ConfAck] State[REQsent to ACKrcvd]
*Aug 7 04:51:30.901: Vi1.1 IPCP: I CONFREQ [ACKrcvd] id 4 len 10
*Aug 7 04:51:30.902: Vi1.1 IPCP: Address 192.168.12.11 (0x0306C0A80C0B)
*Aug 7 04:51:30.902: Vi1.1 IPCP: O CONFACK [ACKrcvd] id 4 len 10
*Aug 7 04:51:30.902: Vi1.1 IPCP: Address 192.168.12.11 (0x0306C0A80C0B)
*Aug 7 04:51:30.902: Vi1.1 IPCP: Event[Receive ConfReq+] State[ACKrcvd to Open]
*Aug 7 04:51:30.903: Vi1.1 IPCP: State is Open
*Aug 7 04:51:30.903: ppp_session_ntfy, topswidb Vi1.1, va Vi1.1, platform notify 0
*Aug 7 04:51:30.905: Vi1.1 Added to neighbor route AVL tree: topoid 0, address 192.168.12.11
*Aug 7 04:51:30.905: Vi1.1 IPCP: Install route to 192.168.12.11


==========================================================================

Router#show ip int brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES unset up up
Gi0/0/0.12 unassigned YES unset up up
GigabitEthernet0/0/1 unassigned YES unset administratively down down
GigabitEthernet0/0/2 unassigned YES unset administratively down down
GigabitEthernet0/0/3 unassigned YES unset administratively down down
Te0/1/0 unassigned YES unset administratively down down
Te0/2/0 unassigned YES unset administratively down down
GigabitEthernet0 unassigned YES unset administratively down down
Loopback1 192.168.12.1 YES manual up up
Virtual-Access1 unassigned YES unset up up
Virtual-Access1.1 192.168.12.1 YES unset up up
Virtual-Access2 unassigned YES unset down down
Virtual-Template1 192.168.12.1 YES unset down down

 

==========================================================================

Router#show ppp al
Interface/ID OPEN+ Nego* Fail- Stage Peer Address Peer Name
------------ --------------------- -------- --------------- --------------------
Vi1.1 LCP+ CHAP+ IPCP+ LocalT 192.168.12.11 cliente1
Router#

==========================================================================

Router#ping 192.168.12.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.12.11, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

==========================================================================

Router#ping 192.168.12.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.12.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

==========================================================================

Router#show version
Cisco IOS XE Software, Version 03.16.07b.S - Extended Support Release
Cisco IOS Software, ASR1000 Software (PPC_LINUX_IOSD-IPBASE-M), Version 15.5(3)S7b, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2018 by Cisco Systems, Inc.
Compiled Fri 02-Mar-18 08:38 by mcpre


Cisco IOS-XE software, Copyright (c) 2005-2018 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.


ROM: IOS-XE ROMMON

Router uptime is 15 minutes
Uptime for this control processor is 19 minutes
System returned to ROM by reload
System image file is "bootflash:asr1000rp1-ipbase.03.16.07b.S.155-3.S7b-ext.bin"
Last reload reason: Reload Command


cisco ASR1002 (2RU) processor (revision 2RU) with 1727806K/6147K bytes of memory.
Processor board ID FOX1744HDR8
4 Gigabit Ethernet interfaces
2 Ten Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
4194304K bytes of physical memory.
7757823K bytes of eUSB flash at bootflash:.

Configuration register is 0x2102

==========================================================================

Router#show interfaces gigabitEthernet 0/0/0
GigabitEthernet0/0/0 is up, line protocol is up
Hardware is 4XGE-BUILT-IN, address is 24e9.b3d1.c500 (bia 24e9.b3d1.c500)
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation 802.1Q Virtual LAN, Vlan ID 1., loopback not set
Keepalive not supported
Full Duplex, 1000Mbps, link type is auto, media type is unknown media type
output flow-control is off, input flow-control is off
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:03, output hang never
Last clearing of "show interface" counters never
Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 172000 bits/sec, 216 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
151064 packets input, 15144107 bytes, 0 no buffer
Received 77127 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 73031 multicast, 0 pause input
201 packets output, 12884 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
58 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out

==========================================================================

GigabitEthernet0/0/0.12 is up, line protocol is up
Hardware is 4XGE-BUILT-IN, address is 24e9.b3d1.c500 (bia 24e9.b3d1.c500)
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation 802.1Q Virtual LAN, Vlan ID 12.
ARP type: ARPA, ARP Timeout 04:00:00
Keepalive not supported
Last clearing of "show interface" counters never

==========================================================================

Router#show interfaces virtual-template 1
Virtual-Template1 is down, line protocol is down
Hardware is Virtual Template interface
Interface is unnumbered. Using address of Loopback1 (192.168.12.1)
MTU 1492 bytes, BW 100000 Kbit/sec, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:13:47
Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions

==========================================================================

8 Replies 8

asiergd
Level 1
Level 1

Hi matheusvictorleal,

please paste client configuration too.

 

If it is possible configure the ip address directly on interface Virtual-Template1 (previously do not forget remove loopback1's addressing):

interface Virtual-Template1
mtu 1492
ip address 192.168.12.1 255.255.255.0
peer default ip address pool PPPOE
ppp mtu adaptive
ppp authentication chap callin

 

Regards

 

 

 

Hello, asiergd! Many thanks for responding!

I had tried this setup mode before, but it did not work. I tried again and it also did not work. Would you like to analyze some debug?

See below for output:


================================================================

Router#show running-config interface virtual-template 1
Building configuration...

Current configuration : 616 bytes
!
interface Virtual-Template1
mtu 1492
ip address 192.168.12.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip tcp adjust-mss 1452
no logging event link-status
peer default ip address pool PPPOE
no snmp trap link-status
keepalive 20 3
ppp max-bad-auth 8
ppp mtu adaptive
ppp disconnect-cause keepalive lost-carrier
ppp authentication pap chap ms-chap ms-chap-v2
ppp ipcp dns 8.8.8.8
ppp ipcp mask 255.255.255.255
ppp ipcp ignore-map
ppp ipcp address required
ppp ipcp address unique
ppp link reorders
ppp timeout authentication 100
ip virtual-reassembly
end

================================================================

Client side is a Mikrotik for test.

================================================================

 

# jan/12/1970 21:21:45 by RouterOS 6.42.6
# software id = K6M7-NDM1
#
# model = RouterBOARD 750 r2
/interface vlan
add interface=ether1 name=vlan12 vlan-id=12
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan12 name=pppoe-out1 password=cliente1 \
user=cliente1
/system identity
set name=wdx1

================================================================

Hi matheusvictorleal,

I have deployed similar setup and all works fine. Please review the topology file in order to work in the same scenario.
Check the following test results in order to ensure what is not work in your environment:
PPPoE client side
[admin@wdx1] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 D 192.168.12.10/32 192.168.12.1 pppoe-out1
[admin@wdx1] > ping 192.168.12.1 count=3
SEQ HOST SIZE TTL TIME STATUS
0 192.168.12.1 56 255 1ms
1 192.168.12.1 56 255 1ms
2 192.168.12.1 56 255 1ms
sent=3 received=3 packet-loss=0% min-rtt=1ms avg-rtt=1ms max-rtt=1ms
[admin@wdx1] > ping 10.0.0.2 count=3
SEQ HOST SIZE TTL TIME STATUS
0 10.0.0.2 56 63 1ms
1 10.0.0.2 56 63 0ms
2 10.0.0.2 56 63 1ms
sent=3 received=3 packet-loss=0% min-rtt=0ms avg-rtt=0ms max-rtt=1ms

PPPoE server side
PPPoE_Server#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
icmp 10.0.0.1:1 192.168.12.10:15361 10.0.0.2:15361 10.0.0.2:1
Total number of translations: 1

Please paste the following commands:
show pppoe summary
sh pppoe session
sh pppoe session packets
show ppp all
show ppp interface virtual-Access X.1
show ip local pool

sh ip nat translations

Regards

Hi matheusvictorleal,

I have deployed similar setup and all works fine. Please review the topology file in order to work in the same scenario.
Check the following test results in order to ensure what is not work in your environment:
PPPoE client side
[admin@wdx1] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
 #   ADDRESS            NETWORK         INTERFACE
 0 D 192.168.12.10/32   192.168.12.1    pppoe-out1
[admin@wdx1] > ping 192.168.12.1 count=3
  SEQ HOST                                     SIZE TTL TIME  STATUS
    0 192.168.12.1                               56 255 1ms
    1 192.168.12.1                               56 255 1ms
    2 192.168.12.1                               56 255 1ms
    sent=3 received=3 packet-loss=0% min-rtt=1ms avg-rtt=1ms max-rtt=1ms
[admin@wdx1] > ping 10.0.0.2 count=3
  SEQ HOST                                     SIZE TTL TIME  STATUS
    0 10.0.0.2                                   56  63 1ms
    1 10.0.0.2                                   56  63 0ms
    2 10.0.0.2                                   56  63 1ms
    sent=3 received=3 packet-loss=0% min-rtt=0ms avg-rtt=0ms max-rtt=1ms

PPPoE server side
PPPoE_Server#sh ip nat translations
Pro  Inside global         Inside local          Outside local         Outside global
icmp 10.0.0.1:1            192.168.12.10:15361   10.0.0.2:15361        10.0.0.2:1
Total number of translations: 1

Please paste the following commands:
show pppoe summary
sh pppoe session
sh pppoe session packets
show ppp all
show ppp interface virtual-Access X.1
show ip local pool
show ip nat translations
Regards

Hi!

 

I need to solve this problem too.

Hello asiergd! I hope everything is fine,

So, in my lab environment GNS3 also worked correctly, however, in the router ASR 1002 is not working. The requested commands follow.

Thank you!

======================================================

Router#show pppoe summary
PTA : Locally terminated sessions
FWDED: Forwarded sessions
TRANS: All other sessions (in transient state)

TOTAL PTA FWDED TRANS
TOTAL 1 1 0 0
TenGigabitEthernet0/2/0 1 1 0 0


======================================================

Router#show pppoe session
1 session in LOCALLY_TERMINATED (PTA) State
1 session total

Uniq ID PPPoE RemMAC Port VT VA State
SID LocMAC VA-st Type
9 9 cc2d.e009.4bae Te0/2/0.12 1 Vi2.1 PTA
24e9.b3d1.c520 VLAN: 12 UP


======================================================

Router#show pppoe session packets
Total PPPoE sessions 1


SID Pkts-In Pkts-Out Bytes-In Bytes-Out
9 73 69 822 795


======================================================

Router#show ppp interface virtual-Access 2.1
Vi2.1 No PPP serial context
PPP Session Info
----------------
Interface : Vi2.1
PPP ID : 0x5D000009
Phase : UP
Stage : Local Termination
Peer Name : wdx1
Peer Address : 192.168.12.129
Control Protocols: LCP[Open] PAP+ IPCP[Open]
Session ID : 9
AAA Unique ID : 21
SSS Manager ID : 0x57000013
SIP ID : 0x43000012
PPP_IN_USE : 0x11

Vi2.1 LCP: [Open]
Our Negotiated Options
Vi2.1 LCP: MRU 1492 (0x010405D4)
Vi2.1 LCP: AuthProto PAP (0x0304C023)
Vi2.1 LCP: MagicNumber 0xE9ECD2EA (0x0506E9ECD2EA)
Peer's Negotiated Options
Vi2.1 LCP: MRU 1480 (0x010405C8)
Vi2.1 LCP: MagicNumber 0x4E3CB45A (0x05064E3CB45A)

Vi2.1 IPCP: [Open]
Our Negotiated Options
Vi2.1 IPCP: Address 192.168.12.1 (0x0306C0A80C01)
Peer's Negotiated Options
Vi2.1 IPCP: Address 192.168.12.129 (0x0306C0A80C81)

======================================================

Router#show ip local pool

Pool Begin End Free In use
PPPOE 192.168.12.129 192.168.12.254 125 1

======================================================

[admin@wdx1] > ping 192.168.12.1 count=3
SEQ HOST SIZE TTL TIME STATUS
0 192.168.12.1 timeout
1 192.168.12.1 timeout
2 192.168.12.1 timeout
sent=3 received=0 packet-loss=100%

======================================================

[admin@wdx1] > ping 8.8.8.8 count=3
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 8.8.8.8 timeout
sent=3 received=0 packet-loss=100%

======================================================

Router#show ip nat translations
Total number of translations: 0

======================================================

Router#ping 8.8.8.8 source loopback 1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
Packet sent with a source address of 192.168.12.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 21/21/22 ms

======================================================

Router#show ip nat translations
Pro Inside global Inside local Outside local Outside global
icmp x.x.x.x:8 192.168.12.1:8 8.8.8.8:8 8.8.8.8:8
Total number of translations: 1

======================================================

 

Hi matheusvictorleal,

please check the license, I think that Advanced IP Service or Advanced Enterprise is requiered.

 

Regards,

Hi matheusvictorleal,

 

Did you solve it? I have he same issue.

 

Thank you