how can I reconnect DSL in cisco router 877w
- by Sulaiman
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