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.
yêu cầu là tạo 3 vlan sao cho vlan 1 đóng vai trò là sever chính ,vlan 2 và vlan 3 truy cập được đến vlan 1 nhưng không truy cập được với nhau.
em cảm ơn ạ
hi...sử dụng private vlan nha bạn...vlan 1 bạn cho là Primary vlan, vlan 2 và vlan 3 bạn cho là community vlan....đảm bảo Vlan 2 và Vlan 3 truy cập được Server đặt trong Vlan 1, User trong Vlan 2 có thể truy cập được nhau, User trong Vlan 3 có thể truy cập được nhau nhưng User trong Vlan 2 và Vlan 3 không thể truy cập được nhau.......
sw(config)# vtp transparent
sw(config)# vlan 2
sw(config-vlan)# private-vlan community
sw(config)# vlan 3
sw(config-vlan)# private-vlan community
sw(config)# vlan 1
sw(config-vlan)# private-vlan primary
sw(config-vlan)# private-vlan association 2,3
sw(config)# interface fastethernet 0/1 ( Port connect to server )
sw(config-if)# switchport mode private-vlan promicuous
sw(config-if)# switchport private-vlan host mapping 1 2,3
sw(config)# interface range fastethernet 0/5-10 ( Range Port thuộc vlan 2 )
sw(config-range-if)# switchport mode private-vlan host
sw(config-range-if)# switchport private-vlan host-associatioin 1 2
sw(config)# interface range fastethernet 0/11-15 ( Range Port thuộc Vlan 3 )
sw(config-range-if)# switchport mode private-vlan host
sw(config-range-if)# switchport private-vlan host-associatioin 1 3
Comment