实验目的:掌握如何在路由器端口上划分子接口,封装Dot1q协议,实现VLAN间的路由。
路由:
int fa0/0.10--进入子接口
encapsulation dot1Q 10--指定子接口对应VLAN 并配置干道模式
交换机:
int range fa0/6-10 批量操作
sw mode access
sw acc VLAN 10
本文共 214 字,大约阅读时间需要 1 分钟。
实验目的:掌握如何在路由器端口上划分子接口,封装Dot1q协议,实现VLAN间的路由。
路由:
int fa0/0.10--进入子接口
encapsulation dot1Q 10--指定子接口对应VLAN 并配置干道模式
交换机:
int range fa0/6-10 批量操作
sw mode access
sw acc VLAN 10
转载于:https://blog.51cto.com/12044905/1856885