华为端口隔离简单使用方法同vlan下控制个别电脑不给互通

发布时间:2023年12月22日

在这里插入图片描述
必须得用access接口,hybrid口不行

dhcp enable

interface Vlanif1
ip address 192.168.1.1 255.255.255.0
dhcp select interface

interface MEth0/0/1

interface GigabitEthernet0/0/1
port link-type access
port-isolate enable group 1

interface GigabitEthernet0/0/2
port link-type access
port-isolate enable group 1

interface GigabitEthernet0/0/2
port link-type access

文章来源:https://blog.csdn.net/ydaxia110/article/details/135149078
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。