Trunk
一、trunk基本知识
- 作用:可以同时传输多个VLAN
- 只在两个交换机之间配置trunk
- Trunk 封装:思科 ISC 和 dot1q (通用) 两种
- trunk模式:on(手动) 和 auto ( 自动协商
二、trunk基本命令
- switchport trunk encapsulation dot1q //封装(isc / dot1q)
- show interface trunk //查看trunk配置信息
- switchport mode trunk //配置 trunk 手动模式
- no interface mode trunk //删除 手动模式
- switchport mode Dynamic desirable //配置 trunk 主动模式
- switchport mode Dynamic auto //配置 trunk 被动态模式
- switch port none nonegotiate //取消DTP发送(手动模式不需要DTP)