12-31-2003 05:08 PM - edited 03-02-2019 12:38 PM
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.
Solved! Go to Solution.
01-01-2004 03:56 AM
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
01-01-2004 02:26 AM
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
01-01-2004 03:25 AM
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!
01-01-2004 03:56 AM
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
01-01-2004 03:52 AM
01-20-2004 12:29 AM
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?
01-20-2004 12:39 AM
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
Regards,
GP
01-20-2004 12:54 AM
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.
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