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

必须得用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

相关推荐
草莓熊Lotso14 分钟前
Linux 进阶指令实操指南:文件查看、时间管理、搜索压缩全场景覆盖(附高频案例)
linux·运维·服务器
Cx330❀14 分钟前
《Linux进阶指令实操指南》:文件查看、时间管理、搜索压缩全覆盖(附高频案例)
linux·运维·服务器
Damon小智18 分钟前
仓颉 Markdown 解析库在 HarmonyOS 应用中的实践
华为·typescript·harmonyos·markdown·三方库
Jewel Q1 小时前
OSPF 组播地址
网络·智能路由器
haierccc1 小时前
从IP地址和子网掩码判断该地址属于哪个网段
网络
星哥说事1 小时前
网络监控工具:ping、traceroute、nmap、Wireshark 网络探测与分析
网络·测试工具·wireshark
RTC老炮1 小时前
webrtc弱网-AcknowledgedBitrateEstimatorInterface类源码分析与算法原理
网络·算法·webrtc
任性不起来了2 小时前
宝塔面板点击ssl证书报错:出错了,面板运行时发生错误!ModuleNotFoundError: No module named ‘OpenSSL‘
网络·网络协议·ssl
ZIM学编程2 小时前
把握鸿蒙生态红利:HarmonyOS 应用开发学习路径与实战课程推荐
学习·华为·harmonyos
fruge9 小时前
Ubuntu服务器已下载Nginx安装包的安装指南
服务器·nginx·ubuntu