Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

vấn đề đóng gói ppp và xác thực chap. xin hỏi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vấn đề đóng gói ppp và xác thực chap. xin hỏi

    1 vấn đề mình muốn hỏi về đóng gói ppp và xác thực chap
    mình thấy tất cả các lab trên vnpro là cổng s0/0/0
    mà sao trong pm mô phỏng thực tập trên máy tính mình tìm quài cái router có s0/0/0 ko có
    làm sao để tìm dc cái router có cổng s0/0/0 ak?

    liên quan đến đóng gói ppp và chap thì sao ở lab vnpro nó thực hiện ntn

    sau khi đặt tên và cấu hình ip và ping thành công giữa 2 router 1 và 2
    thì tiến hành đóng gói và xác thực với cách làm:

    R1(config)#username cisco password 123
    R1(config)#interface s0/0/0
    R1(config-if)#encapsulation ppp
    R1(config-if)#ppp authentication chap
    R1(config-if)#ppp chap hostname vnpro
    R1(config-if)#ppp chap password 123


    trên R2 thì lấy usernamevnpro và pass 123

    còn theo những gì mình tìm hiểu thì mình biết đóng gói và xác thực theo cách này.

    từ R1

    R1(config)#username R2 password 123 <lấy username của R2>

    trên R2 lấy username R1 pass chung

    và làm tối câu lệnh
    R1(config-if)#ppp authentication chap
    no shutdown
    kiểm tra 2 cổng up và ping qua lại là thành công

    còn mình làm theo cách của vnpro thì trong (config-if) đánh xong câu lệnh ppp authentication chap thì đánh tiếp câu lệnh <ppp chap hostname ...> ko dc or nói đúng hơn là ko có
    mong mọi người giải thích dùm tí

    tại em tự học và tự mày mò chờ 2 tháng nữa trung tâm chỗ mình mở lớp mới tới học dc. nên có vài chỗ bị vấp và chưa thông. mong anh chị biết chỉ bảo dúp em
    em ko hiểu thì em tức ko chịu dc. ^^

  • #2
    đây là bài theo cách em làm. lỗi ở dưới cùng bài với câu lệnh như bên vnpro

    Router>en
    Router#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    Router(config)#hostname R2
    R2(config)#interface serial 2/0
    R2(config-if)#ip address 192.168.1.2 255.255.255.0
    R2(config-if)#no shutdown


    %LINK-5-CHANGED: Interface Serial2/0, changed state to up
    R2(config-if)#
    %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
    R2(config-if)#exit
    R2(config)#username R1 password 123
    R2(config)#interface serial 2/0
    R2(config-if)#encapsulation ppp


    %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to downR2(config-if)#p


    R2(config-if)#ppp authentication chap
    R2(config-if)#no shutdown


    %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
    R2(config-if)#exit
    R2(config)#exit
    %SYS-5-CONFIG_I: Configured from console by console


    R2#show ip interface brief
    Interface IP-Address OK? Method Status Protocol

    FastEthernet0/0 unassigned YES manual administratively down down

    FastEthernet1/0 unassigned YES manual administratively down down

    Serial2/0 192.168.1.2 YES manual up up

    Serial3/0 unassigned YES manual administratively down down

    FastEthernet4/0 unassigned YES manual administratively down down

    FastEthernet5/0 unassigned YES manual administratively down down


    R2#ping 192.168.1.1


    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 3/4/5 ms


    p
    R2(config)#interface serial 2/0
    R2(config-if)#exit
    R2(config)#u
    R2(config)#username R2 p
    R2(config)#username R2 password 321
    R2(config)#in
    R2(config)#interface s
    R2(config)#interface serial 2/0
    R2(config-if)#en
    R2(config-if)#encapsulation p
    R2(config-if)#encapsulation ppp
    R2(config-if)#p
    R2(config-if)#ppp au
    R2(config-if)#ppp authentication ch
    R2(config-if)#ppp authentication chap
    R2(config-if)#exit
    R2(config)#exit
    %SYS-5-CONFIG_I: Configured from console by console
    R2#p
    R2#ping 192.168.1.1


    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 2/3/5 ms




    R2#show ip interface brief
    Interface IP-Address OK? Method Status Protocol

    FastEthernet0/0 unassigned YES manual administratively down down

    FastEthernet1/0 unassigned YES manual administratively down down

    Serial2/0 192.168.1.2 YES manual up up

    Serial3/0 unassigned YES manual administratively down down

    FastEthernet4/0 unassigned YES manual administratively down down

    FastEthernet5/0 unassigned YES manual administratively down down
    R2#conf t
    Enter configuration commands, one per line. End with CNTL/Z.


    R2(config)#username R1 password 321
    R2(config)#interface serial 2/0
    R2(config-if)#encapsulation ppp
    R2(config-if)#ppp authentication chap
    R2(config-if)#shutdown


    %LINK-5-CHANGED: Interface Serial2/0, changed state to administratively down
    %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to down
    R2(config-if)#^Z
    %SYS-5-CONFIG_I: Configured from console by console


    R2#ping 192.168.1.1


    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
    .....
    Success rate is 0 percent (0/5)


    R2#conf t
    Enter configuration commands, one per line. End with CNTL/Z.


    R2(config)#interface serial 2/0
    R2(config-if)#encapsulation ppp
    R2(config-if)#ppp authentication chap
    R2(config-if)#no shutdown


    %LINK-5-CHANGED: Interface Serial2/0, changed state to up
    R2(config-if)#exit
    R2(config)#username R1 password 123


    %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
    R2(config)#interface serial 2/0
    R2(config-if)#encapsulation ppp
    R2(config-if)#ppp authentication chap
    R2(config-if)#no shutdown
    R2(config-if)#^Z
    %SYS-5-CONFIG_I: Configured from console by console


    R2#conf t
    Enter configuration commands, one per line. End with CNTL/Z.


    R2(config)#interface serial 2/0
    R2(config-if)#encapsulation ppp
    R2(config-if)#ppp authentication chap
    R2(config-if)#ppp chap hostname R1
    ^
    % Invalid input detected at '^' marker.

    R2(config-if)#

    Comment


    • #3
      đây là bài theo cách em làm. lỗi ở dưới cùng bài với câu lệnh như bên vnpro

      Router>en
      Router#conf t
      Enter configuration commands, one per line. End with CNTL/Z.
      Router(config)#hostname R2
      R2(config)#interface serial 2/0
      R2(config-if)#ip address 192.168.1.2 255.255.255.0
      R2(config-if)#no shutdown


      %LINK-5-CHANGED: Interface Serial2/0, changed state to up
      R2(config-if)#
      %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
      R2(config-if)#exit
      R2(config)#username R1 password 123
      R2(config)#interface serial 2/0
      R2(config-if)#encapsulation ppp


      %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to downR2(config-if)#p


      R2(config-if)#ppp authentication chap
      R2(config-if)#no shutdown


      %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
      R2(config-if)#exit
      R2(config)#exit
      %SYS-5-CONFIG_I: Configured from console by console


      R2#show ip interface brief
      Interface IP-Address OK? Method Status Protocol

      FastEthernet0/0 unassigned YES manual administratively down down

      FastEthernet1/0 unassigned YES manual administratively down down

      Serial2/0 192.168.1.2 YES manual up up

      Serial3/0 unassigned YES manual administratively down down

      FastEthernet4/0 unassigned YES manual administratively down down

      FastEthernet5/0 unassigned YES manual administratively down down


      R2#ping 192.168.1.1


      Type escape sequence to abort.
      Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
      !!!!!
      Success rate is 100 percent (5/5), round-trip min/avg/max = 3/4/5 ms



      R2(config)#username R1 password 321
      R2(config)#interface serial 2/0
      R2(config-if)#encapsulation ppp
      R2(config-if)#ppp authentication chap
      R2(config-if)#shutdown


      %LINK-5-CHANGED: Interface Serial2/0, changed state to administratively down
      %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to down
      R2(config-if)#^Z
      %SYS-5-CONFIG_I: Configured from console by console


      R2#ping 192.168.1.1


      Type escape sequence to abort.
      Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
      .....
      Success rate is 0 percent (0/5)


      R2#conf t
      Enter configuration commands, one per line. End with CNTL/Z.


      R2(config)#interface serial 2/0
      R2(config-if)#encapsulation ppp
      R2(config-if)#ppp authentication chap
      R2(config-if)#no shutdown


      %LINK-5-CHANGED: Interface Serial2/0, changed state to up
      R2(config-if)#exit
      R2(config)#username R1 password 123


      %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
      R2(config)#interface serial 2/0
      R2(config-if)#encapsulation ppp
      R2(config-if)#ppp authentication chap
      R2(config-if)#no shutdown
      R2(config-if)#^Z
      %SYS-5-CONFIG_I: Configured from console by console


      R2#conf t
      Enter configuration commands, one per line. End with CNTL/Z.


      R2(config)#interface serial 2/0
      R2(config-if)#encapsulation ppp
      R2(config-if)#ppp authentication chap
      R2(config-if)#ppp chap hostname R1
      ^
      % Invalid input detected at '^' marker.

      R2(config-if)#

      Comment

      Working...
      X