欢迎来到天天文库
浏览记录
ID:19431856
大小:432.50 KB
页数:64页
时间:2018-10-02
《网络设备调试员培训》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、几个常用命令ping本机测试地址第一节路由器基本配置练习一:同一交换机VLAN的建立与端口分配将交换机swith0的1-15个端口划分到VLAN100中,16-24端口划分到VLAN200中。PC0的IP:192.168.1.1PC1的IP:192.168.1.16配置好IP地址后,检查联通情况C:>ping192.168.1.16Switch>enable//进入特权模式Switch#configureterminal//全局配置模式Switch(config)#vlan100//创建VLAN100Switch(conf
2、ig-vlan)#nametest100//为VLAN起名Switch(config-vlan)#exit//返回上一级配置模式Switch(config)#vlan200Switch(config-vlan)#nametest200Switch(config-vlan)#exit对单个端口分配到某个VLANSwitch(config)#interfacefastethernet0/1也可以一次分配多个端口分配到某个VLANSwitch(config)#interfarangef0/1-15//交换机端口类型为Access类型
3、。Switch(config-if-range)#switchmodeaccessSwitch(config-if-range)#switchaccessvlan100Switch(config-if-range)#endSwitch#//将16-24端口分配到VLAN200中Switch#configtermSwitch(config)#interrangef0/16-24Switch(config-if-range)#switchmodeaccessSwitch(config-if-range)#switchaccessv
4、lan200Switch(config-if-range)#endSwitch#配置好VLAN后,检查联通情况C:>ping192.168.1.16练习二:跨交换机划分VLAN把不同的交换机端口划分成不同的VLAN。交换机swith0的1-15个端口划分到VLAN100中,16-24端口划分到VLAN200中。如下图:两个交换机,配置两个Vlan技术细节:跨两个交换机进行配置Vlan10,两个交换机相连端口要设置成Trunk类型,所有Vlan10中的数据都从Trunk端口从一台交换机到达另外一台交换机的同一Vlan中。配置过
5、程1、为各个PC配置IP地址和子网掩码2、ping测试3、对switch1和switch2进行配置4、ping测试对交换机switch1进行配置Switch>enableSwitch#configureterminalSwitch(config)#vlan10Switch(config-vlan)#nametest10Switch(config-vlan)#exitSwitch(config)#vlan20Switch(config-vlan)#nametest20Switch(config-vlan)#exitSwitch(
6、config)#interfacerangefastethernet0/1-2Switch(config-if-range)#switchaccessvlan10Switch(config-if-range)#exitSwitch(config)#interfacefastethernet0/21Switch(config-if)#switchaccessvlan20Switch(config-if-range)#exitSwitch(config)#interfacefastethernet0/24//将交换机端口24设置成
7、trunk端口Switch(config-if)#switchportmodetrunkSwitch(config-if)#endSwitch#//显示本交换机Vlan的配置情况Switch#showvlan//显示vlan接口的分配情况Switch#showintf0/24switchport对交换机switch2进行配置Switch>enableSwitch#conftSwitch(config)#vlan10Switch(config-vlan)#nametest10Switch(config-vlan)#exitSwi
8、tch(config)#intef0/3Switch(config-if)#switchaccessvlan10Switch(config-if)#exitSwitch(config)#intef0/24Switch(config-if)#switchportmodetrun
此文档下载收益归作者所有