exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 252 discussion

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


Refer to the exhibit. What is required to configure a second export destination for IP address 192.168.10.1?

  • A. Specify a different UDP port.
  • B. Specify a different TCP port.
  • C. Configure a version 5 flow-export to the same destination.
  • D. Specify a different flow ID.
  • E. Specify a VRF.
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
gtddrf
Highly Voted 3 years, 3 months ago
Answer is A. Proper syntax: ip flow-export destination {ip-address | hostname} udp-port
upvoted 21 times
joe_smoe
2 years, 11 months ago
thanks for clarifying with the contextual help
upvoted 3 times
...
...
[Removed]
Most Recent 6 months, 1 week ago
Selected Answer: A
A is correct When configuring a second export destination to the same IP address, you need to specify a different UDP port to differentiate the two export streams. This ensures that each flow export destination is unique and does not conflict with the other. For example: ip flow-export destination 192.168.10.1 9991 ip flow-export destination 192.168.10.1 9992
upvoted 4 times
...
nushadu
1 year, 11 months ago
Selected Answer: A
yes, it works but with warnings: cisco_R3(config)#do s runn | sec flow ip flow-export version 9 ip flow-export destination 1.1.1.2 9999 cisco_R3(config)#ip flow-export destination 1.1.1.2 9999 %Cannot configure Identical Destination address and port 1.1.1.2 9999 cisco_R3(config)#ip flow-export destination 1.1.1.2 9991 %Warning: Second destination address is the same as previous address 1.1.1.2 cisco_R3(config)# cisco_R3(config)#do s runn | sec flow ip flow-export version 9 ip flow-export destination 1.1.1.2 9999 ip flow-export destination 1.1.1.2 9991 cisco_R3(config)#
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 ...