0
点赞
收藏
分享

微信扫一扫

华为交换机和锐捷交换机端口隔离

思考的鸿毛 2022-10-23 阅读 163
前端开发


两种方法:

一、划分成不同的VLAN,灵活但是会浪费有限的VLAN资源

二、端口隔离配置命令

锐捷交换机配置端口隔离:

interface range f0/1-3
switchport protect

华为交换机配置端口隔离:

interface f0/0/1
port-isolate enable

interface f0/0/2
port-isolate enable

华为交换机一键清除端口隔离:

clear configuration port-isolate

 

举报

相关推荐

0 条评论