首页 > 代码库 > juniper ADSL配置脚本

juniper ADSL配置脚本

set interfaces pp0 unit 0 ppp-options pap default-password "$9$rI7KML-dwJUifTrKvM7Ng4aZDH"

set interfaces pp0 unit 0 ppp-options pap local-name "076902166507@163.gd"

set interfaces pp0 unit 0 ppp-options pap local-password "$9$p7D0O1ErlvNVsJGpOB1SyLX7-bY"

set interfaces pp0 unit 0 ppp-options pap passive

set interfaces pp0 unit 0 pppoe-options underlying-interface fe-0/0/0.0

set interfaces pp0 unit 0 pppoe-options idle-timeout 100

set interfaces pp0 unit 0 pppoe-options auto-reconnect 100

set interfaces pp0 unit 0 pppoe-options client

set interfaces pp0 unit 0 family inet mtu 1492



set security zones security-zone untrust interfaces pp0.0




参考链接

http://kb.juniper.net/InfoCenter/index?page=content&id=KB15737&actp=search


本文出自 “为梦想奋斗” 博客,请务必保留此出处http://holger.blog.51cto.com/7969271/1936603

juniper ADSL配置脚本