码迷,mamicode.com
首页 > 系统相关 > 详细

Cisco   VLAN与trunk配置(简配)

时间:2017-09-09 23:19:20      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:vlan   trunk   pc   

技术分享

Switch>en

Switch>enable

Switch#configure terminal

Switch(config)#vlan 10

Switch(config-vlan)#name lol

Switch(config-vlan)#vlan 20

Switch(config-vlan)#name dnf

Switch(config-vlan)#exit

Switch(config)#exit


Switch#configure t

Switch(config)#interface f0/3

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vl 10

Switch(config-if)#exit

Switch(config)#interface f0/4

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vl 20

Switch(config-if)#exit

Switch#show vlan  ---------------查看VLAN已配置信息


Switch(config)#interface f0/24

Switch(config-if)#switchport mode trunk

Switch(config-if)#switchport trunk allowed vlan 10,20

Switch(config-if)#end

Switch#show interfaces trunk ------->查看端口的trunk模式

Port        Mode         Encapsulation  Status        Native vlan ------------显示结果

Fa0/24      on           802.1q         trunking      1

Port        Vlans allowed on trunk

Fa0/24      10,20

Port        Vlans allowed and active in management domain

Fa0/24      10,20

Port        Vlans in spanning tree forwarding state and not pruned

Fa0/24      10,20

Switch#



switch1 VLAN 配置完成

switch2 同理


可以在PC机上互相ping,验证试验结果。

本文出自 “13266133” 博客,请务必保留此出处http://13276133.blog.51cto.com/13266133/1963942

Cisco   VLAN与trunk配置(简配)

标签:vlan   trunk   pc   

原文地址:http://13276133.blog.51cto.com/13266133/1963942

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!