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

switch端口隔离

时间:2018-01-24 11:02:16      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:端口   .com   http   eth   col   lan   ble   switch   ethernet   

switch端口隔离:实现二层同一vlan地址隔离通信!

技术分享图片

SWITCH的配置:

vlan batch 10
interface GigabitEthernet0/0/1
port link-type access
port default vlan 10
port-isolate enable group 1 //加入group1实现隔离

interface GigabitEthernet0/0/2
port link-type access
port default vlan 10
port-isolate enable group 1 //加入group1实现隔离

interface GigabitEthernet0/0/3
port link-type access
port default vlan 10

interface GigabitEthernet0/0/4
port link-type access
port default vlan 10

PC1与PC2不通!
技术分享图片

switch端口隔离

标签:端口   .com   http   eth   col   lan   ble   switch   ethernet   

原文地址:http://blog.51cto.com/9616635/2064506

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