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.

Ticket 1 – OSPF Authentication

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ticket 1 – OSPF Authentication

    1.Client is unable to ping R1’s serial interface from the client.
    Problem was disable authentification on R1, check where authentication is not given under router ospf of R1. (use ipv4 Layer 3)
    Configuration on R1 was:
    interface Serial0/0/0/0.12 point-to-point
    ip address 10.1.1.1 255.255.255.252
    ip nat inside
    ip ospf message-digest-key 1 md5 TSHOOT
    !
    router ospf 1
    log-adjacency-changes
    network 10.1.1.0 0.0.0.3 area 12
    default-information originate always
    Configuration on R2 was:
    interface Serial0/0/0/0.12 point-to-point
    ip address 10.1.1.2 255.255.255.252
    ip ospf authentication message-digest
    ip ospf message-digest-key 1 md5 TSHOOT
    !
    router ospf 1
    log-adjacency-changes
    network 10.1.1.0 0.0.0.3 area 12
    Answer: on R1 need command in router mode
    area 12 authentication message-digest
    Ans1) R1
    Ans2) OSPF
    Ans3) ip ospf authentication message-digest command must be given on s0/0/0/0.12
    Phạm Minh Tuấn

    Email : phamminhtuan@vnpro.org
    Yahoo : phamminhtuan_vnpro
    -----------------------------------------------------------------------------------------------
    Trung Tâm Tin Học VnPro
    149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
    Tel : (08) 35124257 (5 lines)
    Fax: (08) 35124314

    Home page: http://www.vnpro.vn
    Support Forum: http://www.vnpro.org
    - Chuyên đào tạo quản trị mạng và hạ tầng Internet
    - Phát hành sách chuyên môn
    - Tư vấn và tuyển dụng nhân sự IT
    - Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

    Network channel: http://www.dancisco.com
    Blog: http://www.vnpro.org/blog
Working...
X