1、配置VLAN中继
switch(config-if)#switchport mode trunk
switch(config-if)#switchport trunk encapulation [dot1q | isl]
在802.1q中继中,中继链路上所有的vlan分组都被标记,已区别他们所属的vlan。属于本地vlan(native vlan)的帧在中继链路上传输的时候不标记
本地vlan在802.1q中继的交换机上必须是相同的
命令:switchport trunk native vlan vlan-id
2、动态中继协议
中继接口支持的中继模式:
1)接入 2)中继 3)自动动态 4)理想动态
命令模式switchport mode access将接口设定为永久非中继模式,接口产生DTP帧,与相邻接口协商,将链路设置为非中继链路switchport mode trunk将接口设为永久中继模式并协商将链路转换为中继链路。switchport mode dynamic desirable使得接口主动的尝试将链路转换为中继链路,如果相邻的接口被设为trunk、desirable或auto模式,此接口将成为中继模式。如果相邻的接口是access或non-negotiate模式,链路就成为非中继。switchport mode dynamic auto如果相邻的接口被设为trunk或desirable模式,此接口将转换为中继接口,否则,链路非中继
switchport non-negotiate阻止接口产生DTP帧,只能在交换机端口处于access或trunk模式时使用该命令
3、检验DTP信息和状态
switch#show interface [fa0/1] switchport
4、显示trunk接口的信息
switch#show interface trunk
5、删除vlan数据和startup配置
delete vlan.dat
erase startup-config
阅读(3161) | 评论(0) | 转发(0) |