华为三层交换机通 过VLANIF虚拟接口实现跨VLAN通信

发布时间:2024年01月08日

S1配置

vlan batch 2 to 3

interface Vlanif2
 ip address 192.168.2.254 255.255.255.0

interface Vlanif3
 ip address 192.168.3.254 255.255.255.0



interface GigabitEthernet0/0/2
 port link-type access
 port default vlan 2

interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 3

PC2配置

PC3配置?

整体架构图?

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