网络工程师案例分析当天每日一练试题地址:www.cnitpm.com/exam/ExamDayAL.aspx?t1=8
往期网络工程师每日一练试题汇总:www.cnitpm.com/class/27/e8_1.html
网络工程师案例分析每日一练试题(2022/12/28)在线测试:www.cnitpm.com/exam/ExamDayAL.aspx?t1=8&day=2022/12/28
点击查看:更多网络工程师习题与指导
网络工程师案例分析每日一练试题内容(2022/12/28)
阅读以下说明,回答问题1至问题2,将解答填入答题纸对应的解答栏内。
【说明】
某企业的网络结构如图4-1所示。

图4-1
【问题1】(6分)
根据4-1所示,完成交换机的基本配置,请根据描述,将以下配置代码补充完整。
_(1)_
[Huawei]_(2)_Switch
[Switch]_(4)_GigabitEthernet0/0/1
[Switch-GigabitEthernet0/0/1]port link-type_(5)_
[Switch-GigabitEthernet0/0/1]port trunk allow-pass vlan_(6)_
[Switch-GigabitEthernet0/0/1]quit
[Huawei]interface vlanif 10
[Switch-Vlanif10]ip address 10.10.1.1.255.255.255.0
[Switch-Vlanif10]quit
......
VLAN 20 30 100 200配置略
......
【问题2】(9分)
按照公司规定,禁止市场部和研发部工作日每天8:00~18:00访问公司视频服务器,其他部门和用户不受此限制。请根据描述,将以下配置代码补充完整。
......
[Switch]_(7)_satimc 8:00 to 18:00 working-day
[Switch]acl 3002
[Switch-acl-adv-3002]rule deny ip source 10.10.2.0.0.0.0.255 destination 10.10.20.1 0.0.0.0 timc-range satime
[Switch]acl 3003
[Switch-acl-adv-3003]rule deny ip source 10.10.3.0.0.0.0.255 destination 10.10.20.1 0.0.0.0 timc-range satime
[Switch]quit
[Switch]traffic classifier c_market //_(8)_
[Switch-classifier-c_market]_(9)_acl 3002 //将ACL与流分类关联
[Switch-classifier-c_market]quit
[Switch]traffic classifier c_rd
[Switch-classifier-c_rd]if-match acl 3003 //将ACL与流分类关联
[Switch-classifier-c_rd]quit
[Switch]_(10)_b market //创建流行为
[Switch-behavior-b market]_(11)_ //配置流行为动作为拒绝报文通过
[Switch-behavior-b market]quit
[Switch]traffic behavior b_rd
[Switch-behavior-b_rd]deny
[Switch-behavior-b_rd]quit
[Switch]_(12)_p_market //创建流策略
[Switch-trafficpolicy-p_market]classifier c_market behavior b_market
[Switch-trafficpolicy-p_market]quit
[Switch]traffic policy p_rd //创建流策略
[Switch-trafficpolicy-p_rd]classifier c_rd behavior b_rd
[Switch-trafficpolicy-p_rd]quit
[Switch]interface_(13)_
[Switch-GigabitEthernet0/0/2]traffic-policy p_market_(13)_
[Switch-GigabitEthernet0/0/2]quit
[Switch]interface GigabitEthernet 0/0/3
[Switch-GigabitEthernet0/0/3]traffic-policy_(14)_inbound
[Switch-GigabitEthernet0/0/3]quit
信管网试题答案与解析:www.cnitpm.com/st/4190222444.html
信管网考友试题答案分享:
信管网cnitpm578889214530:
1:system-view
2:sysname
4:int
5:trunk
6:all
7:time-range
8:设置市场部流分组
9:if-match
10:behavior
11:deny
12:trafficpolicy
13:g0/0/2
14:inbound
15:p-rd
信管网15021502613:
问题1
(1)system-view
(2)sysname
(3)vlan batch 10
(4)interface
(5)trunk
(6)10
问题2
(7)time-range
(8)创建流分类
(9)if-match
(10)traffic behavior
(11)deny
(12)traffic policy
(13)gigabitethernet0/0/2
(14)inbound
(15)p-market
信管网cnitpm576683219230:
sys
sysname
interface
trunk
all
time-range
创建流分类
if-match
traffic behavior
deny
traffic policy
g0/0/2
outbound
p_market
信管网cnitpm562828567078:
1 sys
2 sysname
4int
5 trunk
6 10
7time-range
8 定义流分类,名称为c_market
9 if-match
10 traffic behavior
11 deny
12 traffic policy
13 g0/0/2
14 inbound
15 p_rd
信管网新新新新新新:
1.system 2.sysname 3.interface 4.trunk 5. 10 20 30 100 200 6. deny 7.创建一个流分类 8.if-match 9.traffic behavior
10. deny 11.traffic trafficpolicy 12.gigabitethernet0/0/2 13.inbound 14 p_rd
信管网试题答案与解析:
www.cnitpm.com/st/4190222444.html