路由与交换技术(解析)


原题

哦对了,首先给大家提供下载包

思科虚拟机下载

试题1:

试题2:

 

 试题3:

 

 试题4:

 

 

试题5:

 

解析

首先我们看第一道题

(1):需要················

 

 交换机x2

pc机x4

直通线:x1(将每个设备连接)(切记不要连接console口)依次连接它们的端口

 

配置IP地址:

 

 

 

 

其他几个pc机,我们可以推

pc1:192.168.1.2

pc2:192.168.1.3

pc4:192.168.1.4

 

 

然后············(单击交换机,然后点击CLI,敲回车键,输入以下命令,实现switch改名!)

简单的来说,就是在config模式下敲hostname[空格][名字]

 

(2):创建vlan(单击交换机,然后点击CLI,敲回车键,输入以下命令]

Switch>en

Switch#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#vlan 115    #创建vlan,名字为115

Switch(config-vlan)#end    #保存并退出

Switch#

%SYS-5-CONFIG_I: Configured from console by console

Switch#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#vlan 215        #创建vlan,名字为115

Switch(config-vlan)#end          #保存并退出

Switch#

%SYS-5-CONFIG_I: Configured from console by console

Switch#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM