exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 266 discussion

Actual exam question from Cisco's 350-501
Question #: 266
Topic #: 1
[All 350-501 Questions]


Refer to the exhibit. A network engineer configures CPE-1 for QoS with these requirements:
✑ IPv4 and IPv6 traffic originated by the CPE-1 WAN IP address must be marked with DSCP CS3.
✑ IPv4 LAN traffic must be marked with DSCP CS1.
IPv6 LAN traffic must be marked with DSCP default.

Which configuration must the engineer implement on CPE-1?

  • A. class-map match-any SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set ip dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set ip dscp default
  • B. class-map match-all SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set dscp default
  • C. class-map match-all SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set ip dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set ip dscp default
  • D. class-map match-any SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set dscp default
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ccie_race
Highly Voted 2 years ago
First line, its has be match-any (either IPv4 or IPv6) not match-all(both IPv4 and IPv6), so exclude option B and C. set ip dscp = IPv4 set dscp = IPv4 + v6 Check the last policy so has to be option D.
upvoted 6 times
DUsoo
1 year, 8 months ago
yes, exactly :-)
upvoted 1 times
...
...
sushil_bhattacharjee
Most Recent 7 months, 2 weeks ago
Selected Answer: D
Answer: D match-any set dscp default !!(for iPv6)
upvoted 1 times
...
DUsoo
1 year, 8 months ago
D is correct 1. match any 2. set ip dscp = IPv4 set dscp = IPv4 + v6
upvoted 4 times
...
Samarjit1983
1 year, 9 months ago
between B and D match all vs match any --- So D wins. it was not catching my eye for a long time :)
upvoted 1 times
...
ZeeZaidi
1 year, 9 months ago
In my view it should be 2 options with match-all. we got to match all of the the requirements so include option A and D and exclude option B and C.
upvoted 1 times
...
ccie_race
2 years ago
3/4 For clarity Option D class-map match-any SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set dscp default
upvoted 1 times
...
ccie_race
2 years ago
3/4 For clarity Option C class-map match-all SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set ip dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set ip dscp default
upvoted 1 times
...
ccie_race
2 years ago
2/4 For clarity class-map match-all SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set dscp default
upvoted 1 times
cerifyme85
1 year ago
The "Policy-map Wan Output" one was wrong, should be: policy-map WAN-OUTPUT class SELF_TRAFFIC set dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set dscp default
upvoted 1 times
...
...
ccie_race
2 years ago
1/4 For clarity Option A class-map match-any SELF_TRAFFIC match access-group name SELF_V4 match access-group name SELF_V6 class-map match-all V4_ TRAFFIC match protocol ip class-map match-all V6_TRAFFIC match protocol ipv6 class-map match-all QG_4 match qos-group 4 class-map match-all QG_6 match qos-group 6 ! policy-map LAN-INPUT class V4_TRAFFIC set qos-group 4 class V6_TRAFFIC set qos-group 6 ! policy-map WAN-OUTPUT class SELF_TRAFFIC set ip dscp cs3 class QG_4 set ip dscp cs1 class QG_6 set ip dscp default
upvoted 1 times
...
wstark13
2 years ago
set dscp—Sets DSCP in IP(v4) and IPv6 packets. https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9400/software/release/16-6/configuration_guide/qos/b_166_qos_9400_cg/b_166_qos_9400_cg_chapter_01.html#concept_ww3_gcb_p1b
upvoted 1 times
...
wstark13
2 years ago
Selected Answer: D
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_classn/configuration/xe-16/qos-classn-xe-16-book/ip6-qos-mqc-pkt-cls-xe.html#GUID-78C6AF15-3CD6-4CF4-B4D3-FF755E05C62F To match on IPv6 packets only, use the match dscp command without the ip keyword preceded by the match protocol command.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago