최신Cisco Quality of Service (QoS) - 642-642무료샘플문제
문제1
HOTSPOT

HOTSPOT

정답:

Explanation:

문제2
HOTSPOT

HOTSPOT

정답:

Explanation:

문제3
What does the following command accomplish?
router(config-pmap-c)# shape fecn-adapt
What does the following command accomplish?
router(config-pmap-c)# shape fecn-adapt
정답: F
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
According to the best practices, which statement is true as related to the QoS policy that should be implemented on the outbound provider (P) to provider (P) router link in a service provider network that is supporting both VoIP and data?
According to the best practices, which statement is true as related to the QoS policy that should be implemented on the outbound provider (P) to provider (P) router link in a service provider network that is supporting both VoIP and data?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
DRAG DROP
Drop

DRAG DROP
Drop

정답:

문제6
What are two errors in this policy-map configuration? (Choose two.)
policy-map test
class voice
priority 64
class bulk
bandwidth percent 20
fair-queue
class interactive
bandwidth percent remaining 10
fair-queue
class class-default
fair-queue
What are two errors in this policy-map configuration? (Choose two.)
policy-map test
class voice
priority 64
class bulk
bandwidth percent 20
fair-queue
class interactive
bandwidth percent remaining 10
fair-queue
class class-default
fair-queue
정답: C,F
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
Which QoS mechanism adds IP Precedence information for prefixes into the FIB table?
Which QoS mechanism adds IP Precedence information for prefixes into the FIB table?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
What is the purpose of the qos pre-classify command?
What is the purpose of the qos pre-classify command?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
SIMULATION - LAB

SIMULATION - LAB

정답: A
R1>en
R1#configure terminal
R1(config)#policy-map llq-policy
R1(config-pmap)#class voice
R1(config-pmap-c)#prority 168
R1(config-pmap-c)#exit
R1(config-pmap)#class interactive
R1(config-pmap-c)#prority 30
R1(config-pmap-c)#exit
R1(config-pmap)#class bulk
R1(config-pmap-c)#prority 16
R1(config-pmap-c)#exit
R1(config-pmap)#class class-default
R1(config-pmap-c)#fair-queue
R1(config-pmap-c)#exit
R1(config-pmap)#exit
R1(config)#int s0/0
R1(config-if)#service-policy output llq-policy
R1#configure terminal
R1(config)#policy-map llq-policy
R1(config-pmap)#class voice
R1(config-pmap-c)#prority 168
R1(config-pmap-c)#exit
R1(config-pmap)#class interactive
R1(config-pmap-c)#prority 30
R1(config-pmap-c)#exit
R1(config-pmap)#class bulk
R1(config-pmap-c)#prority 16
R1(config-pmap-c)#exit
R1(config-pmap)#class class-default
R1(config-pmap-c)#fair-queue
R1(config-pmap-c)#exit
R1(config-pmap)#exit
R1(config)#int s0/0
R1(config-if)#service-policy output llq-policy