vlan基本命令配置trunk链路配置<a target="_blank" href="///wpa/qunwpa?
idkey=8a8ad9b8f03685df6bde84370578b288f2a615862defa4f1313567ee78a10858"><img border="0"
src="///wpa/images/group.png" alt="IT资料群" title="IT资料群"></a>
1 案例1:vlan基本命令
英语四六级考试
1.1 问题
1)在交换机上创建vlan10,修改名称为web并查看vlan配置
2)删除vlan10,查看vlan配置
3)创建vlan20,将端⼝f0/1加⼊此vlan,查看vlan配置
4)将f0/1从vlan20中删除,查看vlan配置
1.2 步骤
实现此案例需要按照如下步骤进⾏
步骤⼀:在交换机上创建vlan10,修改名称为web并查看vlan配置
1. Switch>enable
清明节英语怎么说2. Switch#configure terminal
3. Switch(config)#vlan 10
4. Switch(config-vlan)#name web
吸血鬼日记第一季在线观看5. Switch(config-vlan)#end
6. Switch#show vlan brief
步骤⼆:删除vlan10,查看vlan配置
1. Switch#configure terminal
2. Switch(config)#no vlan 10
3. Switch(config)#end
4. Switch#show vlan brief
步骤三:创建vlan20,将f0/1端⼝加⼊此vlan,查看vlan配置
1. Switch#configure terminal
2. Switch(config)#vlan 20
3. Switch(config-vlan)#exit
4. Switch(config)#interface fastethernet 0/1
5. Switch(config-if)#switchport access vlan 20
6. Switch(config)#end
7. Switch#show vlan brief
步骤四:将f0/1端⼝从vlan20中删除,查看vlan配置
1. Switch#configure terminal
2. Switch(config)#interface fastethernet 0/1かいとうぴんく
3. Switch(config-if)#no switchport access vlan 20
4. Switch(config)#end
5. Switch#show vlan brief
2 2 案例2:vlan基本配置
灯笼英语
2.1 问题
在交换机上创建以下vlan,按照拓扑图-1将端⼝加⼊到指定的vlan并配置服务器IP地址,实现通vlan主机的通信图-1
2.2 步骤
1. Switch>enable
2. Switch#configure terminal
3. Switch(config)#vlan 2
4. Switch(config-vlan)#vlan 3
5. Switch(config-vlan)#exit
6. Switch(config)#interface range fastEthernet 0/3-4
7. Switch(config-if-range)#switchport access vlan 2
8. Switch(config-vlan)#exit
9. Switch(config)#interface range fastEthernet 0/5-6
10. Switch(config-if-range)#switchport access vlan 3central perk
11. Switch#show vlan brief
3 3 案例3:跨交换机同vlan通信
3.1 问题
通过配置交换机实现图-2中的vlan主机互通
图-2
3.2 步骤
S1配置
1. Switch#configure terminal
2. Switch(config)#interface fastethernet 0/7
3. Switch(config-if)#switchport access vlan 3
S2配置
1. Switch>enable
2. Switch#configure terminal
3. Switch(config)#vlan 3
4. Switch(config-vlan)#exit
5. Switch(config)#interface range fastEthernet 0/5-7
6. Switch(config-if-range)#switchport access vlan 3
bryan
hen是什么意思4 4 案例4:trunk链路配置
4.1 问题
如图-3所⽰
1)配置s1的f0/1端⼝为trunk模式,分别查看两台交换机f0/1端⼝的状态2)恢复s1的f0/1端⼝为默认模式,分别查看两台交换机f0/1端⼝的状态图-3
4.2 步骤
配置s1的f0/1⼝为trunk模式,分别查看两台交换机f0/1端⼝状态
1. Switch>enable
2. Switch#configure terminal
3. Switch(config)#interface fastEthernet 0/1
4. Switch(config-if)#switchport mode trunk
5. Switch(config-if)#end
6. Switch#show interfaces fastEthernet 0/1 switchport
恢复s1的f0/1⼝为默认模式,分别查看两台交换机f0/1端⼝状态
1. Switch#configure terminal
2. Switch(config)#interface fastEthernet 0/1
3. Switch(config-if)#no switchport mode trunk
4. Switch#show interfaces fastEthernet 0/1 switchport
5 5 案例5:多vlan跨交换机通信
5.1 问题
通过配置实现跨交换机的同vlan通信,如图-4所⽰
图-4
5.2 步骤
注:以下配置需要在练习3的基础上完成
S1配置
hit是什么意思1. Switch>enable
2. Switch#configure terminal
3. Switch(config)#interface fastEthernet 0/7
4. Switch(config-if)#switchport mode trunk
S2配置
1. Switch>enable
2. Switch#configure terminal
演讲稿400字六年级上
3. Switch(config)#vlan 2
4. Switch(config-vlan)#exit
5. Switch(config)#interface range fastEthernet 0/3-4
6. Switch(config-if-range)#switchport access vlan 2
7. Switch(config-if-range)#exit
8. Switch(config)#interface fastEthernet 0/7
9. Switch(config-if)#switchport mode trunk
6 6 案例6:以太⽹通道
6.1 问题
参照图-5将交换机的f0/7-f0/9端⼝配置为以太⽹通道
图-5
6.2 步骤
S1配置
1. Switch>enable
2. Switch#configure terminal
3. Switch(config)#interface range fastEthernet 0/7-9
4. Switch(config-if-range)#channel-group 1 mode on
5. Switch(config-if-range)#end
6. Switch#show etherchannel summary
S2配置
1. Switch>enable
2. Switch#configure terminal
3. Switch(config)#interface range fastEthernet 0/7-9
4. Switch(config-if-range)#channel-group 1 mode on
5. Switch(config-if-range)#end
6. Switch#show etherchannel summary