• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
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 5 – R1 ACL

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

  • Ticket 5 – R1 ACL

    Client is not able to ping the server. Except for R1, no one else can ping the server. (use ipv4 Layer 3)
    Problem:on R1 acl blocking ip
    Configuration on R1
    router bgp 65001
    no synchronization
    bgp log-neighbor-changes
    network 209.65.200.224 mask 255.255.255.252
    neighbor 209.65.200.226 remote-as 65002
    no auto-summary
    !
    access-list 30 permit host 209.65.200.241
    access-list 30 deny 10.1.0.0 0.0.255.255
    access-list 30 deny 10.2.0.0 0.0.255.255
    !
    interface Serial0/0/0/1
    ip address 209.65.200.224 255.255.255.252
    ip nat outside
    ip access-group 30 in
    Answer: add permit 209.65.200.224 0.0.0.3 command to R1′s ACL
    Ans1) R1
    Ans2) IP Access list
    Ans3) Add permit 209.65.200.224 0.0.0.3 to R1′s ACL
    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