交换基础和Vlan间路由 学习笔记(需结合PPT课件) 二层交换机
可网管
只能配置一个IP
配置一个的静态路由
2.5层
傻瓜式交换机
不能够排错故障
只能拔插...
特点:相对便宜
MAC地址转发
MAC地址表
目的MAC地址
泛洪和广播
vlan操作流程接口来说
入方向 打上PVID
出方向 去掉PVID
默认情况 所有接口都是vlan 1
vlan配置方式新建vlan vlan 10
查看vlan新建
sh vlan-switch
sh vlan
物理接口类型
access
关联vlan
switch mode access
trunk
switch mode trunk
物理接口关联vlan 10 switchport access vlan 10
trunk配置方式trunk 转换:PVID(VID)转换为dot1q、ISL
trunk接口封装 switchport trunk encapsulation dot1q
trunk接口模式 switchport mode trunk
允许所有vlan通过 switchport trunk allowed vlan all
vlan1(不打PVID)
默认vlan
本征vlan
Vlan间的路由(SVI)单臂路由
物理接口 本身是没法关联vlan
子接口
数据入方向 去tag
数据出方向 打tag
ACCESS
数据入方向 打tag
数据出方向 去tag
流程
PC1
源地址 172.16.10.3
目的地址 172.16.11.4
不同网段,发给 172.16.10.254
交换机
access接口vlan10收到 tag+源地址 目的地址
trunk接口发送出去保留 tag+源地址 目的地址
路由器(f0/0接口收到)
tag10+源地址 目的地址
f0/0.1 vl 10 源地址 目的地址 数据入方向去掉tag
查询路由表 目的地址172.16.11.4 f0/0.2
f0/0.2 vl 20 数据发出去打上tag20 tag20+源地址目的地址
交换机
trunk接口收到保留 tag20+源地址 目的地址
access接口vlan20发送出去 tag20+源地址 目的地址
SVI
int vl 10
ip add 172.16.10.254 255.255.255.0
int vl 20
ip add 172.16.11.254 255.255.255.0
效果等同于子接口