首页 > 学院 > 网络通信 > 正文

PPP 回播基本配置

2019-11-04 20:50:10
字体:
来源:转载
供稿:网友

  PPP Callback Server
  interface bri 0
  ip address 10.1.1.7 255.255.255.0
  encapsulation ppp
  dialer callback-secure
  dialer enable-timeout 2
  dialer map ip 10.1.1.8 name atlanta class dial1 81012345678901
  dialer-group 1
  ppp callback accept
  ppp authentication chap
  !
  map-class dialer dial1
  dialer callback-server username
  
  
  PPP Callback Client
  interface bri 0
  ip address 10.1.1.8 255.255.255.0
  encapsulation ppp
  dialer map ip 10.1.1.7 name dallas 81012345678902
  dialer-group 1
  ppp callback request
  ppp authentication chap

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表