码迷,mamicode.com
首页 > 其他好文 > 详细

Private VLAN simulation

时间:2015-01-30 01:32:43      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:cisco   pvlan   

Isolated: Communicates with only promiscuous ports.

Community: Communicates with the other members of the same community VLAN and all promiscuous ports.

Promiscuous: Communicates with all other ports in the same primary VLAN.

技术分享

Description:

R5:  Gateway  10.0.0.1

 

R1:  simulate Switch1.  

ConfigureFa0/9 as Promiscuous Port

                  Fa0/1-2 as Community Port

                  Fa0/3 as Isolated Port

 

R2,R3,R4 simulate Switch2, Switch3, Switch4

 

Purpose:

xpwin7-1属于相同团体vlan,可相互通信。

win7-2属于隔离vlan,只能和混杂端口Fa0/9通信。

所有主机可以和网关(R5 Fa0/0)通信。


vlanVlan 100 团体vlanvlan 170     隔离vlanvlan 200 

Switch1(config)# vtp mode transparent

 

Switch1(config)# vlan 170

Switch1(config-vlan)# private-vlan community

 

Switch1(config)# vlan 200

Switch1(config-vlan)# private-vlan isolated

 

Switch1(config)# vlan 100

Switch1(config-vlan)# private-vlan primary

Switch1(config-vlan)# private-vlan association 170 200  定义vlan 170 200vlan 100的辅助vlan

 

Switch1(config)# interface Fa0/9

Switch1(config-if)# switchport mode private-vlan promiscuous

Switch1(config-if)# switchport private-vlan mapping 100 170 200 接收100 170 200的流量

 

Switch1(config)# interface range Fa0/1 - 2

Switch1(config-if)# switchport mode private-vlan host

Switch1(config-if)# switchport private-vlan host-association 100 170

 

Switch1(config)# interface Fa0/3

Switch1(config-if)# switchport mode private-vlan host

Switch1(config-if)# switchport private-vlan host-association 100 200


本文出自 “Hello~ Billy” 博客,请务必保留此出处http://babylater.blog.51cto.com/4928321/1609823

Private VLAN simulation

标签:cisco   pvlan   

原文地址:http://babylater.blog.51cto.com/4928321/1609823

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!