ā12-19-2013 12:30 AM - edited ā03-04-2019 09:54 PM
Dear all
I'll install a cisco 887va-k9 router next week. would you please tell me how to install it to act as ADSL modem to my LAN regarding blow informations:
adsl
pppoe
vpi/vci 0/35
username U
password P
kind regards
Mahmoud
ā12-19-2013 12:59 AM
Dear Mahmoud,
You have to get the PVC, username, password informations from tour ISP, below would be typical configuration for ADSL interface and ethernet interface.
ADSL interface
--------------------
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/35
pppoe-client dial-pool-number 1
interface Dialer1
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxx
ppp chap password xxxx
ppp pap sent-username xxxx password xxxx
Ethernet Interface
-------------------------
interface GigabitEthernet0/0
no ip address
ip mtu 1492
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
interface Dialer1
ip address negotiated
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp chap hostname xxxx
ppp chap password xxxx
ppp pap sent-username xxxx password xxxx
Thanks *** please rate helpful posts***
Shanil
ā12-19-2013 01:40 AM
Thank you Shanil for your replay ,I appreciate that.please tell me what is the difference between these two configurations
I need to connect the RJ11 coming from the wall outlet directly to the router (POTS port), is this connction correct ?
ā12-19-2013 03:18 AM
Yes in that case it's Adsl (ATM) interface you have to use the first configuration.
The difference is if you have rj-11 connection from provider you need an Adsl interface on the router. If it's rj-45 wan Ethernet interface is needed in router
Thanks
Shanil
Sent from Cisco Technical Support iPhone App
ā12-21-2013 11:51 PM
Thank you Shanil
If I need t connect this 887va router with 1801 cisco router in anther area through site to site vpn
1- I'll use interface ATM0 as source in tunnel ,is that correct?
2- Do I need static public ip in both sites for the vpn ?
3-I saw another configuration for adsl in 887 ,thy use another sub-interface uder interface ATM0 like
#interface ATM 0.1 point-to-poin
why tis command?
regards
MAhmoud
ā12-22-2013 01:28 AM
Dear Mahmoud,
For site to site VPN you have to apply the crypto-map on Dialer interface not on physical interface ATM0
interface Dialer1
crypto map
atleast one side you need static public ip to configure site to site VPN
there is no need for subinterface point-topoint configuration
Thanks
Shanil
ā12-22-2013 02:29 AM
so many thanks to you shanil
I have in site A (Cisco router 1801 which connected to Internet by leased line and LAN is 10.0.0.0/24)
in site B (Cisco router 887va which connected with 4Mbps ADSL connection and LAN is 10.10.10.0/24)
do you provide me with the simplest way to configure this vpn and prerequisites?
regards;
Mahmoud
ā12-24-2013 12:37 AM
Dear Mahmoud,
Hopes both sides you have static ips.
On Cisco 1801
----------------------
---configure isakmp policy----
crypto isakmp policy 20
encr 3des
hash md5
authentication pre-share
group 2
---configure key ,(x.x.x.x would be public ip address of the other end )
crypto isakmp key 0 xxxxxxxxxxxxxxxx address x.x.x.x no-xauth
---configure ipsec policy -transformset----
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
---configure cryptomap- to tie all the parameters transformset,peer address and acl)
crypto map MY-MAP 5 ipsec-isakmp
set peer x.x.x.x
set transform-set ESP-3DES-SHA
match address MY-ACL
---configure crypto acl-interesting traffic----
ip access-list extended MY-ACL
permit ip 10.0.0.0 0.0.0.255 10.10.10.0 0.0.0.255
---Apply the crypto map on outside interface, if dialer interface apply on dialer interface----
int fa4
ip address y.y.y.y 255.255.255.252
crypto map MY-MAP
The same need to configure the other end 887 router, peer ip and access-list will change as per.
please note that all other parameters used in crypto should be same including the key.
If you have to use internet need to excempt VPN traffic from nating
Hopes this help ***please rate helpful posts***
Shanil
ā03-01-2014 11:14 PM
Hi
I have one public ip address ,which interface I can use to configure it whith this public ip?
ā03-02-2014 02:34 AM
Hi any wan interafce . The cable has to connect to the wan interface or adsl interface and configure the static public ip.
Sent from Cisco Technical Support iPhone App
ā03-03-2014 02:46 AM
shanilkumar2003 wrote:
Hi any wan interafce . The cable has to connect to the wan interface or adsl interface and configure the static public ip.
Sent from Cisco Technical Support iPhone App
so many thanks to you shanil
I tried to configure this real ip under the dialer interface
but it doesnt work
any help please
ā03-03-2014 06:25 AM
Hi if its ADSL you have to configure the public static ip on the Dialer only. As below
interface Dialer1
ip address 2.2.2.2 255.255.255.252
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp chap hostname xxxx
ppp chap password xxxx
ppp pap sent-username xxxx password xxxx
***Please rate if helps****
Sent from Cisco Technical Support iPhone App
ā03-03-2014 11:13 PM
shanilkumar2003 wrote:
Hi if its ADSL you have to configure the public static ip on the Dialer only. As below
interface Dialer1
ip address 2.2.2.2 255.255.255.252
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp chap hostname xxxx
ppp chap password xxxx
ppp pap sent-username xxxx password xxxx
***Please rate if helps****
Sent from Cisco Technical Support iPhone App
I tried this solution before but doesn't worked
and tried to restart and ip routing again but without success
- I notice i got public ip under dialer interface in 62.x.x.x range by negotiation but ISP assigned 84.x.x.x as static real for me so when i use this static it doesn't work because of differnt subnets.
ā03-04-2014 01:52 AM
I would speak to your ISP to ensure they have actually configured your connection with the static IP address they provided. I have seen it many times where an order form will provide a static IP address but when the connection is configured by the ISP they fail to actually provide this.
ā03-04-2014 11:15 PM
James Neilson wrote:
I would speak to your ISP to ensure they have actually configured your connection with the static IP address they provided. I have seen it many times where an order form will provide a static IP address but when the connection is configured by the ISP they fail to actually provide this.
thanks I will check it
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