亚洲国产日韩欧美在线a乱码,国产精品路线1路线2路线,亚洲视频一区,精品国产自,www狠狠,国产情侣激情在线视频免费看,亚洲成年网站在线观看

思科路由器設(shè)置VPDN的方法

時(shí)間:2024-08-10 12:50:03 思科認(rèn)證 我要投稿
  • 相關(guān)推薦

思科路由器設(shè)置VPDN的方法

  CCNA 重新認(rèn)證:CCNA認(rèn)證證書的時(shí)效性是三年。要重新更新證書,必須通過CCNA的考試(如果通過的下一階段CCNP的考試,CCNA認(rèn)證證書會(huì)被自動(dòng)更新)下面是小編整理的關(guān)于思科路由器設(shè)置VPDN的方法,歡迎大家參考!

  1 啟用aaa new-model

  aaa new-model

  2、建立認(rèn)證方式

  aaa authentication ppp mytest local (這里為本地認(rèn)證)

  3、啟用VPDN

  vpdn enable

  4、建立VPDN組

  vpdn-group mytest

  ! Default L2TP VPDN group

  accept-dialin

  protocol l2tp

  virtual-template 1

  local name mytest-name

  lcp renegotiation always //注意非常重要,否則LCP不會(huì)自協(xié)商,那么路由器的MTU值一定要和對(duì)方LAC發(fā)過來的要匹配,否則LCP失敗

  l2tp tunnel password 7 00090A1201481F

  source-ip x.x.x.x

  5、建立IP 本地POOL

  ip local pool mytest-01 172.23.1.2 172.23.1.254

  6、配置虛模板

  interface Virtual-Template1

  ip address 172.23.1.1 255.255.255.0

  peer default ip address pool mytest-01

  ppp authentication pap mytest

  5200g

  domain qh.org

  authentication-scheme vpdn_none

  accounting-scheme vpdn_none

  l2tp-group qh.org

  l2tp-group qh.org

  tunnel password simple mytest

  tunnel name mytest

  start l2tp ip x.x.x.x

  tunnel source LoopBack0

  附:L2TP協(xié)議結(jié)構(gòu)

  1、IP包頭 20字節(jié)

  2、UDP報(bào)頭 8字節(jié)

  3、L2TP報(bào)頭 12字節(jié):包括:

  1)the version and flag fields (2 bytes)

  2)the tunnel id and session id fields (2 bytes each)

  3)2 bytes of padding offset

  4)4 bytes of Point-to-Point Protocol (PPP) encapsulation

  //以下是沒有啟用LCP自協(xié)商的DEBUG 連接失敗

  Jul 25 00:03:48.084: Vi1 VPDN: Virtual interface created for qh@qh.org

  Jul 25 00:03:48.084: Vi1 PPP: Phase is DOWN, Setup

  Jul 25 00:03:48.084: Vi1 VPDN: Clone from Vtemplate 1 filterPPP=0 blocking

  Jul 25 00:03:48.204: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up

  Jul 25 00:03:48.204: Vi1 PPP: Using set call direction

  Jul 25 00:03:48.204: Vi1 PPP: Treating connection as a callin

  Jul 25 00:03:48.204: Vi1 PPP: Phase is ESTABLISHING, Passive Open

  Jul 25 00:03:48.204: Vi1 LCP: State is Listen

  Jul 25 00:03:48.204: Vi1 VPDN: Bind interface direction=2

  Jul 25 00:03:48.204: Vi1 LCP: I FORCED CONFREQ len 14

  Jul 25 00:03:48.204: Vi1 LCP: MRU 1492 (0x010405D4)

  Jul 25 00:03:48.204: Vi1 LCP: AuthProto PAP (0x0304C023)

  Jul 25 00:03:48.204: Vi1 LCP: MagicNumber 0x01022143 (0x050601022143)

  Jul 25 00:03:48.204: Vi1 VPDN: PPP LCP accepted rcv CONFACK

  Jul 25 00:03:48.204: Vi1 LCP: I FORCED CONFACK len 10

  Jul 25 00:03:48.204: Vi1 LCP: MRU 1480 (0x010405C8)

  Jul 25 00:03:48.204: Vi1 LCP: MagicNumber 0x082D5DCE (0x0506082D5DCE)

  Jul 25 00:03:48.204: Vi1 VPDN: PPP LCP not accepting sent CONFACK

  Jul 25 00:03:48.204: Vi1 VPDN: Unbind interface

  Jul 25 00:03:48.296: Vi1 PPP: No remote authentication for call-in

  Jul 25 00:03:48.560: Vi1 PPP: Missed link down notification

  Jul 25 00:03:48.560: Vi1 LCP: State is Closed

【思科路由器設(shè)置VPDN的方法】相關(guān)文章:

kingnet路由器的設(shè)置方法01-18

思科路由器廣域網(wǎng)協(xié)議設(shè)置06-30

揭秘buffalo路由器的設(shè)置方法11-23

思科路由器密碼恢復(fù)方法10-24

圖解dlink路由器的設(shè)置方法10-10

思科認(rèn)證無線路由密碼設(shè)置方法07-31

詳細(xì)介紹totolin路由器的設(shè)置方法10-19

思科認(rèn)證科目設(shè)置08-19

思科路由器的安全配置06-03

思科路由器配置基礎(chǔ)08-13