cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
336
Views
0
Helpful
4
Replies

WAN problem with 857W

Johan_Melin
Level 1
Level 1

Hi, I can connect to my ISP (Telia, Sweden), but I don't get a ip from my ISP. I think that the router cant't receive any DNS... Telia use dynamic DHCP and DNS. I have set the encapsulation mode to "RFC 1483 llc/snap"

4 Replies 4

stephen.stack
Level 4
Level 4

Hi Johan,

Perhaps you could post some of your config here for us to trouble shoot. One thing thats comes to mind is...

If you are using a dialer interface, then use the command

ip address negotiate

NOT

ip address dhcp

HTH

Please rate all posts

Regards

Stephen

========================== http://www.rconfig.com A free, open source network device configuration management tool, customizable to your needs! - Always vote on an answer if you found it helpful

patrickvanham
Level 1
Level 1

Try the following configuration, I believe pvc 8/35 is used by Telia. Most european DSL providers work with bridging, so a dialler interface isn't used but rather a bridge interface.

bridge irb

interface ATM0

no ip address

no atm ilmi-keepalive

pvc 8/35

encapsulation aal5snap

dsl operating-mode auto

bridge-group 1

interface BVI1

ip address dhcp

ip nat outside

ip classless

ip route 0.0.0.0 0.0.0.0 BVI1

bridge 1 protocol ieee

bridge 1 route ip

Hmm ok, I have tested this configuration but whitout success. How to update firmware? Are there anyone who have a guide?

First, you need to have customer-level access to CCO for download IOS software. This requires a purchasing and registering a support contract for the router.

Anyway, first check that you have DSL connectivity with "show dsl interface".

Note in the example above, there should NO command like "ip route 0.0.0.0 0.0.0.0 BVI1".

Instead, "ip 0.0.0.0 0.0.0.0 dhcp" can be acceptable, or nothing at all.

Review Cisco Networking products for a $25 gift card