第1页共41页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第1页共41页难度110分1、2、3、4、5难度315分6、6、8、9、10难度515分11、12、13、14、15·一、请按要求完成静态、默认路由的相关配置(难度等级1)。根据下图所示(以下的设备均为CISCO设备),完成静态路由的相关配置。实验要求:1、配置路由器R1、R2和R3的网络接口地址,地址分配如下表所示:设备接口IP地址子网掩码网关备注R1Fa0/0172.16.3.1255.255.255.0不适用R1S1/0172.16.2.1255.255.255.0不适用R2Fa0/0172.16.1.1255.255.255.0不适用R2S1/0172.16.2.2255.255.255.0不适用R2S1/1192.168.1.2255.255.255.0不适用R3Fa0/0192.168.2.1255.255.255.0不适用R3S1/1192.168.1.1255.255.255.0不适用PC1网卡172.16.3.11255.255.255.0172.16.3.1已完成配置PC2网卡172.16.1.11255.255.255.0172.16.1.1已完成配置PC3网卡192.168.2.11255.255.255.0192.168.2.1已完成配置2、配置静态路由及默认路由。第2页共41页第1页共41页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第2页共41页3、实现全网互通,并保存配置。得分点:操作内容分数10关键字配置各接口地址3ipadd静态路由配置3iproute172.16.3.0255.255.255.0172.16.2.1iproute192.168.2.0255.255.255.0192.168.1.1默认路由配置3iproute0.0.0.0255.255.255.0192.168.1.2答案:R1配置:Router>enRouter>enableRouter#confRouter#configuretRouter#configureterminalRouter(config)#hostRouter(config)#hostnameR1Router(config)#hostnameR1命名R1(config)#noipdomain-lookup容错R1(config)#linecon0进入consolR1(config-line)#loggingsyn日志同步R1(config-line)#exec-timeout0延时为0R1(config)#interfaces1/0进入串口R1(config-line)#descriptionlinktoR2-s1/0说明路径R1(config-if)#noshutdown打开端口!interfacefa0/0ipaddress172.16.3.1255.255.255.0noshutdown!interfaces1/0ipaddress172.16.2.1255.255.255.0clockrate64000noshutdown!iproute0.0.0.0255.255.255.0172.16.2.2第3页共41页第2页共41页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第3页共41页!R2配置:!interfacefa0/0ipaddress172.16.1.1255.255.255.0noshutdown!interfaces1/0ipaddress172.16.2.2255.255.255.0clockrate64000noshutdown!interfaces1/1ipaddress192.168.1.2255.255.255.0clockrate64000noshutdown!iproute172.16.3.0255.255.255.0172.16.2.1iproute192.168.2.0255.255.255.0192.168.1.1!R3配置:!interfacefa0/0ipaddress192.168.2.1255.255.255.0noshutdown!interfaces1/1ipaddress192.168.1.1255.255.255.0noshutdown!iproute0.0.0.0255.255.255.0192.168.1.2!二、EthernetChannel基本配置(难度1)根据下图所示(以下所有设备均为CISCO设备),完成EthernetChannel基础配置。第4页共41页第3页共41页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第4页共41页要求:1、将两台交换机的F0/2,F0/3绑定一个EthernetChannel,mode为on状态;2、验证EthernetChannel配置的正确性。操作内容分数10关键字接口配置3switchportmodetrunk接口配置3channel-group1modeonPort-channel配置4interfaceport-channel1switchportmodetrunk答案:SW1的配置:!interfaceport-channel1switchportmodetrunknoshutinterfaceFastEthernet0/2channel-group1modeonswitchportmodetrunknoshutintFastEthernet0/3channel-group1modeonswitchportmodetrunknoshut!SW2的配置:!interfaceport-channel1switchportmodetrunknoshut!interfaceFastEthernet0/2channel-group1modeonswitchportmodetrunknoshut第5页共41页第4页共41页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第5页共41页!intFastEthernet0/3channel-group1modeonswitchportmodetrunknoshut!三、Trunk基本配置(难度1)根据下图所示(以下所有设备均为CISCO设备),完成Trunk基础配置。要求:1、SW1上分别有VLan10、20,SW2上有VLAN10,PC1/PC3属于...