exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 454 discussion

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

An engineer must configure a multicast UDP jitter operation. Which configuration should be applied?

  • A. Router(config)#ip sla 1 Router(config)#udp-jitter 192.0.2.115 65051
  • B. Router(config)#ip sla 1 Router(config)#udp jitter 239.1.1.1 65051 end-point list List source-ip 192.168.1.1
  • C. Router(config)#ip sla 1 Router(config)#udp-jitter 192.0.2.115 65051 num-packets 20
  • D. Router(config)#ip sla 1 Router(config)#udp jitter 10.0.0.1 source-ip 192.168.1.1
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Eroman
Highly Voted 2 years, 7 months ago
Selected Answer: B
B is true https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-s/sla-15-s-book/sla_mcast_suppt.pdf
upvoted 5 times
nasaexam
2 years, 4 months ago
B can not be right. "udp-jitter" = correct command "udp jitter" = incorrect command
upvoted 2 times
danman32
1 year, 9 months ago
Likely a typo
upvoted 1 times
...
...
...
AbdullahMohammad251
Most Recent 6 months, 3 weeks ago
Only option 'B' uses a destination multicast address. Multicast address range (224.0.0.0 - 239.255.255.255)
upvoted 1 times
AbdullahMohammad251
6 months, 3 weeks ago
The "end-point list List" specifies a list of multicast responders on the source device. We need to create the list first, before assigning it to the UDP jitter operations. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-s/sla-15-s-book/sla_mcast_suppt.html
upvoted 1 times
...
...
SPARNABUS
10 months, 3 weeks ago
The good response is C. Here is the Lab cisco to configure ip sla to perform a UDP jitter R1# udp-jitter 172.16.22.254 65051 num-packets 20 R1# request-data-size 160 R1# frequency 30 R1# exit
upvoted 2 times
...
[Removed]
10 months, 4 weeks ago
Selected Answer: B
B is correct The reserved multicast address range is (224.0.0.0 to 239.255.255.255).
upvoted 1 times
...
danman32
1 year, 9 months ago
Only B specifies a destination as a multicast address, and we're asked about MULTICAST jitter. You need the remaining parameters in the udp-jitter because of the multicast address.
upvoted 2 times
...
HarwinderSekhon
1 year, 10 months ago
Selected Answer: B
B https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/xe-16-10/sla-xe-16-10-book/sla-mcast-suppt.pdf Page 6
upvoted 1 times
...
dragonwise
2 years ago
A. Router(config)#ip sla 1 Router(config)#udp-jitter 192.0.2.115 65051 B. Router(config)#ip sla 1 Router(config)#udp jitter 239.1.1.1 65051 end-point list List source-ip 192.168.1.1 C. Router(config)#ip sla 1 Router(config)#udp-jitter 192.0.2.115 65051 num-packets 20 D. Router(config)#ip sla 1 Router(config)#udp jitter 10.0.0.1 source-ip 192.168.1.1
upvoted 3 times
...
Leoveil
2 years, 3 months ago
Selected Answer: B
none of the other answers has a multicast address (224.0.0.0 - 239.255.255.255)
upvoted 3 times
...
TSKARAN
2 years, 3 months ago
Configures the IPSLAs operation as a multicast UDPjitter operation and enters multicast UDP jitter configuration mode. udp-jitter {destination-ip-address| destination-hostname} destination-port endpoint-list endpoint-list [ssm] [source-ip ip-address] [source-port port-number] [num-packets number-of-packets] [interval interpacket-interval] Example: Device(config-ip-sla)# udp-jitter 239.1.1.1 5000 endpoint-list mcast-rcvrs source-ip 10.10.10.106 source-port 7012 num-packets 50 interval 25 The given answer B is misssing - , upd jitter >> udp-jitter
upvoted 2 times
...
Rose66
2 years, 3 months ago
Selected Answer: B
I think there is only the '-' missing... needs to be 'B' because endpoint-list is mandatory: udp-jitter {destination-ip-address| destination-hostname} destination-port endpoint-list endpoint-list [ssm] [source-ip ip-address] [source-port port-number] [num-packets number-of-packets] [interval interpacket-interval]
upvoted 1 times
...
AndreasThornus
2 years, 4 months ago
The question states that this is about multicast jitter so B is correct. When configuring IP SLA, the available commands CHANGE when you specify a multicast address. For example "udp-jitter 239.1.1.1 ..." allows you to enter an endpoint list. This "endpoint" option doesn't appear as valid syntax when using regular class A/B/C addresses.
upvoted 3 times
nushadu
2 years, 3 months ago
yes, that is true: cisco_R3(config-ip-sla)#udp-jitter 239.1.1.1 65000 endpoint-list ? WORD Endpoint list name <<<<<<<<<<<<<<<<<<<<< IP multicast range cisco_R3(config-ip-sla)#udp-jitter 10.0.0.22 ? <1-65535> Port Number. Recommended ports greater than 1023. For codec options recommended port range is an Even Port range between 16384-32767 or 49152-65535 cisco_R3(config-ip-sla)#udp-jitter 10.0.0.22 65000 ? <<<<<<<<<<<<< "normal" IP addr codec codec type to be configured control Enable or disable control packets interval Inter Packet Interval num-packets Number of Packets to be transmitted source-ip Source address source-port Source Port <cr> cisco_R3(config-ip-sla)#udp-jitter 10.0.0.22 65000
upvoted 1 times
...
...
dougj
2 years, 6 months ago
Selected Answer: B
Basically you could argue that A, B and D are correct answers but only with regards to UDP Jitter IP SLA configuration. This question refers to multicast network meaning only B is correct as it identifes a multicast responder in the command line
upvoted 1 times
dougj
2 years, 6 months ago
sorry C could also be correct as a UDP Jitter config line
upvoted 1 times
...
...
iEpsilon
2 years, 6 months ago
Selected Answer: C
A is correct but C is more precise
upvoted 1 times
...
onkel_andi
2 years, 6 months ago
Selected Answer: B
B is correct https://content.cisco.com/chapter.sjs?uri=/searchable/chapter/content/en/us/td/docs/ios-xml/ios/ipsla/configuration/xe-3s/sla-xe-3s-book/sla_mcast_suppt.html.xml
upvoted 1 times
...
Wooker
2 years, 7 months ago
Selected Answer: D
multicast UDP jitter operation ... The correct answer is D.
upvoted 1 times
Wooker
2 years, 7 months ago
sorry C
upvoted 1 times
...
...
kebkim
2 years, 7 months ago
C is Answer. configure terminal ip sla 1 udp-jitter 192.0.2.115 65051 num-packets 20 request-data-size 160 tos 128 frequency 30 ip sla schedule 1 start-time after 00:05:00
upvoted 3 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