exam questions

Exam 350-801 All Questions

View all questions & answers for the 350-801 exam

Exam 350-801 topic 1 question 40 discussion

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


Refer to the exhibit. A Cisco UCM user with directory number 4401 dials 5507, and the call is routed to a Cisco Unified Border Element. Which IP address will the call be sent to?

  • A. 10.0.0.2
  • B. 10.0.0.3
  • C. 10.0.0.4
  • D. 10.0.0.1
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
Nicetomeetyou
Highly Voted 3 years, 10 months ago
Actually the correct answer is A, voice class dpg Completely ignores destination-pattern configured in the dial-peer section and follows preference. To be sure I build this setup in my lab which confirms my statement.
upvoted 18 times
WilliamC
3 years, 9 months ago
"The destination-pattern command is required on the outbound dial peer even though matching is not done based on this command." https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/dialpeer/configuration/xe-3s/vd-xe-3s-book/multiple-outBound-dial-peer.html
upvoted 3 times
...
MKZ
3 years, 10 months ago
Allows grouping of outbound dial-peers based on an incoming dial-peer, reducing existing outbound dial-peer provisioning requirements • Eliminates the need to configure extra outbound dial-peers that are sometimes needed as workarounds to achieve desired call routing outcome • Multiple outbound dial-peers are saved under a new “voice class dpg <tag>”. The new “destination dpg <tag>” command line of an inbound voip dial-peer can be used to reference the new dpg (dial-peer group) • Once an incoming voip call is handled by an inbound voip dial-peer with an active dpg, dial-peers of a dpg will then be used as outbound dial-peers for an incoming call • The order of outgoing call setups will be the sorted list of dial-peers from a dpg, i.e, the destination-patterns of the outgoing dial-peers is not relevant for selection
upvoted 1 times
...
...
MKZ
Highly Voted 3 years, 10 months ago
incoming call first hit dial-peer 1001 -> voice class DGP 2000 > Preference 2 I think 10.0.0.3.
upvoted 7 times
ciscogeek
3 years ago
why not preference 1
upvoted 2 times
Mert_kerna
2 years, 3 months ago
Preference 1 doesn't match the dialed pattern. If you dial 5007, it doesn't match the pattern, 5006, respectively
upvoted 2 times
Mert_kerna
2 years, 3 months ago
HOWEVER, it is preference 1, because the destination pattern command is NOT evaluated when selecting an outbound dial-peer defined by a DPG.
upvoted 2 times
...
...
JWMcInSC
1 year, 11 months ago
the destination is 5506 not the dialed number of 5507
upvoted 1 times
...
...
...
mcbesy
Most Recent 2 weeks, 5 days ago
Selected Answer: A
I know I last Choose Option "D" as the answer, but after researching more detailly, I come to the conclusion that Option "A" is the correct answer. Explanation: Once an INBOUND dial-peer with a dial-peer group configured is matched(Incoming called-number 5T), the call uses the dial-peer defined in the dial-peer group even if the destination-pattern does not match:dial-peer 2001 preference 1(destination-pattern 5506)
upvoted 1 times
...
mcbesy
1 month ago
Selected Answer: D
Dial-peer grouping feature. A group of dial-peers can be made a part of a dial-peer group under a “voice class dpg <tag>” “destination dpg <tag> will be used to reference a dial-peer group from an incoming dial-peer Once an incoming dial-peer is matched. The dial-peers which are a part of the dpg defined under it will be used for outbound dial-peer matches on the particular call.
upvoted 1 times
...
G0y0
2 months, 3 weeks ago
The dial-peer preference command does not influence inbound dial peer selection when there are multiple dial peers with the same match criteria that could be selected, based on the ingress VoIP signaling message. CUBE uses the concept of the longest and most specific match to determine the priority. Now, When attempting to route a call and perform an outbound dial peer selection, IOS uses the logic dictated by the dial-peer hunt command to determine which dial peer of a given match criteria should be used. The default configuration for dial-peer hunt is 0, which indicates “Longest match in phone number, explicit preference, random selection.” As this suggests, the concept of longest, most specific match applies to outbound dial peers just as it applies to inbound dial peers. In those conditions, the correct answer is C, 10.0.0.4
upvoted 1 times
...
58922c4
6 months, 1 week ago
Selected Answer: A
matches 5T
upvoted 1 times
...
AbdurrahmanBNC
10 months ago
Correct Answer: C. 10.0.0.4 Explanation: The configuration provided in the exhibit includes multiple dial peers. When a call is made, the destination pattern of the dialed number is matched against the configured dial peers to determine the appropriate session target. The user dials 5507. The dial peer configuration includes: dial-peer voice 2001 with pattern 5506. dial-peer voice 2002 with pattern 55... dial-peer voice 2003 with pattern 5507. The destination pattern 5507 matches exactly with dial-peer voice 2003, which has the session target ipv4:10.0.0.4. Thus, the call to 5507 will be sent to the IP address 10.0.0.4.
upvoted 2 times
...
MauroRey
10 months ago
Selected Answer: B
Correct answer is B!
upvoted 1 times
...
Tres_Iqus
11 months ago
I´m new to this so maybe this is an stupid post with an even more stupid question: Do the system check all the patterns looking for a match? Or do it takes the first match option in the list as the correct one and then send the call? If it looks all the patterns the correct answer is C as confirmed by the users. But if it follows the order looking for the 1st match... "55.." pattern should be a match and the target IP would be option B.
upvoted 1 times
...
JWMcInSC
1 year, 11 months ago
Option A at 5006 is not even the number dialed. The number dialed is 5007
upvoted 1 times
...
FG23
2 years ago
Selected Answer: A
A is the answer
upvoted 1 times
...
Mbover
2 years, 2 months ago
Correct answer is A "Once an inbound dial-peer with a dial-peer group configured is matched the call uses the dial-peer defined in the dial-peer group even if the destination-pattern doesn't match" https://www.cisco.com/c/en/us/support/docs/voice/ip-telephony-voice-over-ip-voip/211306-In-Depth-Explanation-of-Cisco-IOS-and-IO.html#anc23
upvoted 4 times
WeNt48
2 years, 2 months ago
One of the most tricky questions in whole set. This part you entered is most important. destination-pattern in dpg is mandatory and without it wouldn't treat dial-peer as valid destination. Although it doesn't match pattern it will select first preference from the list. Thus answer will be A. It would be enough if they would change preference 1 with dial-peer not having destination-pattern and the answer will be completely different.
upvoted 1 times
...
...
NNickyy
2 years, 3 months ago
Selected Answer: A
A, voice class dpg Completely ignores destination-pattern configured in the dial-peer section and follows preference.
upvoted 1 times
Panda_man
2 years, 3 months ago
correct but than it's B - first finding match , not A - A is clear match that is 5006 which is not correct
upvoted 1 times
...
...
da0011
3 years, 3 months ago
Selected Answer: A
The example in this document is similar to the test question. https://www.cisco.com/c/en/us/support/docs/voice/ip-telephony-voice-over-ip-voip/211306-In-Depth-Explanation-of-Cisco-IOS-and-IO.html#anc23
upvoted 3 times
...
vvpark13
3 years, 6 months ago
Here is another reference. The example in this document is similar to the test question. https://www.cisco.com/c/en/us/support/docs/voice/ip-telephony-voice-over-ip-voip/211306-In-Depth-Explanation-of-Cisco-IOS-and-IO.html#anc23
upvoted 3 times
...
Komy
3 years, 10 months ago
10.0.0.3 is correct Snippet from Cisco: "Once an incoming call is matched by an inbound dial peer with an active destination dial-peer group, dial peers from this group are used to route the incoming call. No other outbound dial-peer provisioning to select outbound dial peers is used. A preference can be defined for each dial peer in a dial-peer group"
upvoted 4 times
...
MKZ
3 years, 10 months ago
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/dialpeer/configuration/15-mt/vd-15-mt-book/vd-dp-feat-cfg.html
upvoted 2 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