07-28-2021 10:26 AM - edited 07-28-2021 10:28 AM
My all over country branch location connected to TATA MPLS but This particular branch (XYZ_Branch) location don't have TATA MPLS reachability at this area so we have decided to configure IPSEC tunnel between XYZ_Branch and TATA_MPLS. My local internet service provider is BSNL. BSNL provided a Modem for connectivity to branch router.
I have configured Dialer Interface and it was working fine continuously but it stop one day then BSNL has replaced the MODEM but my Ipsec tunnel is not up because of internet reachability issue (between router and Modem). I have checked internet link on Laptop it is working fine.
I have lot of search on internet but I am getting lot of different different configuration and making me confused.
My router configuration is as below.
Router Model : CISCO1841
IOS Version : 12.4(9)T7
===========================
interface FastEthernet0/0
description "Connected to BB link ISP"
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
=======================
interface Dialer2
ip address negotiated
ip mtu 1492
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname m29XXXX6_xyz@abcd.bsnl.in (Same hostname configured on Modem)
ppp chap password 7 03145A1815182E5E4A (Same password configured on Modem)
==================================================
ip route 0.0.0.0 0.0.0.0 Dialer2
==================================================
Router#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES NVRAM up up
FastEthernet0/1 10.10.10.1 YES NVRAM up up
Serial0/0/0 unassigned YES NVRAM administratively down down
Virtual-Access1 unassigned YES unset up up
Dialer2 unassigned YES NVRAM up up
=============================================================
Router#debug crypto IPSEC / debug crypto ISAKMP / debug dialer detailed
Above command show log as below
Router#sh log
IPSEC(sa_initiate): Kicking the dialer interface
Di2 DDR: IPsec application triggering the call
Di2 DDR: dialer_fsm_idle()
===============================================================
07-28-2021 11:55 AM - edited 07-28-2021 11:56 AM
Hello
I don’t see any ip address allocated to the dialer interface however you mention if you connect the laptop to the modem you are able to connect so that make me think the isp could be allowing you laptop mac address but not your router so what you could try is to give the rtr the mac-address of your laptop basically spoofing the rtrs interface so it can connect to the modem.
07-28-2021 01:53 PM
Hello @vyas.2020 ,
if the modem is already acting as a PPPoE client you don't need the configuration of PPPoE client and dialer interface on your router but only to get an IP address using
===========================
interface FastEthernet0/0
description "Connected to BB link ISP"
ip address dhcp
and so on.
Hope to help
Giuseppe
07-28-2021 10:13 PM - edited 07-28-2021 11:14 PM
@paul driver I will check with ISP and update
I got one community conversation which saying same thing
@ Giuseppe Larosa While Tshoot I got below detail which showing my configuration wise correct
https://ccie20728.wordpress.com/2010/10/27/configuring-pppoe/
Cisco Document
As I told it was working earlier but during lockdown site was closed so that period of time issue started so that we replaced the Modem but no luck.
Also as per debug collected log I found two bug detail. which is exactly not relate to this version but just for info.
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCef18837
Please check above link and suggest if any
07-28-2021 11:13 PM
@Giuseppe Larosa In that case can you tell me what should be my configuration, I will test it.
07-29-2021 04:16 AM
Hello
If ppoe is already established it would just be a mater of enabling the wan interface of your rtr to receive dhcp allocation as @Giuseppe Larosa has shown.
07-29-2021 09:04 AM
Issue got resolved after converting Modem PPPOE mode to Bridge Mode.
Actually my router configured for Bridge Mode modem.
07-29-2021 11:25 AM
Hello
so basically what you have done when changing the modem to bridge mode is to allow your rtr to become a ppoe client instead of the modem.
07-28-2021 11:53 PM
Hello,
post the full configuration of the 1841 router when it was working (with the old modem).
That said, you are running a very outdated IOS (12.x) version on a router that is end of life as of 2010, so chances are that the replacement modem is not compatible. What modem (brand/type/model) is that anyway ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide