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

Cisco 1600 Router and DSL

jachin84
Level 1
Level 1

Hi,

I am fairly new to all the cisco gear so sorry for my ignorance. I am wondering, can i use a cisco 1600 as the router for my adsl connection. I have an adsl modem that i can put into bridge mode so i can see why it can't be done. Any help would be greatly appreciated.

1 Accepted Solution

Accepted Solutions

Hello,

starting from IOS 12.2(2)T, you can configure the 1600 as a PPPoE client. I have attached a sample config. For all info on the 1600, I would check teh Cisco website at:

http://www.cisco.com/en/US/products/hw/routers/ps214/index.html

This sample config has other stuff as well which is probably not relevant to you. If you can access the following link, the entire sample config is in there as well:

http://www.cisco.com/en/US/tech/tk86/tk808/technologies_configuration_example09186a008019e120.shtml

PPPoE_client#show running-config

Building configuration...

Current configuration : 1099 bytes

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname PPPoE_client

!

no logging console

enable password cisco

!

username LAC password 0 cisco

!--- Cmts-user name/password sent to LNS to create the L2TP tunnel.

username LNS password 0 cisco

!--- Lns-user name/password used by LNS to authenticate tunnel creation.

username user@surf.org

!--- Specifies a username and password for each user to be granted PPPoE access.

!--- This can be configured on the RADIUS authentication servers.

ip subnet-zero

no ip domain lookup

ip domain name surf.org

!

vpdn enable

!

vpdn-group 1

request-dialin

protocol pppoe

!

!

!

!

interface Ethernet0

no ip address

pppoe enable

pppoe-client dial-pool-number 1

!

interface Virtual-Template1

no ip address

ip mtu 1492

no peer default ip address

!

interface Serial0

no ip address

shutdown

no fair-queue

!

interface Serial1

no ip address

shutdown

!

interface Dialer1

mtu 1492

ip address negotiated

ip nat outside

encapsulation ppp

dialer pool 1

ppp chap hostname user@surf.org

ppp chap password 0 cisco

!

ip nat inside source list 1 interface Dialer1 overload

ip classless

ip route 0.0.0.0 0.0.0.0 Dialer1

no ip http server

!

!

access-list 1 permit any

!

!

line con 0

line vty 0 4

password cisco

login

!

end

Regards,

Georg

View solution in original post

7 Replies 7

Hello,

obviously the 1600 router itself does not support ADSL WICs. If you connect the 1600 to a bridge behind your ADSL modem, it should be no problem.

Regards,

Georg

Just as i thought. I have a billion adsl Modem/router that i can put into bridge mode. However will the 1600 support PPPoE? Also, where can i get more info on the 1600? Thanks in advance!

Hello,

starting from IOS 12.2(2)T, you can configure the 1600 as a PPPoE client. I have attached a sample config. For all info on the 1600, I would check teh Cisco website at:

http://www.cisco.com/en/US/products/hw/routers/ps214/index.html

This sample config has other stuff as well which is probably not relevant to you. If you can access the following link, the entire sample config is in there as well:

http://www.cisco.com/en/US/tech/tk86/tk808/technologies_configuration_example09186a008019e120.shtml

PPPoE_client#show running-config

Building configuration...

Current configuration : 1099 bytes

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname PPPoE_client

!

no logging console

enable password cisco

!

username LAC password 0 cisco

!--- Cmts-user name/password sent to LNS to create the L2TP tunnel.

username LNS password 0 cisco

!--- Lns-user name/password used by LNS to authenticate tunnel creation.

username user@surf.org

!--- Specifies a username and password for each user to be granted PPPoE access.

!--- This can be configured on the RADIUS authentication servers.

ip subnet-zero

no ip domain lookup

ip domain name surf.org

!

vpdn enable

!

vpdn-group 1

request-dialin

protocol pppoe

!

!

!

!

interface Ethernet0

no ip address

pppoe enable

pppoe-client dial-pool-number 1

!

interface Virtual-Template1

no ip address

ip mtu 1492

no peer default ip address

!

interface Serial0

no ip address

shutdown

no fair-queue

!

interface Serial1

no ip address

shutdown

!

interface Dialer1

mtu 1492

ip address negotiated

ip nat outside

encapsulation ppp

dialer pool 1

ppp chap hostname user@surf.org

ppp chap password 0 cisco

!

ip nat inside source list 1 interface Dialer1 overload

ip classless

ip route 0.0.0.0 0.0.0.0 Dialer1

no ip http server

!

!

access-list 1 permit any

!

!

line con 0

line vty 0 4

password cisco

login

!

end

Regards,

Georg

jachin84
Level 1
Level 1

Ok so now i need to know if the 1600 series routers can accept a WIC-1ENET. The documentation that comes with it has instructions for installation in a 1600 but it says on the site that it doesn't work?

Anyone done this before?

Hello,

the 1600 series does not support the WIC-1ENET, check this link for the hardware compatibility matrix:

WAN Interface Card (WIC) / Platform Hardware Compatibility Matrix for 1600, 1700, 2600, 3600 and 3700 Series Routers

http://www.cisco.com/en/US/partner/products/hw/modules/ps3129/products_tech_note09186a00800ae37f.shtml#topic1

Regards,

GP

That is what i looked at as well but why does the documentation that comes with it say Interface Card for Cisco 1600 Series, Cisco 1700 Series....etc.