如何配置端口隔离
实现目的:192.168.1.1可以和192.168.1.3通信;
192.168.1.2可以和192.168.1.3通信;
192.168.1.1不能和192.168.1.2通信
配置思路:
创建VLAN
接口加入VLAN
接口加入隔离组
配置过程(左右滑动查看):
[int g0/0/1 ]
[
]port link-type access[default vlan 10 ]port
[
]port-isolate enable[int g0/0/2 ]
[
]port link-type access[default vlan 10 ]port
[
]port-isolate enable[int g0/0/3 ]
[
]port link-type access[default vlan 10 ]port
版权保护: 本文由 绿茶加糖-郭保升 原创,转载请保留链接: https://www.guobaosheng.com/yingjian/214.html