cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
805
Views
0
Helpful
3
Replies

Configures SBC yahoo DSL Dyname IP with 1811 Router

osmansmalik
Level 5
Level 5

I would like to setup Cisco 1811 Router with SBC Yahoo ADSL Modem (Siemens Speed stream 4100). DSL Modem is in bridge mode.

DSL modem get's a DHCP address from ISP and my LAN will also be configured as DHCP. Can i get a sample config i can use.

Thanks,

Osman

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

Here's mine-

interface FastEthernet0/1

description DSL WAN Interface

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

no ip mroute-cache

duplex auto

speed auto

pppoe enable

pppoe-client dial-pool-number 1

!

interface Dialer1

description DSL WAN Dialer$FW_OUTSIDE$

ip address negotiated

no ip unreachables

ip nat outside

ip virtual-reassembly

encapsulation ppp

no ip mroute-cache

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication pap callin

ppp pap sent-username username@sbcglobal.net password 0 SeCrEt

dialer-list 1 protocol ip permit

ip dhcp pool dhcp-pool

import all

network 192.168.2.0 255.255.255.0

default-router 192.168.2.1

dns-server 206.141.192.60 65.43.19.26

lease 0 2

HTH and please rate.

View solution in original post

3 Replies 3

Collin Clark
VIP Alumni
VIP Alumni

Here's mine-

interface FastEthernet0/1

description DSL WAN Interface

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

no ip mroute-cache

duplex auto

speed auto

pppoe enable

pppoe-client dial-pool-number 1

!

interface Dialer1

description DSL WAN Dialer$FW_OUTSIDE$

ip address negotiated

no ip unreachables

ip nat outside

ip virtual-reassembly

encapsulation ppp

no ip mroute-cache

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication pap callin

ppp pap sent-username username@sbcglobal.net password 0 SeCrEt

dialer-list 1 protocol ip permit

ip dhcp pool dhcp-pool

import all

network 192.168.2.0 255.255.255.0

default-router 192.168.2.1

dns-server 206.141.192.60 65.43.19.26

lease 0 2

HTH and please rate.

Thanks for the post. The config worked like a champ.

Osman

Vikrant Ambhore
Level 1
Level 1

Hello osmansmalik ,

I have same Setup as per you My setup is ISP------>modem ----> Cisco 1861 Router -----> Switch, I setup Cisco Interface as per your comment,  I want  to use dialer int of Cisco 1861 for getting IP from Modem ?  but I'm not sure if this modem can work as bridge just to translate packets to PPP from Cisco if this modem can work as bidge instead of router..
Can you suggest me  which protocol should be use on Modem ?

I know you said Bridge, but which I saw lot's of option there, I know this is sily question but I'm not familier, I hope you will help me

I hve below option in Modem

1: Dynamic IP Address
     1483 Bridge IP LLC
     1483 Bridge IP VC-MUX
     1483 Routed IP LLC(Poa)
     1483 Routed IP VC-MUX

2:   Static IP address
      1483 Bridge IP LLC
     1483 Bridge IP VC-MUX
     1483 Routed IP LLC(Poa)
     1483 Routed IP VC-MUX

3:- PPPOe/PPPoA
     PPPoe IP LLC
     PPPoe Bridge IP VC-MUX
     PPPoa IP LLC
     PPPoa Bridge IP VC-MUX

4:- Bridge Mode
     1483 Bridge IP LLC
     1483 Bridge IP VC-MUX

Regards

Vikrant

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: