• 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.

TSHOOT (642-832): Ticket 6 – VLAN filter

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

  • TSHOOT (642-832): Ticket 6 – VLAN filter

    Client 1 is getting the correct IP address from DHCP but Client 1 is not able to ping the server. Unable to ping DSW1 or the FTP Server(Use L2 Diagram).
    Vlan Access map is applied on DSW1 blocking the ip address of client 10.2.1.3
    Configuration on DSW1
    vlan access-map test1 10
    action drop
    match ip address 10
    vlan access-map test1 20
    action drop
    match ip address 20
    vlan access-map test1 30
    action forward
    match ip address 30
    vlan access-map test1 40
    action forward
    !
    vlan filter test1 vlan-list 10
    !
    access-list 10 permit 10.2.1.3
    access-list 20 permit 10.2.1.4
    access-list 30 permit 10.2.1.0 0.0.0.255
    !
    interface VLAN10
    ip address 10.2.1.1 255.255.255.0

    Ans1) DSW1 (but in the exam maybe you have to choose ASW1)
    Ans2) VLAN ACL/Port ACL
    Ans3) Under the global configuration mode enter no vlan filter test1 vlan-list 10 command.
    Note: There was a bug in this ticket but now it has been fixed so you can select DSW1 device, next page you have to scroll down to find the VLAN ACL/Port ACL option.
    Nirmala
Working...
X