如何在cisco路由器877w中重新连接DSL


0

我已经为路由器配置了ADSL并添加了新的公共LAN IP。如何在不执行命令重载的情况下重新连接DSL连接并应用新配置?

这些是我用于DSL配置的命令:

 config terminal
 interface dialer 0
 ppp chap hostname User
 ppp chap password 0 Pass
 exit
 exit
 wr mem

这些是我用来添加IP地址的命令:

configure t
interface vlan 1
ip address xx.xx.xx.xx 255.255.255.252 Secondary
exit
wr mem

谢谢!

Answers:


0

试一试 shut / no shut 在拨号器端口。

conf t
 interface dialer 0
  shut #may be wait few seconds after this
  no shut
end

由于这不是编程相关的,所以,我投票结束这个(可能是超级用户)

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.