刷题刷出新高度,偷偷领先!偷偷领先!偷偷领先! 关注我们,悄悄成为最优秀的自己!

简答题

阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。

【说明】

某园区组网方案如图1-1所示,数据规划如表1-1内容所示。


【问题1】(8分)

该网络对汇聚层交换机进行了堆叠,在此基础上进行链路聚合并配置接口,补充下列命令片段。

[SW3] interface  (1)
[SW3-Eth-Trunk30] quit
[SW3] interface gigabitethernet 1/0/1
[SW3-GigabitEthernet1/0/1] eth-trunk 30
[SW3-GigabitEthemet1/0/1] quit
[SW3] interface gigabitethernet 2/0/1
[SW3-GigabitEthernet2/0/1] eth-trunk 30
[SW3-GigabitEthernet2/0/1] quit
[SW3] vlan batch  (2)
[SW3] interface eth-trunk 30
[SW3-Eth-Trunk30] port link-type (3)
[SW3-Eth-Trunk30] port trunk allow-pass vlan 30 40
[SW3-Eth-Trunk30] quit
[SW3] interface vlanif 30
[SW3-Vlanif30] ip address  (4)
[SW3-Vlanif30] quit

【问题2】(8分)

该网络对核心层交换机进行了集群,在此基础上进行链路聚合并配置接口,补充下列命令片段。

[CSS] interface loopback 0
[CSS-LoopBack0] ip address 3.3.3.3 32
[CSS-LoopBack0] quit
[CSs] vlan batch 10 30 40 50
[CSS] interface eth-trunk 10
[CSS-Eth-Trunk10] port link-type access
[CSS- Eth-Trunk10] port default vlan 10
[CSS- Eth-Trunk10] quit
[CSS] interface eth-trunk 20
[CSS-Eth-Trunk20] port link-type (5)
[CSS- Eth-Trunk20] port default vlan 10
[CSS-Eth-Trunk20] quit
[CSS] interface eth-trunk 30
[CSS- Eth-Trunk30] port link-type  (6)
[CSS-Eth-Trunk30] port trunk allow-pass vlan 30 40
[CSS-Eth-Trunk30] quit
[CSS] interface vlanif 10
[CSS-Vlanif10] ip address 172.16.10.3 24
[CSS-Vlanif10] quit
[CSS] interface vlanif 30
[CSS-Vlanif30] ip address 172.16.30.1 24
[CSS-Vlanif30] quit
[CSS] interface vlanif 40
[CSS-Vlanif40] ip address (7)
[CSS-Vlanif40] quit
[CSS] interface gigabitethernet 1/1/0/10
[CSS-GigabitEthernet1/1/0/10] port link-type access
[CSS-GigabitEthernet/1/0/10] port default vlan 50
[CSS-GigabitEthernetl/1/0/10] quit
[CSS] interface vlanif 50
[CSS-Vlanif50] ip address (8)
[CSS-Vlanif50] quit

【问题3】(3分)

配置FW1时,下列命令片段的作用是(9) 。

[FW1] iterface eth-trunk 10
[FW1-Eth-Trunk10] quit
[FW1] interface gigabitethernet 1/0/3
[FW1-GigabitEthernet1/0/3] eth- trunk 10
[FW1-GigabitEthernet1/0/3] quit
[FW1] interface gigabitethernet 1/0/4
[FW1-GigabitEthernet1/0/4] eth-trunk 10
[FW1-GigabitEthernet1/0/4] quit

【问题4】(6分)

在该网络以防火墙作为出口网关的部署方式,相比用路由器作为出口网关,防火墙旁挂的部署方式,最主要的区别在于(10) 。

为了使内网用户访问外网,在出口防火墙的上行配置(11),实现私网地址和公网地址之间的转换;在出口防火墙上配置(12),实现外网用户访问HTTP服务器。

使用微信搜索喵呜刷题,轻松应对考试!

答案:

【问题1】(8分)

(1)eth-trunk30   (2)30 40 (3)trunk  

(4)172.16.30.2 24或者172.16.30.2 255.255.255.0

【问题2】(8分)

(5)access  (6)trunk  (7)172.16.40.1   24 (视频中漏了24)

(8)172.16.50.1 24或者172.16.50.1  255.255.255.0

【问题3】(3分)

(9)将防火墙FW1端口gigabitethernet 1/0/3 和gigabitethernet 1/0/4加入到eth- trunk 10接口中。

【问题4】(6分)

(10)该模式可以直接处理网络流量,无需引流。

(11)源NAT

(12)目的NAT或者NAT server

解析:

问题1涉及到交换机中的接口配置和VLAN批处理命令。根据题目描述和参考答案,我们可以得知:

  • 对于汇聚层交换机的堆叠和链路聚合配置,需要首先创建Eth-Trunk接口,即命令中的interface eth-trunk 30。然后,在对应的GigabitEthernet接口上加入这个Eth-Trunk,配置命令中的eth-trunk 30表示将这些接口加入到Eth-Trunk 30中。VLAN批处理命令用于批量创建VLAN并分配端口到相应的VLAN,这里需要创建VLAN 30和VLAN 40,所以填写的命令参数为“30 40”。Eth-Trunk的端口类型设置为trunk,允许通过VLAN 30和VLAN 40的流量。最后,配置VLANif接口的IP地址用于虚拟网络的路由。根据题目的网络规划,IP地址可以填写为示例中的“172.16.30.2 24”。
创作类型:
原创

本文链接:阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。 【说明】 某园区组网方案如图1-

版权声明:本站点所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明文章出处。

让学习像火箭一样快速,微信扫码,获取考试解析、体验刷题服务,开启你的学习加速器!

分享考题
share