how can I reconnect DSL in cisco router 877w
Posted
by Sulaiman
on Super User
See other posts from Super User
or by Sulaiman
Published on 2010-01-18T07:20:49Z
Indexed on
2010/03/31
15:03 UTC
Read the original article
Hit count: 377
cisco
|networking
Hi All,
I've configured ADSL and added a new public LAN ips for the router. How can I reconnect DSL connection and apply the new configuration without executing the command reload
this is the commands I am using for DSL configuration
config terminal
interface dialer 0
ppp chap hostname User
ppp chap password 0 Pass
exit
exit
wr mem
and this is the commands I am using for adding IP addresses:
configure t
interface vlan 1
ip address xx.xx.xx.xx 255.255.255.252 Secondary
exit
wr mem
thank you
© Super User or respective owner