交换机配置 ACCESS配置方式
u t m //关闭提示
sys //进入系统视图
vlan 10 to 11 //批量创建vlan10到11
int g1/0/1 //进接口
port link-type access //配置接口类型access,trunk,hybrid
port access vlan 10 //允许vlan10的access类型接口通行
combo enable copper //copper:表示该Combo接口的电口被激活,使用双绞线连接。fiber:表示该Combo接口的光口被激活,使用光纤连接。int g1/0/2
port link-type access
port access vlan 11
combo enable copper int g1/0/3
port link-type access
port access vlan 10
combo enable copper
连通性测试
PC_5 ping PC_6 //vlan10与vlan11
PC_5 ping PC_9 //vlan10与vlan10
交换机trunk配置方式
给G1/0/9作为trunk口,允许所有vlan通过
int g1/0/9
port link-type trunk //设置接口类型为Trunk
port trunk permit vlan all //允许所有VLAN通过
combo enable copper