分类: ~~~ HuaWei ~~~ |
端口隔离技术是华为特有技术。
通过端口隔离特性,可以将不同用户的端口划分到同一个VLAN,不同用户之间不能互通,从而增强了网络的安全性,提供了灵活的组网方案,同时节省了大量的VLAN资源。
。端口隔离组
。端口隔离组的上行端口
。端口隔离组的隔离端口
//// 端口隔离组 ////
system-view
port-isolate group [isolate-group-id]
display port-isolate group [isolate-group-id] [verbose]
//// 端口隔离组的上行端口 ////
system-view
interface interface-type interface-number //进入以太端口视图或RPR视图
port-isolate uplink-port group [isolate-group-id]
display port-isolate group [isolate-group-id] [verbose]
//// 端口隔离组的隔离端口 ////
system-view
interface interface-type interface-number
port-isolate-group group [isolate-group-id]
display port-isolate group [isolate-group-id] [verbose]
例:
小区用户连接到交换机,交换机通过端口ethernet2/1/1与外部网络互通。小区用户属于同一个VLAN 1,且相互之间不能互通。
// 隔离组
system-view
port-isolate group 1
// 隔离组的隔离端口
interface ethernet2/1/2
port-isolate group 1
// 隔离组上行端口
interface ethernet2/1/1
port-isolate uplink-port group 1
前一篇:POS端口配置
后一篇:华为VLAN技术中的CPU端口