zhoujun.g 发表于 2018-7-10 09:59:05

ISCW实验3:配置Cisco PPPoE Server和Cisco PPPoE Client

第五步在R1上进行PPPoE和PPP信息的调试R1#debug ppp authentication  PPP authentication debugging is on
  R1#debug pppoe events
  PPPoE protocol events debugging is on
  R1#
  *Jun 16 20:35:37.319:padi timer expired
  *Jun 16 20:35:37.319:Sending PADI: Interface = FastEthernet0/0
  R1#
  *Jun 16 20:41:34.331:PPPOE: we've got our pado and the pado timer went off
  *Jun 16 20:41:34.331: OUT PADR from PPPoE Session
  *Jun 16 20:41:34.451: PPPoE 1: I PADSR:ca02.0a14.0000 L:ca01.0a20.0000 Fa0/0
  *Jun 16 20:41:34.451: IN PADS from PPPoE Session
  *Jun 16 20:41:34.483: %DIALER-6-BIND: Interface Vi2 bound to profile Di0
  *Jun 16 20:41:34.483: PPPoE: Virtual Access interface obtained.
  *Jun 16 20:41:34.487: PPPoE : encap string prepared
  *Jun 16 20:41:34.487: PPPoE 1: data path set to Virtual Acess
  *Jun 16 20:41:34.491: Vi2 PPP: Using dialer call direction
  *Jun 16 20:41:34.491: Vi2 PPP: Treating connection as a callout

  *Jun 16 20:41:34.495: Vi2 PPP: Session handle Session>  *Jun 16 20:41:34.495: Vi2 PPP: Authorization required
  *Jun 16 20:41:34.495: Vi2 PPP: No remote authentication for call-out
  *Jun 16 20:41:34.623: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
  R1#
  *Jun 16 20:41:34.807: Vi2 PPP: No authorization without authentication

  *Jun 16 20:41:34.831: Vi2 CHAP: I CHALLENGE>  *Jun 16 20:41:34.903: Vi2 CHAP: Using hostname from interface CHAP
  *Jun 16 20:41:34.903: Vi2 CHAP: Using password from interface CHAP

  *Jun 16 20:41:34.903: Vi2 CHAP: O RESPONSE>
  *Jun 16 20:41:35.471: Vi2 CHAP: I SUCCESS>  R1#
  *Jun 16 21:00:15.147: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up
  R1#show ip route
  Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
  D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  E1 - OSPF external type 1, E2 - OSPF external type 2
  i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
  ia - IS-IS inter area, * - candidate default, U - per-user static route
  o - ODR, P - periodic downloaded static route
页: [1]
查看完整版本: ISCW实验3:配置Cisco PPPoE Server和Cisco PPPoE Client